Hello all ,
This is a basic wrapper for docx4j library .
you need to download these jars and copy them to your libraries folder
https://www.dropbox.com/s/3amebrcgxy7vwdl/libs.zip?dl=0
Note : You need to call createpackage before adding text and images .
Now it just support the following methods:
I will try to add more if I get some time .
SMMRTF
Author: SMM
Version: 1.01
This is a basic wrapper for docx4j library .
you need to download these jars and copy them to your libraries folder
https://www.dropbox.com/s/3amebrcgxy7vwdl/libs.zip?dl=0
Note : You need to call createpackage before adding text and images .
Now it just support the following methods:
I will try to add more if I get some time .
SMMRTF
Author: SMM
Version: 1.01
- SMMRTF
Events:- ready (result As Boolean)
- success (result As Boolean)
- Initialize (EventName As String)
- create_package
Creates documemt package , this process takes some time so please wait for _ready event . - addImage (image_dir As String, image_file As String)
Adds an image to document . - addParagraphOfText (text As String)
Adds a simple text paragraph to document . - save_file (DIR_NAME As String, FILE_NAME As String)
Save your file to specified directory and filename.
Attachments
Last edited: