Set oConverter = CreateObject("EasyConverter.PDF2Word.3")
oConverter.ConvertToWord("C:\input.pdf", "C:\output.doc")
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: ConnectHypens (new)
Set the option to connect hyphenated words. For English language only.
Property: ConvertBookmarks (new)
Set the option to convert bookmark for PDF files when converting to RTF files.
Property: OcrOption (new)
Set the option for handling OCR-ed documents.
Property: RemoveHiddenText (new)
Set the option to remove hidden text.
Property: SaveAsDoc (new)
Set the option to save as native .DOC file using Word automation.
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.