kishorekandavalli <kishorekandavalli <at> yahoo.co.in> writes:

> 
> 
>  Hello iText Users,
> 
>  I would like to have some help from you all, I am
>  trying to display a jpeg image file in pdf file.But,
>  when the image is too large, the pdf is showing the
> image with very less zoom say for ex. like 12% or so.
>  I would like to display everything in pdf in 100% zoom
>  factor. 

I suspect that your images are relatively high-resolution, and you're mapping
one pixel to one point when you draw them.  Don't do that.  PDF allows you to
vary the output size independent of the image's original resolution.

 
>  How can i set the zoom factor of the opening pdf
>  file??
> 

You can, but I don't think that's what you really want.

Could you share your code with us?

--Mark


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to