PDA

View Full Version : Presenting a Pdf File on a user form



The"Truth"
12-05-2008, 09:36 AM
How do I present a PDF file on a User Form?

For example if I select part # xyz from a combo box, I want PDF File XYZ.PDF to load on a label or an image box. Please advise.

mdmackillop
12-05-2008, 09:57 AM
I suspect you will have to save your PDFs as a Picture file, JPG, BMP etc.

Kenneth Hobs
12-05-2008, 11:30 AM
You could use the AcroPDF.dll, Adobe PDF Reader, control.

If you just wanted page 1, you could insert pdf file as an Object on a Sheet and copy it to an image. There is another method to do this other than saving it as an image file and loading it into a picture control on the userform but it is more involved.