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.

Mon May 03, 2021 11:06 am

Hi

I have such a problem
I have such an input docx file:
Sign.rar

which looks like
Image
And after i save it (without any change) as PDF
It then looks like
Image

Code: Select all
            Document document = new Document(@"Sign.docx");
            document.SaveToFile(@"Sign.pdf");


Appreciate for any help

AleksandrBNPT
 
Posts: 2
Joined: Mon May 03, 2021 10:44 am

Tue May 04, 2021 6:03 am

Hello,

Thanks for your inquiry.
I tested your case and did reproduce your issue. I have logged it in our bug tracking system with the ticket SPIREDOC-5953. If there is any update, we will let you know. Apologize for the inconvenience caused.

Sincerely,
Brian
E-iceblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Return to Spire.Doc