ExportToExcel Method

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
Harmonica
Posts: 1
Joined: Thu Mar 24 2005

ExportToExcel Method

Post by Harmonica »

Hi,

i am using the developer version of pdf creator for a vb6 app on win xp and tried to use the ExportToExcel Method, but all I get is the error message "object doesn't support this action". :evil: Here is my code:

With PDFCreactiveX1

.SetLicenseKey ... our license
.Open "C:\dummy\pdf1.pdf", ""
.OptimizeDocument 0
.ExportToExcel "C:\dummy\pdf1Excel.xls", 1+2

End With

I tried also the ExportToRtf Method. That worked, but the rtf document was poorly formatted.

What's wrong? Thx for help in advance.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please check that you have the latest version of the PDF Creator (2.0) and a license code that enables you to export to Excel.

Please don't post your personal license information and activation code in the forum as these are confidential.

Thanks.
Post Reply