Hi all,
I'm using docx4j 3.3.6.
I've a docx file which contains both text on one column and text on two columns (OneColumnAndTwoColumns.docx).
When I try to convert docx into pdf using FO library (see Java code in docx2pdfFO.txt) the produced pdf file is contained into OneColumnAndTwoColumns_FO.pdf and the text that in docx was on one column is now on two columns.
When I try to convert docx into pdf using ...