I am using Aspose.words version 21.5.
When I convert a Word document to PDF with the following code, the automatic line breaks of MS Word are removed. If, on the other hand, manual line breaks are set, then these are correctly transferred to the PDF.
Document wordDoc = new Document("C:\\Temp\\Dokument.docx", )
PdfSaveOptions pdfso = new PdfSaveOptions()
wordDoc.save("C:\\Temp\\Dokument2.pdf", pdfso)
Dokument.docx (12.3 KB)
Dokument2.pdf (21.2 KB)
Word.png (47.8 KB)
PDF.png (24.5 KB)