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 MA

RE: [Flashcoders] swf 2 pdf on the fly

2011-10-30 Thread Cor
lto: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 guys... thanks for all the answers. I'll give a try on alivePDF and purePDF. Willem could you send a link

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Rodrigo Augusto Guerra
//mostra caixa impressao if (my_pj.start()) { var myFlag1:Boolean = my_pj.addPage(_root.mcPrintExamCand) } - Original Message - From: "Geografiek" To: "Flash Coders List" Sent: Friday, October 28, 2011 10:18 AM Subject: Re: [Flashcoders] swf 2 pdf on th

Re: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Geografiek
t; 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.&#

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 lib

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 Cor
Of Rodrigo 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

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" 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 better, I won

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

[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 ... thanks