Open GoogleCodeExporter opened 9 years ago
Hi Pritesh
I have this same problem, i'm adding charts to a pdf file, 6 on a page 2 on a
line.
It works fine, but for certain charts it seems to clip them.
Have you found a solution to this problem?
If you have, please assist me.
faizal_ac@yahoo.com
Thanks
Original comment by m.faizal...@gmail.com
on 6 Dec 2010 at 1:20
Am also facing the similar issue.
Anyone found some good solution ?
Original comment by walkwith...@gmail.com
on 22 Jun 2011 at 11:54
[deleted comment]
myPDF.addImage(imageForm.getCmImage(),null,myPDF.getMargins().width/2-20,5,60,60
);
this worked for me..
Please ensure that your image is not bigger in width and height than the piece
of the page of the pdf that you are trying to add it to...
If it is bigger then it will simply chop off the portion that cannot fit in the specified space...
Original comment by m.faizal...@gmail.com
on 22 Jun 2011 at 12:01
Original issue reported on code.google.com by
priteshp...@gmail.com
on 12 Sep 2010 at 3:11