I have an MS Word document that uses non-standard (smaller than normal) margins, has a table in the document, uses an 8.5pt arial font, and uses automatic sizing of the columns in the table. When I use SaveToPDF(), the resulting PDF grows to 2 pages (it was 1 page as a Word doc) and the table runs off the right side of the page. The text in the columns is wrappped in places in the PDF where it was not wrapped in the Word document.
Does ASPOSE Words not read the margins from the Word document during the constructor call? Is there a way to read the margins in the Aspose.Words.Document object and apply the same margins to the SaveToPDF options? It's important to us that the PDF produced is no different from the Word document.