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 Dec 02, 2014 12:49 am

Hi, I've downloaded the free spire.doc which includes spire.pdf.dll (v 3.1.15.54040) and spire.license.dll (v 1.3.2.40) and when i create a new PDF document using
PdfDocument pdfDoc = new PdfDocument();
i get a "Evaluation Warning : The document was created with Spire.PDF for .NET." as the first line on the PDF
i was under the impression that the free version does not show this warning..

What am i doing wrong here?

i've also tried to load the license as below, but i still get the eval message
Spire.License.LicenseProvider.SetLicenseFileName(@"Spire.Doc.XML");
String fileName = Spire.License.LicenseProvider.GetLicenseFileName();

Also the Spire.PDF.dll that is included with Spire.Doc Free Edition does not say Free Edition in the Details..is this how it is meant to be ?

iceblue9090
 
Posts: 3
Joined: Wed Nov 12, 2014 2:50 am

Tue Dec 02, 2014 2:01 am

Hello,

Thanks for your inquiry.
Spire.pdf included in Spire.Doc Free Edition is not able to be used as a seperate product, which is only called by Spire.Doc, if you want to use free Spire.pdf, please download Free Spire.PDF for .NET.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Tue Dec 02, 2014 4:04 am

Hi Gary,

Thanks for your reply.
We have an issue here because we cannot add 2 references to the Spire.PDF.dll in one project, one from Spire.Doc which is required for doc and one for Spire.pdf ( the free version)

What solution can you suggest for this ?

iceblue9090
 
Posts: 3
Joined: Wed Nov 12, 2014 2:50 am

Tue Dec 02, 2014 6:02 am

Hello,

If you need to use the Spire.Doc and Spire.Pdf together into one project, you have to use the Spire.Office.

Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Tue Dec 02, 2014 10:42 pm

Thanks Gary, but there is no free version for Spire.Office so it defeats the whole purpose.

iceblue9090
 
Posts: 3
Joined: Wed Nov 12, 2014 2:50 am

Wed Dec 03, 2014 1:32 am

Hello,

Yes, currently there is no free version for Spire.Office.

Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.Doc