I am developing a Delphi document management application, so somehow I am giving the user some functionality similar to Windows Explorer.
I would like to know if there is a way to get the preview used by Windows Explorer. For example, Windows Explorer creates a small thumbnail for a pdf document, for example, and displays it when the user chooses to view "large icons." Is there any way to get this preview?
MyTImage := GiveMePreviewForFile('C:\Test\File.pdf');
source
share