Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. create text field 2. use text field for pdf.writeText (e.g. pdf.writeText(0, myText.text); What is the expected output? What do you see instead?...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. write text and add new line ( pdf.writeText() pdf.newLine( 15 );) 2. write flash html text and add new line ( pdf.writeFlashHtmlText()...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. prepare pdf and grid 2. apply margins 3. save the pdf to disk from Air What is the expected output? What do...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. create a org.alivepdf.data.Grid instance with first argument,data as array of say 5000 objects(Value Objects each containing many fields) 2. create a org.alivepdf.pdf.PDF...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. create an image bigger than the page size and transform it to b:ByteArray 2. use pdf.addImageStream(b, ColorSpace.DEVICE_RGB, new Resize(Mode.FIT_TO_PAGE, Position.LEFT)) 3. save...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. Create a UnicodePDF 2. Add text (even English, even core font) 3. Try to open resultant PDF in Adobe Reader What is...

Bug
Priority-Medium
Auto-migrated

``` Hi.. I want to generate table into pdf file using Alivepdf in AIR application. And I wanna ask about how to make the size, width, height of column in...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. using code following: private var dp:ArrayCollection=new ArrayCollection(); dp.addItem( { 姓名 : "张三", 邮箱 : "[email protected]", 城市:"北京"}); dp.addItem( { 姓名 : "李四", 邮箱...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. print a grid with a lot of data using addGrid What is the expected output? What do you see instead? It should...

Bug
Priority-Medium
Auto-migrated

``` the values are switched x is y... ``` Original issue reported on code.google.com by `[email protected]` on 9 Dec 2010 at 1:14

Bug
Priority-Medium
Auto-migrated