Google Code Exporter
Google Code Exporter
``` 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...
``` What steps will reproduce the problem? 1. printPDF.addImageStream(image.data, ColorSpace.DEVICE_GRAY, resize,0,0,p.width,p.height); What is the expected output? What do you see instead? PDF with an image with gray channel. What version...
``` What steps will reproduce the problem? 1. Convert TTF font file to AFM with ttf2pt1 (3 options: default settings/-l latin2/-L cp1250.map) 2. Embed new font in AlivePDF with codepage...