Yes, it looks like that's the problem (print pixels vs. view pixels).
i've found out that PDFlib is importing images as 72dpi images no matter
if they really are 72dpi or not :(
so now my images are about 4-times smaller as they should be.
any suggestions ? :
Regards
Jan
On Wed, 2003-08-13 at
[snip]
im saving image into pdf with:
$image = pdf_load_image($p, 'jpeg', $picture_path, "");
pdf_fit_image($p, $image, $x_im, $y_im, "");
pdf_close_image($p, $image);
image is 150px x 100px but in genereted pdf file it looks much smaller.
im viewing mentioned pdf file with 100% view ratio.
i'v
Hi
im saving image into pdf with:
$image = pdf_load_image($p, 'jpeg', $picture_path, "");
pdf_fit_image($p, $image, $x_im, $y_im, "");
pdf_close_image($p, $image);
image is 150px x 100px but in genereted pdf file it looks much smaller.
im viewing mentioned pdf file with 100% view ratio.
i've
3 matches
Mail list logo