Open GoogleCodeExporter opened 9 years ago
Thanks for the bug and fix.
Thibault
Original comment by thibault.imbert
on 23 Jan 2010 at 9:50
This does not work still but if you cast the "nb" to a string before using it
in the
findAndReplace function it works perfectly!!!!
var nbs:String = nb.toString();
if( aliasNbPages != null )
{
page.content = findAndReplace( aliasNbPages, nbs, page.content);
}
Original comment by Marc...@gmail.com
on 30 Jan 2010 at 9:54
Neither of these fixes work for me. In both cases, when using aliasNbPages
feature, the 1st page of my PDF fails to render, the 2nd page renders but the
footer does not, and the rest of the pages render fine.
Original comment by devinkir...@gmail.com
on 27 Oct 2013 at 1:45
Original issue reported on code.google.com by
spfied...@gmail.com
on 22 Jul 2009 at 5:57