Google Code Exporter
Google Code Exporter
``` In PDF.as, putting the last line of the writeFlashHtmlText method in a comment seems to do the trick: //currentY += currentPage.h; This line is supposed to set the current...
``` I am facing the same problem. Any solutions? ``` Original comment by `[email protected]` on 12 Jul 2011 at 2:41
``` Hi, Use below code, hope it will help you. myPDF.addImage(img.content, new Resize ( Mode.FIT_TO_PAGE, Position.CENTERED )); Thanks, Ravi ``` Original comment by `[email protected]` on 7 Sep 2011 at 11:28
``` Thank you for the answer! I was having the same problem and now I managed to resize my image. ``` Original comment by `[email protected]` on 25 Feb 2012 at...
``` The solution provided by ravichandran96 only works if the image you are trying to add is the only content on that page. In my case, the image is positioned...
``` Issue 307 has been merged into this issue. ``` Original comment by `[email protected]` on 28 Feb 2015 at 12:28
``` Issue 308 has been merged into this issue. ``` Original comment by `[email protected]` on 28 Feb 2015 at 12:29
``` Issue 309 has been merged into this issue. ``` Original comment by `[email protected]` on 28 Feb 2015 at 12:29
``` I solved them all. 1. Comment the 3 lines below in function addGrid() of PDF.as: setXY (x +currentGrid.x, y+getY() ); addRow( columnNames,'', rect); endFill(); 2. Change function excapeIt() from...
``` Part 1 of the issue (duplicate header) has been fixed. ``` Original comment by `[email protected]` on 28 Feb 2015 at 12:21