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!