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?
Open PDF dynamically (VB) then show on a form
Hello Joseph,
If you wish to add the PDF Creator to your VB form you need the Developer version. Using this version you can not do manual changes to the pdf file, all changes should be done from inside your application.
If you wish to manually change a pdf file, you need to use the End User version of the PDF Creator, but this version can't be added to your VB form.
Thanks.
If you wish to add the PDF Creator to your VB form you need the Developer version. Using this version you can not do manual changes to the pdf file, all changes should be done from inside your application.
If you wish to manually change a pdf file, you need to use the End User version of the PDF Creator, but this version can't be added to your VB form.
Thanks.