Hi,
I would like to convert files from docx format to pdf. I made a pilot project to test it.
The source docx is p1 (I replace things and write sample1.docx with the new content).
This is what I have:
-jdk-1.6 update 21
-docx4j-nightly-20100914.jar
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hu.bluesystem.docman;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.util.Calendar;
import ...