Is it possible to get the page width and page height for a PDF during creation with AlivePDF? I need this to place a shape to the right side of the page, no margin or pa开发者_开发知识库dding, sticke
I am using Flex 4.1 and AlivePdf for generating pdf. My requirement is like as follows: I have an array of xml data. I need to iterate that array, develop a chart, take a screen shot of that chart (u
Is it possible to export ordered and unordered lists using AlivePDF? (Or is there another client side PDF generating library which can do this?)
I\'m evaluating the differences between the purePDF and alivePDF libraries in flex, and I\'m setting up some IO code so that I can save documents from either from a web based flex application.
I have a large web application with verticalScrollBar with few charts and large datagrid. I am planning to create pdf of my web application using AlivePdf.
I\'m testing alivePDF 0.1.5 and till now everything\'s been fine. I\'m super interested in the new function writeFlashHTMLText() cause it makes my life so much easier! xD
The situation is as follows: I have a series of big, fat PDF files, full of imagery and randomly distributed text - these are the sections of a huge promotional pricelist for a vast array of products.
Adding text to a grid in flex adding the grid to a pdf with some other elements on there as well. text is not showing up in some cases. I\'ve tested myself silly on the computers i own but there does
I am trying to use AlivePDF to save a chart into a .pdf file.However, when I try to save my chart, it ends up clipping half of the chart in the pdf so it isn\'t even fully visible.It seems that the sc
I\'ve implemented a PDF generation function in my flex app using alivePDF, and I\'m wondering if the process I\'ve used to get the file to the user creates an XSS vulnerability.