Hi. I need to be able to produce high res images (300dpi) for my pdf. This works beautifully when working with large images.
However there is a requirement that all images have to fit a particular rectanglular size (i use preserveSetting="xMidYMid slice") for this. Basically all images have to fit a frame. If i add the PDFTranscoderHint Key_resoution(300)) will this try to get the best possible image quality or am I suppose to handle this my self? The latter would require me to calcuate for each image how to find the best quality and set the dpi for each image individually.(that means i would have to do the scaling myself.. The problem is whenever i have a low res image and need to display this in the big rectangle the image will be small if i do this manually. I was hoping i would not have to do a lot of calculation to get the best results. Thanks guys.
