Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Okay I think I put my finger on it, the problem seemed to happen usually some
time
after I exported the same pdf multiple times during the same session.
In pdf.as
public static var references:String = new String;
This variable just keeps getting longer and longer the more you export pdfs. So
eventually the pdfs become corrupt and create the "small square pages problem"
refenreced above.
I fixed it by adding :
Page.references = "";
To the constructor of PDF.as
Original comment by maxi...@gmail.com
on 9 May 2008 at 5:51
Original issue reported on code.google.com by
maxi...@gmail.com
on 24 Apr 2008 at 7:59