Creating PDF From Aspose.Word

Hi,
I currently use Aspose.word with my ASp.NET application. After completing the word document I need to save it as a pdf. The built-in save function in aspose.word does not seem to create a high quality pdf. Would the aspose.pdf product take care of this?

Hi Bernie,

Thanks for your inquiry. Please note that Aspose.Words tries to mimic the same behavior as MS Word do. Any document loaded into Aspose.Words can be converted to PDF that conforms to the PDF 1.5 or PDF/A-1b specification.

Aspose.Words provides one of the highest fidelity Word document to PDF conversion around. Many document features are exported to PDF exactly as how they appear in the original document.

Please read the feature support on PDF save from here:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/

Please use the PdfSaveOptions to save your document to PDF and use the SaveOptions.UseHighQualityRendering property. This property gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms.