Google Code Exporter
Google Code Exporter
``` Sorry for my english. What steps will reproduce the problem? 1. create pdf instance, next put any text into pdf using writeFlashHtmlText function, test cursor Y position by pdf.getY()...
``` What steps will reproduce the problem? 1. When input utf-8 character 2. Shown garbled. What is the expected output? What do you see instead? 1. output what I input....
``` What steps will reproduce the problem? 1. Add a to your Flex application. 2. Add the button to the PDF via pdf.AddImage(myButton) 3. Save the PDF What is the...
``` What steps will reproduce the problem? 1. use different font sizes for various list elements (8,12,18 etc.) 2. use writeFlashHtmlText with pHeightInFontSizePercentage=120 3. What is the expected output? What...
``` What steps will reproduce the problem? 1. use list in html 2. use writeFlashHtmlText 3. What is the expected output? What do you see instead? Expect indentation between each...
``` What steps will reproduce the problem? 1. use different font sizes for various list elements (8,12,18 etc.) 2. use writeFlashHtmlText with pHeightInFontSizePercentage=120 3. What is the expected output? What...
``` What steps will reproduce the problem? Here is my AS import com.greensock.*; import com.greensock.easing.*; import PNGEncoder; import flash.display.MovieClip; import fl.motion.Color; import org.alivepdf.pdf.PDF; import org.alivepdf.layout.Orientation; import org.alivepdf.layout.Size; import org.alivepdf.layout.Unit; import...
``` What steps will reproduce the problem? 1. Try to download a zip from http://code.google.com/p/alivepdf/downloads/list What version of the product are you using? On what operating system? Tried in IE...
``` 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));...