How to convert a PDF to GIF,BMP or JPG?

    • Offizieller Beitrag

    With the licensed version of WPViewPDF do this:


    In this code we first retrieve a metafile from the PDF viewer and then render that metafile on a bitmap. This bitmap can then be assigned to a TJPEGImage and finally to a TImage.Picture.

    The complete project is available here:
    https://www.wpcubed.com/ftp/ex/WPViewPDF_BMP.zip