pdf to word, convert pdf to word, pdf to word converter, pdf, doc, rtf, pdf converter, pdf to doc, pdf2doc, convert pdf to doc, pdf to rtf, pdf2rtf, API, library, COM
FAQ  |  Site map  |  Contact Us
Home About Us Download How to Buy Discounts Migration Service Support Affiliate Program
PRODUCTS

Access to MySQL

Access to Oracle

DBF to MySQL

Excel Export Kit

Excel to MySQL

Excel to Oracle

MSSQL to MySQL

MSSQL to Oracle

MySQL Migration Toolkit

MySQL to Access

MySQL to Excel

MySQL to MSSQL

MySQL to Oracle

Oracle Migration Toolkit

Oracle to MySQL

OraDump Export API

OraDump Export Kit

OraDump to Access

OraDump to CSV

OraDump to Excel

OraDump to MSSQL

OraDump to MySQL

PDF to Excel

PDF to Word

PDF to XML

PDF-to-Word API

PDF Export Kit

More...



PDF-to-Word API

[Interface]  [Try PDF-to-Word]  [Buy PDF-to-Word API]
Latest version 1.1 released 12/12/2011

PDF-to-Word API is a library for software developers who would like to integrate functionality of PDF-to-Word into their applications. It exposes COM interface to convert Adobe PDF documents into MS Word format.

Features

  • Extract paragraph alignment information
  • Convert images and most of PDF drawing primitives
  • Recognize tables
  • Adobe Acrobat or Reader is NOT required
  • Convert individual pages
  • Two optimization modes: preserve text flow or original format (see text flow vs. original format article for the further inforamtion)
  • Easy programming interface (see working Visual Basic sample on the screenshot)

Limitations

  • Has no optical character recognition (OCR) capabilities
  • Does not support custom (embedded) fonts
  • Does not convert PDF bookmarks
    

Interface

PDF-to-Word API exposes its features through the single class PDF2Word that implements the following interface:

interface IPDF2Word : IDispatch
{
        // open source .pdf file
        HRESULT open(BSTR src);

// the main conversion cycle HRESULT convert(BSTR dest);

// get progress of the conversion HRESULT get_conversion_progress([out,retval] LONG* progress);

// set pages range (e.g. "1,3,5-7") HRESULT set_pages([in] BSTR newVal);

// set password (to process protected PDF documents) HRESULT set_pswd([in] BSTR newVal);

// get/set optimization mode (1 - preserve original layout, // 2 - optimize for text flow) HRESULT mode([out, retval] LONG* pVal); HRESULT mode([in] LONG newVal);

// get/set 'Convert PDF graphics' property HRESULT convert_graph ([out, retval] LONG* pVal); HRESULT convert_graph ([in] LONG newVal);

// get/set 'Recognize Tables' property HRESULT get_convert_tables([out,retval] BYTE* pVal); HRESULT put_convert_tables([in] BYTE newVal); };

Try before you buy

There is no demo version of PDF-to-Word API available. However, you can test the same capabilities of end-user product PDF-to-Word. Free demo version of the product replaces random characters in the destination document with asterisks, all other features are in place. Test the quality of the demo and come back to place an order if satisfied with the results. Click here to download demo version of PDF-to-Word now.

Ordering

Intelligent Converters software is distributed through downloading from our server only. For online credit card purchasing select the desired software package in the table below and click the corresponding ORDER NOW link. To learn about alternative payment options please visit our Ordering Page.

PDF-to-Word API (Developer License)
Click here for more information about licensing
$695 ORDER NOW
PDF-to-Word API (Redistribution License)
Click here for more information about licensing
CONTACT US