Hello,
We have received your new file via e-mail.
I used Spire.Doc 7.10.0 that you used and the latest version 10.11.0 to convert your new file(12315415_09-30-56.docx) to pdf file respectively, but I didn't reproduce your issue of missing content. My test envirement is windows10 64bit and the platform of my project is .NET Framework 4.8.
Do you have any differences with my test case?
Here is my test code:
- Code: Select all
//Create word document
Document document = new Document();
document.LoadFromFile(@"12315415_09-30-56.docx");
//Save the document to a PDF file.
document.SaveToFile("12315415_09-30-56.pdf", FileFormat.PDF);
Sincerely,
Brand
E-iceblue support team