Aspose.Words Product Family

Dear team,

Good day!

Customer has some questions may need your help, they’re testing trial and import 21.5 toolkit into vistual studio NUGET.

The function is below:

using Aspose.Words;

Document doc = new Document(wordTemp);
doc.Save(pdfTemp, SaveFormat.Pdf);
var pdfMS = System.IO.File.ReadAllBytes(pdfTemp);

Then they tried to output pdf, but after it finished they still couldn’t open it.

How to fix it?

Q0607.png (6.3 KB)

Thank you, waiting for your reply!

@saphira_linksoft_com_tw

To ensure a timely and accurate response, please attach the following resources here for testing:

  • Your input Word document.
  • Please create a standalone console application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.

As soon as you get these pieces of information ready, we will start investigation into your issue and provide you more information. Thanks for your cooperation.

PS: To attach these resources, please zip and upload them.

Thanks for your reply!

Please kindly see the attachment, customer said the evaluation words will change their layout, and it will affect they testing the convert feature.
Is there any way to remove it?
Q0608.png (43.2 KB)

@saphira_linksoft_com_tw

You are using Aspose.Words in evaluation mode. Please note that in evaluation mode there are some limitations applied. E.g. Aspose.Words injects an evaluation watermark at the top of the document. The document’s content are truncated after a certain number of paragraphs during import or export.

Please use 30 days temporary license and apply it before importing document into Aspose.Words’ DOM.