The other option is to create an OLE Control, link in the Adobe Reader Control and play around with it to get it to work. Google for more info on this. But to start you off, below is the code to print a PDF in a OLE Control ::
! Create OCX to print PDF files
?OLEControl{PROP:Create} = '{{CA8A9780-280D-11CF-A24D-444553540000}'
! Load the file
?OleControl{'LoadFile(' & LPDFFileName & ')'}
! Print the item using printAll - See OLE2View for TLB for PDF
?OleControl{'printAll()'}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.