Hello.
I have this block of code, which basically saves a word document as a PDF.
Aspose.Words.Document pdfDocument = new Aspose.Words.Document(@“C:\path\Aspose_test.docx”);
pdfDocument.Save(@“C:\path\Aspose_test.pdf”, Aspose.Words.SaveFormat.Pdf);
When I open the PDF, the numbering style has been altered. I attached the original file (docx) and the converted file (pdf) bellow.
When I use the word export to PDF, the style is not altered.
How can I fix this?
Kind regards,
Katja Suvajac