Add images to PDF programmatically
by Qiming Wang | January 28, 2014
Adding images to PDF files is simple using the PDF API available with Foxit Quick PDF Library. The key functions involved when inserting an image into a PDF are the AddImageFromFile and DrawImage functions. The size of the image drawn onto the PDF is determined by the DPI value of the image (if present). The ImageHorizontalResolution and ImageVerticalResolution […]
Keep reading