Hallo,
I try to convert Word doc to PDF using Docx4j. I have a Table alignment problem.
table are aligned out of page and misaligned
I am working on Eclipse environment
docx4j-2.8.1 version
also have docx4j-nightly-20130813 jar
windows OS
jdk1.6.0_18
i have attachend my word doc and pdf out file
Please help me,
Thanks in Advance.
private static void createPDF() {
try {
// 1) Load DOCX into WordprocessingMLPackage
InputStream is = new FileInputStream(new File( ...