Tagged Questions
The alivepdf tag has no wiki summary.
2
votes
1answer
3k views
Flex AlivePDF export charts. Charts being clipped
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 ...
1
vote
2answers
115 views
How to Render a PDF using Perl
Is it possible to render a pdf in a browser using PERL? What I have is a flash application that sends the rendered pdf binary to perl. The pdf is generated from AlivePDF.
#!C:\Perl\bin\perl.exe
##
...
1
vote
0answers
70 views
How to group columns in grid in while exproting to pdf using Alivepdf in flex?
I am using alive PDF for exporting my data in grid in FLex. I am also showing the same data on the browser using AdvanceDataGrid in which grouped columns are also present. I wish to show the same ...
1
vote
0answers
62 views
Get page size using AlivePDF
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 padding, sticked to the right ...
1
vote
1answer
425 views
Flex Alive PDF - Add high resolution images
Iam using AlivePDF for printing the components in flex. Components have text and images, are dynamically created. In this we have high resolution image and the text with embedded font style. ...
1
vote
0answers
110 views
Flex Alive PDF - Print dialog not opening up in MAC
We had a requirement in flex (flash builder 4), where we need print the component and generate the pdf document and open up the print dialog box.
For generating pdf from flex i used AlivePDF library. ...
1
vote
1answer
97 views
Flex/AIR and AlivePDF: Ordered and unordered lists
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 building an AIR app which should be able to ...
1
vote
1answer
261 views
Can we directly print from alive pdf instead of generating the pdf
Is there a way to directly print using alive pdf (by passing the step where it saves the datagrid in pdf). Right now I am using Alive Pdf for generating PDF from datagrid and its doing a great job. ...
1
vote
1answer
163 views
Why is the PDF blank when trying to create a PDF version of a flex component?
I have a flex component, a VBox, that has content inside it. Text components mainly.
The VBox is holding a report that I want to be able to save to PDF. I am using AlivePdf to achieve this but the ...
1
vote
2answers
383 views
PDF export to local using AlivePDF with flex
I need to export charts and data tables to pdf file in flex application.
For this we can user AlivePDF but i need to export to local not server.
Can we export to local system prompting user to ...
1
vote
2answers
947 views
Wordwrap in AlivePDF
when i am showing some text it is going in 1 line only thats why
whole text is not visible in pdf.
if txt are more it should take automatically next line.
please see code below
<?xml ...
1
vote
2answers
236 views
How can I prevent an XSS vulnerability when using Flex and ASP.NET to save a file?
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.
This is the process I'm ...
0
votes
0answers
2 views
Add a text cell with AlivePDF with text inside it constrained to its width
How can I add text to a PDF using the Alive PDF library so that it will constrain the text being shown to the width of the cell?
This code doesn't constrain the text:
pdf.addCell(20,4,'String here 1 ...
0
votes
0answers
57 views
Issue serving PDF files to Google Chrome
I wrote a webservice using ASMX style calls to serve PDF files. The service processes data sent to it as a POST operation, writes the data to the response, and sends the data back after adding a new ...
0
votes
0answers
57 views
Adding HTML content to Alive pdf not working
How to add HTML content to Alive pdf page through 'writeFlashHTML' function?
var markup:String = "<s:span>Z</s:span>
<s:span ...
0
votes
0answers
42 views
alive pdf simple headers above each grid
Hey guys using alivepdf and getting a little frustuated.
I have created 3 grids however i would like to put a small heading above each grid and i getting all mumbled jumbled.
I try this but everytime ...
0
votes
1answer
46 views
How to programatically close the file “save” window in flex?
I am using alivePDF to generate pdfs from my flex application. When I click on the save pdf button on my flex application, a "save as" window pops up which allows me to browse to the location where I ...
0
votes
1answer
32 views
Determine current position when writing long text using AlivePDF
I need to create a layout with an image on the left and text to the right of it.
While the image width is known, the text length is not.
I want to be able to write the text and be able to determine ...
0
votes
2answers
120 views
Create pdf using flex
I am trying to create PDF file using flex.
There are some problem which i am facing..
when i have less text to display it's working fine. but when there are lots of text which have to display it's ...
0
votes
0answers
65 views
unable to take screen shot and save as pdf in flex 4.1
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 ...
0
votes
0answers
31 views
Is it possible to crate multiple pdf from adobe AIR application?
Here, I am building an adobe AIR application which calls a HTTP request to the servers which returns a String array. each contains xml string. In AIR application, I am iterating a loop and getting ...
0
votes
0answers
219 views
Alive PDF addImageStream with DeviceGrayScale
I am using alive PDF to generate PDF output from my flex designer. I want only GrayScale image with Gray Channel. I saw on a forum a demo which generates a PDF with CMYK color space but in my case the ...
0
votes
0answers
66 views
When using AlivePDF library in Flex the £ symbol is written as £
There is an issue for this already associated with the project:
http://code.google.com/p/alivepdf/issues/detail?id=314&start=300
Anybody already figured out a fix or workaround for this?
0
votes
2answers
172 views
When using AlivePDF library in Flex the beginFill method sets font colour rather than background colour
Code sample:
var headerRowBackground:RGBColor = new RGBColor(0);
headerRowBackground.b = 58;
headerRowBackground.g = 28;
headerRowBackground.r = 255;
printPDF.beginFill(headerRowBackground);
...
0
votes
0answers
150 views
AlivePDF crashes when you try to add a very large Grid in AS3 Flash IDE
I hit the script timeout(which is set to 60 (the max)) in the Flash CS5 IDE. I am adding a very large grid with about 160,000 entries, so the PDF generated will be around 2000 pages.
Is there a ...
0
votes
1answer
256 views
0
votes
1answer
173 views
How can I POST data to a website using the PurePDF library?
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.
...
0
votes
1answer
483 views
Flex 3 + AlivePDF - How to display pdf in the browser
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
I'm now trying to display the ...
0
votes
3answers
127 views
Pattern matching text in the body of a PDF and adding hyperlinks with PHP
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. ...
0
votes
2answers
1k views
AlivePDF, can't set font
I have AlivePDF with Flex, making a webapp. I've got version 1.5 of AlivePDF but can't seem to set the font:
myPDF.setFont( FontFamily.ARIAL, Style.BOLD );
this gives an error of "1067: Implicit ...
0
votes
2answers
495 views
AlivePDF generate pdf with grid, text not showing
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 ...
0
votes
3answers
1k views
Creating interactive reports in PDF
I want to create reports that can be drilled down by the readers - but the reports have to be PDF. I have two options:
Link from the PDF to an online report tool
Make the reports themselves ...