AlivePDF
AlivePDF copied to clipboard
datagrid not displaying properly when it spans multiple pages
What steps will reproduce the problem?
1. create new Grid Object that is 2-3 pages long
2. use the addGrid method and add it to the pdf
3.
What is the expected output? What do you see instead?
the grid displayed on the pages does not start at the top of the page when it
continues on to the next page
What version of the product are you using? On what operating system?
0.1.5 - win xp
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 19 Apr 2011 at 2:23
Fix Found - Please implement
change below... in the addGrid function (around line 70)
--------------------------------------------
if ( checkPageBreak(rect.height) ){
addPage();
//made change to support multi page data grids
//############################################
//setXY ( x+getX(), y+getY() );
setX ( x + getX() );
//###########################################
Original comment by [email protected] on 19 Apr 2011 at 2:27
How to Add Multiple pages in pdf using flash as 3
Original comment by [email protected] on 2 Apr 2013 at 5:30