Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. I try to addImageStream using a bitmap that is created dynamically with transparent background. What is the expected output? What do you...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. textStyle( new RGBColor(0x000000), 1, 0, 0, 0, 100, 25) 2. addMultiCell(50, 15, 'A bunch of text....', 0, 'L', 0); What is the...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. Adding multiple EPS files (myPDF.addEPSImage();) on one page (myPDF.addPage();) 2. 3. What is the expected output? What do you see instead? //...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. run script 2. click print button 3. bad things happen - Please help What is the expected output? What do you see...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. pdf.addText("ăîşţ"); What is the expected output? What do you see instead? Is expected to see romanian characters "ăîşţ" but instead there are...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. I am using AlivePDF in my FLex3 code, to generate PDF file, It works with IE, but not working in my Fire...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. setStyle("direction","rtl") 2. var myPDF:PDF = new PDF(Orientation.LANDSCAPE, Unit.MM, Size.A4); 3. myPDF.setDisplayMode(Display.FULL_WIDTH); 4. myPDF.addPage(); 5.myPDF.addImage(this,0,0,0,0,ImageFormat.PNG,100,1,ResizeMode.FIT_TO_PAGE);var bytes:ByteArray = new ByteArray(); bytes = myPDF.save(Method.LOCAL); var...

Bug
Priority-Medium
Auto-migrated

``` What steps will reproduce the problem? 1. Create a VBOX on the fly and add a button/textbox to it. 2. Now add the new vbox to addImage() method 3....

Bug
Priority-Medium
Auto-migrated

``` We need to be able to know where we are drawing stuff, instead of relying on fire-and-forget. This would be tremendously helpful in order to be able to both...

Priority-Medium
Type-Enhancement
auto-migrated
Maintainability

``` Currently, the SVG produced by pyBlazon is rather messy and difficult to work with in post-processing. The SVG should be at least so simple that it displays correctly in...

Priority-Medium
Type-Enhancement
auto-migrated
Usability