AlivePDF
AlivePDF copied to clipboard
addPage bug in addCell
Line 1811:
this.addPage( this.CurOrientation );
The first paramater to addPage isn't orientation. The line should read
something like this:
this.addPage(this.CurFormat ,currentPage.rotation, this.CurOrientation);
Note: this.CurFormat is made up, it'll need to be created as well.
Original issue reported on code.google.com by [email protected] on 21 Oct 2007 at 10:02
hi Marc,
fixed ! Thanks ;)
Original comment by thibault.imbert on 22 Oct 2007 at 4:53