Export to RTF

These different converters modules enables you to convert your existin documents to the above formats. These are all parts of our Document Converter produt.
Here you can post all the installation and usage issues related to the document converters including our latest DOCX Converter
Post Reply
Vidya Rao
Posts: 1
Joined: Fri Jun 18 2004

Export to RTF

Post by Vidya Rao »

I am able to export my pdf documents to rtf, but there seems to be a limit of 2 pages. Only the first 2 pages of pdf get converted to rtf. Here's what I am doing...

Dim x As New CDIntfEx.DocumentClass, ret As Boolean

x.SetLicenseKey("Evaluation Version Developer", "XXXXX")

x.Open("C:\My Documents\Test.pdf")

ret = x.ExportToRTF("C:\My Documents\Test1.rtf", CDIntfEx.acRtfExportOptions.acRtfExportOptionAdvancedRTF, 0)

Whether it's a pdf with 8 pages or 3 pages, the above code only converts the 2 pages! Is this restricted in a evaluation version or am I missing something. Any help is appreciated.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

The Evaluation version of the Document Converter will generate only two pages as output.

The Licensed version will definitely not have this restriction.

Best Regards.
Post Reply