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.

Wed May 27, 2020 7:53 pm

HI,

I created a vb.net project added the license.elic.xml file and had build action to embedded resource. Since it has the correct filename, I did not use any license API call. the conversion code looks like.

Using wrdDoc As New Spire.Doc.Document
wrdDoc.LoadFromStream(New MemoryStream(mLinkLogic.Content), Spire.Doc.FileFormat.Doc)
Using pdfStream As New MemoryStream
pdfStream.Position = 0
wrdDoc.SaveToStream(pdfStream, Spire.Doc.FileFormat.PDF)
currContent = pdfStream.ToArray()
currContentType = "pdf"
End Using
End Using

The resultant PDF document still lists the Evaluation Version warning. Am I missing a step?

Thanks.

carl

cjshinko1
 
Posts: 2
Joined: Tue Jun 14, 2016 7:32 pm

Thu May 28, 2020 9:35 am

Hello,

Thanks for your inquiry.
Sorry this is a problem on our side, now it has been resolved. Please re-download the updated package and test. If there is any question, please get back to us ASAP.
Our website download link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget download link: https://www.nuget.org/packages/Spire.Doc/8.5.9

Sincerely,
Rachel
E-iceblue support
User avatar

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

Thu May 28, 2020 10:39 am

Thank you. That has corrected the problem.

cjshinko1
 
Posts: 2
Joined: Tue Jun 14, 2016 7:32 pm

Thu May 28, 2020 11:29 am

Hello,

Glad to hear that!
If you have further questions, just feel free to contact us.
Wish you all the best!

Sincerely,
Rachel
E-iceblue support team
User avatar

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

Return to Spire.Doc