Hi,
i want to convert a word document into a PDF document.
When converting test file “Test OK.docm” to PDF document, everything seems to be fine. The table on first page will not be moved.
When converting test file “T…...Code for reproducing: String path = "c:\\Test\\"; Document documentOk...Document(path + "Test OK.docm"); documentOk.save(path + "Test...