RE: [Flashcoders] swf 2 pdf on the fly

2011-10-30 Thread Cor
--- END CODE Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: vrijdag 28 oktober 2011 17:42 To: Flash Coders List Subject: Re: [Flashcoders] swf 2 pdf on the fly hi

RE: [Flashcoders] swf 2 pdf on the fly

2011-10-30 Thread Cor
...@chattyfig.figleaf.com] On Behalf Of Cor Sent: zondag 30 oktober 2011 10:56 To: 'Rodrigo Augusto Guerra'; 'Flash Coders List' Subject: RE: [Flashcoders] swf 2 pdf on the fly Rodrigo, Thank you. It works OK on a windows PC, regardless the error about too big a size. But on the MAC it prints complete

[Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Rodrigo Augusto Guerra
hi all, I have a flash swf that generates a report inside a mc then print it. ok. now my client wants a button 'save to pdf.' not just print... The more automated the better, I wonder if someone has any hint on this, some tool that I can install on th server and it does that for me ...

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Henrik Andersson
You could just read up on the pdf file format specification. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Creighton, Gerry
Look up swftools. They have something to handle this. On 10/28/11 8:56 AM, Rodrigo Augusto Guerra rodr...@alumni.org.br wrote: hi all, I have a flash swf that generates a report inside a mc then print it. ok. now my client wants a button 'save to pdf.' not just print... The more automated the

RE: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Cor
Augusto Guerra Sent: vrijdag 28 oktober 2011 14:56 To: Flash Coders List Subject: [Flashcoders] swf 2 pdf on the fly hi all, I have a flash swf that generates a report inside a mc then print it. ok. now my client wants a button 'save to pdf.' not just print... The more automated the better, I wonder

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Jens Struwe
I have recently tested these two libs: - alivepdf - purepdf I ended up using alivepdf. Smaller lib size, better documented and it worked with the first set up. The code to provide the download link: import flash.events.IOErrorEvent; import flash.net.FileReference; ... var fileName

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Karl DeSaulniers
FPDF is an on-the-fly pdf creator in php that looks pretty easy to implement. visit here to read more. http://www.fpdf.org/ HTH, Best, Karl On Oct 28, 2011, at 7:35 AM, Jens Struwe wrote: I have recently tested these two libs: - alivepdf - purepdf I ended up using alivepdf. Smaller

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Geografiek
regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: vrijdag 28 oktober 2011 14:56 To: Flash Coders List Subject: [Flashcoders] swf 2 pdf on the fly

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Rodrigo Augusto Guerra
: [Flashcoders] swf 2 pdf on the fly Hi Cor and Rodrigo, I use AlivePdf a lot. I managed to get high resolution pdf's from swf's through a little custom class, I'm glad to share if you wish. I recognise the problems you describe Cor but afaik they do not affect the quality of my prints on both