AlivePDF icon indicating copy to clipboard operation
AlivePDF copied to clipboard

addPage bug in addCell

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

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

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter

hi Marc,

fixed ! Thanks ;)

Original comment by thibault.imbert on 22 Oct 2007 at 4:53

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter