Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Using addMultiCell including "é" or "à" character in the text. What is the expected output? What do you see instead? The line...
``` What steps will reproduce the problem? 1. use addMultiCell to create a cell that goes over a page break. What is the expected output? What do you see instead?...
``` Sometimes the pages will be little squares instead of real pages. What version of the product are you using? On what operating system? 0.14 Please provide any additional information...
``` What steps will reproduce the problem? 1. Scale a MovieClip either on stage or with obj.scaleX, obj.scaleY 2. Add the MovieClip via addImage() 3. Attempt to create the PDF...
``` What steps will reproduce the problem? 1. Download source code 0.1.4 2. Run example for AIR. 3. Hit generate button once. It works. 4. Hit generate button again and...
``` What steps will reproduce the problem? 1. http://alivepdf.bytearray.org/alivepdf-asdoc/ 2. Search for "addNote" 3. Notice the myPDF.addNote (100, 75, 50, 50, "A note !"); is under addTextNote() method. What is...
``` What steps will reproduce the problem? 1. Create a addMultiCell 2. Assign some text with '(' ')' sample Text: "It is a (long established fact that a reader will...
``` What steps will reproduce the problem? 1. put whatever flex component to the stage 2. move it to some coordinates, let's say (100,100) 3. use addImage and add it...
``` What steps will reproduce the problem? 1. using addCell including accents (like 'à', 'î', etc.) in text and using center alignement ex.: myPDF.addCell(0, 0, "Bônjõûr Monsïeúr", 1, 0, Align.CENTER);...
``` What steps will reproduce the problem? 1. Create a datagrid with some data,(make one cell data more than 50 char) and make the datagrid variable rowheight and set wordwrap...