Is there a way to view A PDF file in access? I am storing the path to the file in the database and am able to open it from a button in the database, but I'd like to be able to show a preview of it as well.
feedback
|
|
I doubt you would be able to do this with a raw pdf file, however you could have your application take the first page of the pdf and save it as an image file that you could then load as the preview. | |||||||
feedback
|