Does anyone have any experience of using the Adobe TPDF ActiveX component in Delphi ?
I've only successfully gotten as far as placing the component on a form and setting the 'src' property such that I am able to view a PDF file in the viewer.
If I try to change the file to view - that is by changing the 'src' property to another file path (or using the LoadFile()' procedure) I get an Access Violation.
How should I be changing which file to view at run-time ?
Do I need to Disable/Enable or something like that ?
I've tried different things but seem to be missing the point.
Similarly am I able to create a TPDF component at run-time, not have it visible and use it to directly print a PDF file without having to view it on screen.
Any help would be appreciated.
Steve
I've only successfully gotten as far as placing the component on a form and setting the 'src' property such that I am able to view a PDF file in the viewer.
If I try to change the file to view - that is by changing the 'src' property to another file path (or using the LoadFile()' procedure) I get an Access Violation.
How should I be changing which file to view at run-time ?
Do I need to Disable/Enable or something like that ?
I've tried different things but seem to be missing the point.
Similarly am I able to create a TPDF component at run-time, not have it visible and use it to directly print a PDF file without having to view it on screen.
Any help would be appreciated.
Steve