Search found 2 matches

by Joseph
Mon Nov 17 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Open PDF dynamically (VB) then show on a form
Replies: 1
Views: 5165

Open PDF dynamically (VB) then show on a form

I can open a PDF dynamically and make changes to it.

I then want to display it on a form in VB6 without saving it. I then may make some changes manually and then decide to save and close or just close loosing all changes.

Can someone point me in the right direction?
by Joseph
Fri Aug 29 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Create a TextBox on the 2nd or 3rd page using VB
Replies: 1
Views: 4920

Create a TextBox on the 2nd or 3rd page using VB

I would like to put 7 fields on every page of the document. However I seem to be only able to put fields on the first page. CurrentPage takes me to the page but when I CreateObject it still creates the Textbox on the first page. This is the code I have written which does not work: With Me.pdfCreator...