I am having an issue using Aspose to convert Word documents to PDF. I have attached the PDF result and the Word source. The Word document has midway down numbers on the left (ie 1,2,3,4). In the PDf result they are missing.
Here is the lines of code I used to do the conversion
Document doc = new Document(file.FullName);
doc.Save(destination.FullName + file.Name + ".pdf", SaveFormat.Pdf);
Please let me know the steps needed to resolve this.
Kyle
This message was posted using Email2Forum by alexey.noskov.