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.

Tue Oct 30, 2018 12:44 pm

Hi,

During test evaluation found an issue with converting from .docx to .pdf file using your library.
Please can you help me: how to resolve this issue?
Both files added to topic.

Code:
public byte[] ConvertDocxToPdf(string path) {
Document document = new Document();
document.LoadFromFile(path);

document.SaveToFile("C:\\temp\\doc.docx");
document.SaveToFile("C:\\temp\\doc.pdf", FileFormat.PDF);
}

testfreespire
 
Posts: 9
Joined: Mon Feb 13, 2017 8:28 am

Wed Oct 31, 2018 3:57 am

Hi,

Thanks for your inquiry.
I noticed that the free version indeed has the border problem, so sorry that we have no plan to maintain the free version at present. I have confirmed that the border of PDF in the commercial version (Spire.Doc Pack(hot fix) Version:6.10.6) is correct. Unfortunately, the image exceeded the border in the table (please see attached output Pdf), I have posted the issue to our DEV team. Once it is fixed, we will let you know. Sorry for the inconvenience.

Sincerely,
Anna
E-iceblue support team
User avatar

Anna.Zhang
 
Posts: 73
Joined: Thu Sep 27, 2018 3:20 am

Return to Spire.Doc