IDE :: Install/Use AlivePDF In CS3 Or CS4?
Nov 23, 2009I downloaded AlivePDF 0.1.4.8 and 0.1.4.9 from the their site. However, I am having difficulty implement it in CS3 or CS4. The SWC file just won't show as others do.
View 1 RepliesI downloaded AlivePDF 0.1.4.8 and 0.1.4.9 from the their site. However, I am having difficulty implement it in CS3 or CS4. The SWC file just won't show as others do.
View 1 RepliesI 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 coercion of a value of type String to an unrelated type int." Am I doing it wrong?
I feel stupid to even ask this question...but how do I get started with AlivePDF? I have downloaded the .zip-file and extracted the files, but what to do next?? I have a .fla-file I want to conect it to.
View 3 RepliesCreate tables with AlivePDF?
View 3 RepliesI am wrapping my head around AlivePDF. I can't seem to find an aswer to this question. Can I add a movieclip as the data to include inside the page? I have it so that the PDF generates text from specific text fields, but I want it to show "mainContent_mc" to the page. I am building this as an AIR app (apperantly you can't do this from an EXE file published from Flash).
View 1 RepliesI 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 select the location to export?
View 2 RepliesI'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 generated pdf in a browser tab/window instead of just saving the file (using the filereference class' save function). I saw that there was a PDF.save() function that allowed that specifying the argument Download.INLINE. However I don't want to use the save function of the pdf class cause I don't want to use a script.
View 1 RepliesI 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.
Right now, Im using below code to creat a pdf of my application, but no luck.
var printView:DisplayObject = new InteractionsAnalysis() as DisplayObject;
printView.width = Application.application.width;
printView.height = Application.application.height;
[Code]......
Been trying to crack adding images to a pdf using AlivePDF 0.1.4.9 for a week or two now. Creating the pdf and adding text was straight forward and easy to do. How ever adding an image has managed to illude us. I have included our code below. We have also tried the addImage() method without success as well. Our code builds perfectly but produces a blank pdf that opens and says An error has occurred on this page
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.DisplayObject;
[Code]....
I'm looking for ways to solve this. I need to save a pdf to server. All the searches brought me to either file being downloaded or being saved locally. Is there a way to use alivepdf to save on server folder?
View 6 RepliesI am using AlivePDF to generate/save pdf on local machine which is working fine.[PHP] var savePDF:PDF; var bytes:ByteArray; var f:FileReference = new FileReference(); savePDF = new PDF (Orientation.PORTRAIT, Unit.POINT, Size.LETTER); for (var i:int = 0; i <numPages; i++) { //add all pages } bytes = savePDF.save( Method.LOCAL); f.save(bytes, "abc.pdf");[/PHP] I am looking for a solution through which I can print the pdf without using any server side technology.
View 3 Repliesadding 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 doesnt seem to be a problem.However, the person i made this for keeps saying text doesnt show up. I've seen the results of his instance of this tool and the keen, trained eye suggests that every row gets stretched out to the bottom (and beyond) of the page. A select all copy paste into plain text app suggests there is no text in the pdf (except for the text that IS showing up)
View 2 RepliesI am creating client side PDF with image using flex and AlivePDF for a web based application. Images have been generated on that pdf but it is creating problem for large size images as half of the image disappeared from that pdf. I am taking the image inside a canvas. How do I control my images so that they come fit on that pdf file for any image size that I take.
View 1 RepliesI have downloaded alivepdf open source library.Now I want to import the classes given in the library...for that how to install that lib...or where to put the folder...or what should I do to stop the compiler from giving me the error for lineimport org.alivepdf.
View 4 RepliesI am using AlivePDF to generate/save pdf on local machine which is working fine.
[Code].....
I am looking for a solution through which I can print the pdf without using any server side technology.
So I'm using AlivePDF to generate a 6 page PDF with a range of text and graphics. It's a fairly large PDF, prob 4mb when saved. I need to be able to pass the PDF along with a few other variables to a PHP script that uploads the PDF and then sends an email.
Because I need to pass the PDF data along with other information, I've been using a standard POST request with URLVariables, only I Base64 encode the PDF ByteArray before sending to avoid any sort of corrupt data. This works fine, except the Base64 encode operation takes ~8 seconds, and sometimes longer on a slower machine, causing a timeout.
I'm trying to use the AlivePDF library to export text from a text editor created in AS3 into a PDF. Can anyone link me to documentation or a tutorial that can help teach me how to integrate it into a normal AS3 file? I have no idea how to use the library and the only documentation I've seen for it is how to use it in Flex/Air, which is not what I'm looking for.
View 2 RepliesHi, I have done pdf creating program for my client and uploaded it to server that works on PHP5 and MySQL. In Vista it works perfectly but on MAC it writes: ��Couldn�t open the file. It may be corrupt or a file format that Preview doesn�t recognize.�" But if I save the same file on Vista and send to my Client on MAC, my client can see it normally. so it�s some kind of downloading/creating .pdf on MAC issue. I know that there are separate files for MAC but how can I compile them on Vista and will it work both on Vista and MAC.
View 0 RepliesI 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 PDF produced is blank when viewed in Adobe reader (latest version).When I open the PDF in Notepad++ I can see that there is definitely content in there and the file appears to be structured correctly.This is the method I am using to generate the PDF:
private function doPrint(whatToPrint:UIComponent):void
{
var printPDF:PDF = new PDF( Orientation.LANDSCAPE, Unit.MM, Size.A4 );[code].....
I have Flash CS3 already installed if I want to install Flash CS4. Can I run them both on the same machine?
View 2 RepliesI 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 screencapture that AlivePDF took to generate my pdf was too small.I am trying to get a chart from a sample to work with sample code for using alivepdf that I picked off the web.[code]
View 1 Repliesis the air installer needed to run the app included in the .air export package or do i have to include it myself?
View 1 RepliesHave CS4 installed on my system, but have some requirements for Flash 8. Can I install Flash 8 from the Macromedia Studio 8 CD in a separate location on the same system without breaking CS4.
View 4 RepliesI'm NOT on Snow Leopard. MacPro, Intel, 4 gigs RAM. I did have Fireworks CS4 on my Mac, but it's all uninstalled. When I try to install the entire CS3 suite, Flash will not install. When I try to install Flash all by itself, it keeps asking for the Fireworks install CD, over and over, even though FW has been uninstalled. Then, ultimately, Flash doesn't install.I tried to run the CS3 cleanup script, but the terminal won't take my password. I ran the CS4 cleanup script after I uninstalled FW, but it said there was nothing to clean up.
View 4 RepliesI am trying to get the news media stations and the say Flash player needs installing. I click on install>agreement>continue>run etc then a dialogue box says that it couldn't install as the disc is coorupt and contact Adobe for a new one? To my knowledge, I don't have, and never have had a disc!
View 1 RepliesI try to install the trial version of Flash CS4 on my system, but when I start the setup file, the cursor changes to the waiting icon a few seconds and then returns to normal. Nothing happens, no error report. No process running in the system manager either. I looked it up in the event viewer, and there I see it listed as a application error, the details is as follows:[code]
View 3 RepliesI downloaded Flash, extracted it, and open the folder. However,when i click on setup.exe, nothing pops up. I looked inside task manager and see that the setup is using up 50% cpu but nothing pops up.I am using vista home premium sp2.
View 1 Replies"The version of Adobe Flash Player ActiveX that you are trying to install is not the most current version.[url]...
I get this message whenever I visit the Url above to install the flash player. I've used the utility to uninstall the application a dozen times with no luck. During the uninstallation process, I exited all applications and even restarted the computer before the attempting to reinstall.
There's a version out there that it is checking against either in registry or somewhere, where is it so I can remove it?
I would like to install Flash media on my Dedicated VPS server but I have no Idea as to how to go about it.
View 2 RepliesI've got a macromedia flash 5 CD fresh from the box. But it won't install, it just installs something called macromedia generator 2 and not the flash 5.
View 1 Replies