Is it possible to change the DPI of embedded TIFF images?
by Conor Smith | September 14, 2017
No. The DPI of the image within a PDF is static. Foxit PDF SDK does not have the feature to upscale a image DPI if the image already exist. The workaround is to upscale the image using a third party library and then add it to the PDF. Foxit PDF SDK does have a FSCRT_ImageFile_SetProperty in which you can […]
Keep reading