James Scott wrote:

Bruno

Thank you for your last responce.

When creating a photoshop image. It is being created at 72 dpi. But when for
example I have an image of 500px by 150px and put this image into my PDF. It
is still appearing a great deal larger than it should. I have also tried
using the methods:

scaleAbsoluteWidth(500f);
scaleAbsoluteHeight(150f);

which makes no difference.

Would you have any additional tips.

Thank you for your time

Please post this to the mailing list.

If add this image to the document with document.add(img)
and the image has an absolute width of 500 by 150 px
you should print the page (without FitToPage, but with the
actual size), the measure it and you'll see it'sl 6.94 by 2 inch.

I have no idea if that is larger than it should according to you.
Of course image size can be adjusted if you are using other
high-level objects such as PdfPCell to wrap the image.

I have no additional tips.
I would have to see the image to know what's wrong.
Don't send it, but put it on a website somewhere,
so that I can test it. Please remember: I will not answer
further questions that are sent to me personally.

br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to