Page 1 of 1

DOCX to PDF alignment problem

PostPosted: Wed Jan 13, 2016 1:14 am
by codeLover
Hi All,

I tried to convert the attached .docx to .pdf (using Docx4J.toPDF(wordMLPackage, os);) but the alignment in pdf is not as the one in .docx.
Anything I have to adjust in the docx / code in order to generate a pretty pdf?

Appreciate your input.
Thanks.

Re: DOCX to PDF alignment problem

PostPosted: Tue Jan 19, 2016 2:04 am
by codeLover
Hi,

I think the issue is no proper style was set to the table in word.
It's ok after set. Thanks.