AlivePDF
AlivePDF copied to clipboard
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
``` I had to adjust them to get the library zip. Cheers Aw ``` Original issue reported on code.google.com by `[email protected]` on 16 Sep 2011 at 11:25
``` What steps will reproduce the problem? 1. Creating PDF var myPDF:PDF = new PDF(Orientation.LANDSCAPE, Unit.MM, true, Size.LETTER); myPDF.addPage(); var grid:Grid = new Grid(this.dp.source, 200, 300, new RGBColor(0xDEDEDE), new RGBColor(0xF7F7F7));...
``` What steps will reproduce the problem? 1. Use the funtion myPDF.writeText(lineHeight, theText); with an embedded font. 2. Tried font size a line height and also tried to calculate line...
``` Dear all Who has solved the Chinese strange based on utf-8? ``` Original issue reported on code.google.com by `[email protected]` on 23 Aug 2011 at 6:00
``` What steps will reproduce the problem? 1. I have a very large text. 2. I like printing this text in a one line, but when I use "/"n", this...
``` Correct a problem with page breaking on headerRow. The addGrid function doesn't consider the padding on y axis. (y variable) replace: if ( checkPageBreak(rect.height) ) by : if (...
``` Revision 277 in PDF.as in addRow function: The text inside a header cell is based on rowHeight instead of headerHeight. replace: addMultiCell(w,currentGrid.rowHeight,cell.text,0,a); by: addMultiCell(w,h,cell.text,0,a); ++ ``` Original issue reported...
``` pls send the link for download alive pdf 0.1.5 for japanes language ``` Original issue reported on code.google.com by `[email protected]` on 29 Jun 2011 at 12:15
``` What steps will reproduce the problem? 1.Add any arabic text in pdf 2. 3. What is the expected output? What do you see instead? Expected output is arabic text...
``` What steps will reproduce the problem? 1. PDF: var p:PDF = new PDF( Orientation.PORTRAIT, Unit.POINT, Size.A3 ); 2. Add FLEX Data GRID What is the expected output? What do...