Export Word to PDF docs compliant to PDF/A-1b via Aspose.Words
Ads by DZone
Subheadline:
Aspose.Words for .NET now enables exporting Word documents to PDF compliant to PDF/A-1b.
Earlier, Aspose.Words for .NET version 6.3 supported glossary documents while loading or saving Office Open XML only. But the newer version 6.4 enables exporting Word documents to PDF compliant to PDF/A-1b and Aspose.Words team is also committed to support PDF/A-1a in the next few months as well.
Example: How to export Word to PDF docs compliant to PDF/A-1b?
Document doc = new Document(@"C:\TestRendering.doc");
PdfOptions options = new PdfOptions();
options.Compliance = PdfCompliance.PdfA1b;
doc.SaveToPdf(0, doc.PageCount, @"C:\TestRendering Out.pdf", options);
More about Aspose.Words for .NET
Aspose.Words is a word processing component that enables .NET applications to read, write, modify & convert Word documents without using MS Word. Other features include smart tags, document creation, content and formatting manipulation, mail merge abilities, reporting features, DrawingML and support of EPUB, OOXML, DOCX, DOC, WordML, ODT, HTML, XHTML, MHTML, TXT and PDF formats. It supports printing and rendering Word documents to images. Also use Aspose.Words to build applications with Mono.
Location:
USA
- Login or register to post comments
- 364 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)









