borderAndreaVB free resources for Visual Basic developersborder

AndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincani

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Next Topic (How to use Barcode in Reporting Services 2005 report\'s Code section - Product List Sample) New Topic Post Reply
AndreaVB OnLine : News : Export Word to PDF docs compliant to PDF/A-1b via Aspose.Words
Poster Resource
aspose_seo
Level: Master

Registered: 11-02-2008
Posts: 115
icon Export Word to PDF docs compliant to PDF/A-1b via Aspose.Words

What’s 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 = 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.

- List of supported features when saving a document in OpenDocument (.odt) format using Aspose.Words..
- Converting the document in EPUB format using Aspose.Words.
- Screenshot of Aspose.Words used with Mono on Linux.
- Homepage of Aspose.Words for .NET.
- Download evaluation version of Aspose.Words for .NET.
- Online documentation of Aspose.Words for .NET.
- Demos of Aspose.Words for .NET.
- Post your technical questions/queries to Aspose.Words for .NET Forum.
- Receive notifications about latest news and supported features by subscribing to Aspose.Words for .NET blog.

Contact Information
Suite 119, 272 Victoria Avenue
Chatswood, NSW, 2067
Australia
Aspose - The .NET and Java component publisher
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.94651

22-05-2009 at 01:28 PM
View Profile Send Email to User Show All Posts Visit Homepage | Add Comment
AndreaVB OnLine : News : Export Word to PDF docs compliant to PDF/A-1b via Aspose.Words
Next Topic (How to use Barcode in Reporting Services 2005 report\'s Code section - Product List Sample)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder