[Flashcoders] Writing out PDFs through code

2007-03-01 Thread Mendelsohn, Michael
Hi all...

Can PDF files somehow be written to a hard drive on the fly from a Flash
exe?  (Multiple pages, custom graphics, etc.)

- Michael M.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread Max Kaufmann
Flash doesn't out of the box, but processing does
(http://www.processing.org)

max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn,
Michael
Sent: Thursday, March 01, 2007 1:13 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Writing out PDFs through code

Hi all...

Can PDF files somehow be written to a hard drive on the fly from a Flash
exe?  (Multiple pages, custom graphics, etc.)

- Michael M.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread Jim Cheng

Mendelsohn, Michael wrote:

Hi all...

Can PDF files somehow be written to a hard drive on the fly from a Flash
exe?  (Multiple pages, custom graphics, etc.)


For PDF generation from Flash, see Gregg Wygonik's blazePDF:

  http://www.blazepdf.com/

For writing to the local filesystem, you'll probably need a wrapper to 
add filesystem access capabilities to Flash, as the default projector 
executable doesn't allow writing to the filesystem.  For this, you can 
consider, among others, Northcode SWF Studio, MDM Zinc, or SWHX.


Jim Cheng
effectiveUI
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread elibol

Check out Zinc

http://www.multidmedia.com/

and Apollo

http://labs.adobe.com/wiki/index.php/Apollo

On 3/1/07, Mendelsohn, Michael [EMAIL PROTECTED] wrote:


Hi all...

Can PDF files somehow be written to a hard drive on the fly from a Flash
exe?  (Multiple pages, custom graphics, etc.)

- Michael M.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread jdo

Hello,

Use MDM Zinc for save XSL FO files and run Apache FOP.
FOP transform XSL FO files into PDF.
Fop link: http://xmlgraphics.apache.org/fop/

John D'Oblivione


- Original Message - 
From: Mendelsohn, Michael [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Thursday, March 01, 2007 7:13 PM
Subject: [Flashcoders] Writing out PDFs through code


Hi all...

Can PDF files somehow be written to a hard drive on the fly from a Flash
exe?  (Multiple pages, custom graphics, etc.)

- Michael M.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com