a_clayborne
01-16-2008, 02:07 PM
In my application I'm trying to preview a PDF file in a thumbnail.
What component allows this in the lower left-hand corner of the windows explorer.
I've attached a example.
Thanks
tHuNd3r
01-17-2008, 07:41 AM
There's an ActiveX that comes with the reader...
Project >> Components
- Adobe Acrobat 7.0 Browser Control Type Library
AcroPDF1.src = "myfile.pdf"
Browse a little to take off the toolbars and stuff
a_clayborne
01-17-2008, 10:09 AM
Thanks,
I'm using the Adobe reader control, but I was also try to provide a thumbnail.
tHuNd3r
01-17-2008, 01:25 PM
Since if reader is not installed, the thumbnails are not there...
i really think what windows use this, or some type library from Adobe to read the file and show it, but in a smaller scale, which you can do too...
a_clayborne
01-17-2008, 02:53 PM
The reader is installed. I'm using the acropdf.dll .
I think the component that has the ability to preview pdf's is the webvw.dll .