
API Features
PDF2Word Object API
- Convert PDF to RTF with
just 3 lines of code
- 1: EasyConverterLib::IPDF2WordPtr
pConvObj = NULL;
2: pConvObj.CreateInstance(_T("EasyConverter.PDF2Word"));
3: pConvObj->ConvertToWord (InputFileName, OutputFileName,
Password, From, To);
More
Information...
- Method: ConvertToWord
Convert a PDF document to an RTF document.
- Method: ConvertToWord2
Convert
a PDF document to an RTF stream. The RTF output is stored in
memory.
- Method: ConvertToWord3
Convert a PDF stream to RTF stream. Both input and output
are coming from memory stream.
- Property: FileConversionTimeOut
File conversion timeout value (in milliseconds).
- Property: NumberOfPages
Get the total number of pages from the input PDF.
- Property: JpegQuality
Set the quality of the JPEG images inside the RTF output.
Conversion Features
BCL's easyConverter SDK authentically maintains
the contents of the PDF files when converted into Word compatible
RTF files, including:
- Fonts. PDF fonts are mapped to the appropriate
Word fonts with style, size and kerning to make accurate fit.
- Multi-Column pages. Single and multi-column
pages are converted to equivalent structures with text flow
preserved for facilitate editing.
- Tables. PDF tables with and without PDF
table structures are converted to Word tables.
- Lists. List are detected and converted
to automatic lists in Word.
- Header/Footers. Formatting of header and
footers are preserved for readability.
- Graphics. Graphics are converted authentically
and placed accurately on the page.
- Page Fitting. Fonts and formatting are adjusted
to make PDF page content fit on RTF page.
|

The Free Trial only converts every other page and comes
with 30-day expiration.
|