Search found 5 matches

by CraigBennett
Mon Mar 22 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problem printing multiple documents (vb5, demo v1.50d)
Replies: 7
Views: 13727

This is what I ended up with.... Option Explicit Private Declare Function GetTempPath Lib "kernel32" Alias "GetTempPathA" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long Private Sub cmdTest_Click() '' SAVE TREES. SET YOUR PRINTER TO PAUSED WHEN YOU ARE TESTING Dim...
by CraigBennett
Fri Mar 12 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problem printing multiple documents (vb5, demo v1.50d)
Replies: 7
Views: 13727

Hi Joan, I dropped my files and installed again from the link you provided. Seemed to install the same version numbers that were currently installed. Still having the same problem. It will print the first document, but fail on the second document. Also, I am finding I cannot open a file if Acrobat R...
by CraigBennett
Fri Mar 12 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: More printing issues
Replies: 1
Views: 4599

More printing issues

I am running into another set of problems printing. When I set the prompt to True (to show the print dialog) then cancel the dialog, I get errors. How do I handle the dialog being cancelled?
by CraigBennett
Thu Mar 11 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problem printing multiple documents (vb5, demo v1.50d)
Replies: 7
Views: 13727

I think I have it working now. The documentation could really use a bit of work. What I found was I had to create a new object for each time I wanted to print. I don't know if it is right, but it seems to run. Dim pdf As ACPDFCREACTIVEX.PDFCreactiveX Const pdfLicenseTo As String = "Suite Evalua...
by CraigBennett
Thu Mar 11 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problem printing multiple documents (vb5, demo v1.50d)
Replies: 7
Views: 13727

Problem printing multiple documents (vb5, demo v1.50d)

I am trying to print multiple documents (paths stored in one dimensional array PDFArray). The first document will print, but the second always fails with a runtime error Method 'Print' of object 'IPDFCreativeX' failed. This is using the demo of 1.50d I downloaded the other day. Here is the code snip...