Aspose.Words for .NET 6.4.0 supports exporting to PDF/A-1b and more!

We have just released Aspose.Words for .NET 6.4.0 that includes the following:

  • Export to PDF/A supported
  • Export to ODT details are included in the documentation
  • 70+ fixes

 

PDF/A Supported

By default, when converting documents to PDF, Aspose.Words for .NET creates PDF 1.5 comliant files. But now you can specify whether you want to have PDF 1.5 or PDF/A-1b compliance. We are planning to support PDF/A-1a in the next few months as well.

Here is an example how to use the new option:

    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);

 

Documentation Updates

The following documentation pages were updated:

 

70+ Fixes

For the detailed list of fixes and to download the new release please see http://www.aspose.com/community/files/51/file-format-components/aspose.words-for-.net-and-java/entry180062.aspx

 

Share and Enjoy:
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!
  • services sprite Aspose.Words for .NET 6.4.0 supports exporting to PDF/A 1b and more!

No related posts.


To keep up with our news, you can follow us on Twitter or follow our Facebook page.

One Response to Aspose.Words for .NET 6.4.0 supports exporting to PDF/A-1b and more!

  1. Pingback: Aspose.Words for .NET 6.4.0 supports exporting to PDF/A-1b and ...

Leave a Reply