Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu Jul 09, 2020 8:22 am

Spire Content Issues.zip


Hello,

We are having issues in pdf when converting from docx. We are using latest spire.doc pack to create docx and convert to pdf.

I've attached both docx and pdf files. Please refer to page 3 in pdf.
I've also attached jpeg files which highlights the missing content in pdf. Hope this helps to understand.

This is an urgent issue, hope to get resolution at your earliest.

Thanks,
Santhoshi.

santuvssantu
 
Posts: 98
Joined: Fri Feb 12, 2016 5:21 pm

Thu Jul 09, 2020 10:09 am

Hello,

Thanks for your inquiry.
I have reproduced your issue and logged it in our bug tracking system with the ticket SPIREDOC-4793. And considering your urgent situation, I have given your issue the highest priority. Once it is fixed, we will let you know ASAP.
Apologize for the inconvenience caused.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Fri Sep 25, 2020 9:52 am

Hello,

Thanks for your patient waiting.
Glad to inform you that the issue SPIREDOC-4793 has been resolved. We prepared a temporary version for you. Please download it and use the following code to test.
Code: Select all
Document doc = new Document();
doc.LoadFromFile("input.docx");
ToPdfParameterList ps = new ToPdfParameterList
{
    UsePSCoversion = true
};
doc.SaveToFile("result-ps.pdf", ps);


Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Tue Oct 13, 2020 8:17 am

Hello,

Hope you are doing well.
Glad to inform you that the official version (Spire.Doc Pack(hot fix) Version:8.10.0) is released, welcome to download it from the following links.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
NuGet link: https://www.nuget.org/packages/Spire.Doc/8.10.0

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.Doc

cron