RE: [flexcoders] Acrobat 9 and Flex

2008-06-27 Thread matt wicks
No, there are as I understand it two modes of integration 
(i) using a flex / flash widget which can communicate with the basic Acrobat
Javascript API via External Interface
 
(ii)using the new ACROBAT api which provides a series of interfaces
specifically for building PDF Portfolios
 
 
neither of them directly address your issues BUT it is possible to use
EXternal Interface to generate PDFs on the fly which would allow for some
imporovements to your point2
 
matt

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Anatole Tartakovsky
Sent: 27 June 2008 16:57
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Acrobat 9 and Flex




I am considering the new Acrobat 9 embedding capabilities for Flex
applications. Are there any planned 
1. integration libraries
2. changes to PrintJob specific to Acrobat hosting 
3. serialization/deserialization package that would that would be used as a
replacement to Capture classes for client side SWF capturing?
 
Thank you,
Anatole
 

 


Re: [flexcoders] Acrobat 9 and Flex

2008-06-27 Thread Anatole Tartakovsky
Matt,
   I tried doing it through external interface in the past - there were
serious limitations including security and inability to operate on XDP
level. So - for scripting to work for multipage UI we would need to generate
multiple pages. Thinking of the ways to use this model for Flex
applications  - here are  3 questions on this approach:
1. Can I have in-process Flex application and access that one from
embeddable modules?
2. Is there developers update to PDF specifications with complete syntax
options for Flash content?
3. Printing of the flash content - do we get any type of synchronization to
ensure flash is ready?

Thank you,
Anatole Tartakovsky
On Fri, Jun 27, 2008 at 5:48 PM, matt wicks [EMAIL PROTECTED] wrote:

No, there are as I understand it two modes of integration
 (i) using a flex / flash widget which can communicate with the basic
 Acrobat Javascript API via External Interface

 (ii)using the new ACROBAT api which provides a series of interfaces
 specifically for building PDF Portfolios


 neither of them directly address your issues BUT it is possible to use
 EXternal Interface to generate PDFs on the fly which would allow for some
 imporovements to your point2

 matt

  --
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Anatole Tartakovsky
 *Sent:* 27 June 2008 16:57
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Acrobat 9 and Flex

I am considering the new Acrobat 9 embedding capabilities for Flex
 applications. Are there any planned
 1. integration libraries
 2. changes to PrintJob specific to Acrobat hosting
 3. serialization/deserialization package that would that would be used as a
 replacement to Capture classes for client side SWF capturing?

 Thank you,
 Anatole