Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View PDF File in screen

Status
Not open for further replies.

SalehKiswani

IS-IT--Management
Jul 16, 2011
60
Hello everybody

Is there a way to View a PDF File in screen like images?
 
Hi!

Check FileExplorer from
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(' & LP:pDFFileName & ')'}

! Print the item using printAll - See OLE2View for TLB for PDF
?OleControl{'printAll()'}


Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top