Is there a way to reduce the DPI of an output pdf without affecting its size using FPDF library?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, PDF documents do not have DPI settings, given that they are vector objects. I assume you actually refer to embedded raster images (JPEG, GIF…). In that case, just check the documentation for the Image() function: forth and fifth parameters (
$wand$h) can express the desired DPI if you write a negative value: