Jeff-Lewis / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

autoPageBreak doesn't work on writeFlashHtmlText #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
writeFlashHtmlText does not accept autoPageBreak(), causes text to be
written on top of other text that gets added to the next page. 

Original issue reported on code.google.com by TrueMob...@gmail.com on 22 May 2009 at 2:52

GoogleCodeExporter commented 8 years ago
Fixed it! You need to change a line in the actionscript file called PDF.as.

Find the function called renderLine (around about line 2951). Now where it 
says..

addPage ( currentPage.clone() );

change it to say

addPage ();

Et voila it will work.

Original comment by HandyGam...@gmail.com on 28 Oct 2009 at 4:41

GoogleCodeExporter commented 8 years ago
Hi there,

Yep, correct fix.

This was included in the next 0.1.5 RC drop coming up.

Thanks guys for using AlivePDF,

Thibault

Original comment by thibault.imbert on 23 Jan 2010 at 10:36

GoogleCodeExporter commented 8 years ago
As stated in the previous comment, the issue is fixed.

Original comment by felix.ge...@gmail.com on 15 Oct 2011 at 10:08