sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

With orientation Landscape the image does not center when using ResizeMode.FIT_TO_PAGE #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create PDF instance with Orientation.LANDSCAPE
2. addImage with ResizeMode.FIT_TO_PAGE
3.

What is the expected output? What do you see instead?
Expected a centered image covering most of the page, see a image that
starts at the left of the page and has empty space at the right.

What version of the product are you using? On what operating system?
0.1.4.6, Windows XP

Please provide any additional information below.
When using Orientation.PORTRAIT and ResizeMode.FIT_TO_PAGE the image covers
the whole width of the page as expected

Original issue reported on code.google.com by david.pr...@gmail.com on 1 Oct 2008 at 6:50

GoogleCodeExporter commented 8 years ago
Hi david,

This is not a bug, but most like a missing feature for having the image centered
which seems quite logical I agree. I will add that right now and include that 
in the
next release :)

Thanks :)

Thibault

Original comment by thibault.imbert on 2 Oct 2008 at 8:46

GoogleCodeExporter commented 8 years ago
Hello Thibault,

Thanks for your response. Having Centering the image would be great! 
Thanks in advance.

David

Original comment by david.pr...@gmail.com on 2 Oct 2008 at 9:50