Export Word to PDF docs compliant to PDF/A-1b via Aspose.Words
Posted by: ASP.NET Announcements,
on 22 May 2009 |
View original | Bookmarked: 0 time(s)
Whats new in this release?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...