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.

Sun Aug 07, 2022 7:18 pm

Hello, I am trying to convert a simple .docx fil to PDF (1 line of text) using FreeSpire.Office and the PDF shows a 2a page with an evaluation warning.

I installed the nuget from your page link:
Install-Package FreeSpire.Office -Version 7.7.1

What am I doing wrong?

DLL version:
Spire.Doc.dll 10.7.10.3360

Asp.net core (.net 6) project

aledut2000
 
Posts: 1
Joined: Sun Aug 07, 2022 6:08 pm

Mon Aug 08, 2022 6:19 am

Hello,

Thanks for your inquiry.
Yes, our current released free version indeed exists the issue you mentioned. As a temporary workaround, to avoid this issue, you can add the "false" parameter to create the Document object, as this code: Document document = new Document(false). Or you can use our latest commercial version(Spire.Doc Pack(hot fix) Version:10.7.16), we are willing to provide a temporary license (one month free) to help you remove the warning message and evaluate our commercial version better. If you need it, just feel free to contact.

Sincerely,
William
E-iceblue support team
User avatar

William.Zhang
 
Posts: 203
Joined: Mon Dec 27, 2021 2:23 am

Return to Spire.Doc