Google Code Exporter

Results 11117 issues of 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...

Bug
Priority-Medium
Auto-migrated

``` 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

Bug
Priority-Medium
Auto-migrated

``` 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...

Bug
Priority-Medium
Auto-migrated

``` 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 (...

Bug
Priority-Medium
Auto-migrated

``` 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...

Bug
Priority-Medium
Auto-migrated

``` 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

Bug
Priority-Medium
Auto-migrated

``` 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...

Bug
Priority-Medium
Auto-migrated

``` 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...

Bug
Priority-Medium
Auto-migrated

``` 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...

Bug
Priority-Medium
Auto-migrated

``` 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...

Bug
Priority-Medium
Auto-migrated