Search found 4 matches

by REC3219
Tue Dec 04 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: ExportToTiff not working
Replies: 6
Views: 11243

Joan,

never mind about the error. It was from another part of the code. (trying to move the original pdf)

Would it be possible to get an evaluation version that doesn't have the 2 page limit?

We want to test how long it takes to convert large pdf's to tiff.


Thanks,

Robert
by REC3219
Tue Dec 04 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: ExportToTiff not working
Replies: 6
Views: 11243

David,

Thanks for the info. I got it to work but it threw the following error:

"Cannot create a file when that file already exists"

It happens after the exporttotiff has converted 2 pages of a 43 page pdf.

Is there a limit on the eval version?

Thanks,

Robert[/img]
by REC3219
Tue Nov 27 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: ExportToTiff not working
Replies: 6
Views: 11243

Follow up

As a follow up:

I also tried the export as functionality in the example application (PDFCreatorApp) and none of them worked. I even added export to TIFF functionality and it didn't work either.
by REC3219
Mon Nov 26 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: ExportToTiff not working
Replies: 6
Views: 11243

ExportToTiff not working

Hi, We are evaluating PDF Creator .NEt and we can't get the export to tiff functionality to work. I am using VS 2005 on Win XP. The call to ExportToTiff always returns False. Is there a way to see why it failed? Here is the code we are using: Private Sub PrintPDFToTiff(ByVal strSourceFile As String,...