Hi,
When converting a doc to PDF with Aspose.Words, I noticed a table was moved to the previous Page.
Here is the code snippet.
com.aspose.words.Document doc = new com.aspose.words.Document("C:\\Sample.doc");
doc.s…...Table is moved to previous page when Doc is converted to PDF...table was moved to the previous page. Here is the code snippet. com...