What's New in Adobe Digital Enterprise Platform Document
Total Page:16
File Type:pdf, Size:1020Kb
Discover What’s New in Adobe Digital Enterprise Platform Document Services Designer 10.0 Niall O’Donovan | Assure Dynamics © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Niall O’Donovan at www.assuredynamics.com © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 2 Customer experience management does not start here © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 3 Customer experience management does not even start here © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 4 Customer experience management starts here! © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Awesome new features in Designer 10.0 . Add Flash content to a form. Control object formatting using style sheets. Access Solutions, such as Interactive Statements. More new features are included, but we'll discuss those later. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 6 Flash in Adobe XML Forms Architecture (XFA) is easy! © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 7 Developing Flash for XFA © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 8 Working with Flash in XFA Set the URL for the swf Set image, swf deactivated Settings for interacting with swf © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 9 Getting started Adobe Digital Enterprise Platform Document Services - Designer 10.0 . Designer includes a new Flash Field object. Requires Acrobat or Adobe Reader 10 or later (preferably 10.1 or later). Set Target Version option to Acrobat and Adobe Reader 10.0 or later. Save form as Adobe Dynamic XML Form (*.pdf). Adobe Flash Builder 4.5.0 . Use Flash Builder 4.5.0 (or the Flex 4.5.0 SDK). Set Flex Build Path to Merged into Code. <s:Application applicationComplete="stage.scaleMode = StageScaleMode.EXACT_FIT;" ... /> © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 10 Passing data to the embedded Flash field object private function start():void { // Setup interface: registering the swf updateName function in the form ExternalInterface.addCallback("updateName" , updateName); } // Call the registered swf function updateName and pass data FlashField.ui.exObject.invoke("updateName", empDetails); © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 11 Passing data back to the XFA form private function sendPic():void { ExternalInterface.call("comms.photo" , encodedPhoto, encodedQR); } function photo(encodedPhoto, encodedQR) { yourPhoto.rawValue = encodedPhoto; yourQRCode.rawValue = encodedQR; } // End of function © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 12 Demo — Flash © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 13 Tour de Flex © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 14 Download the Flash in XFA reference card © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 15 Style sheets . Provides consistent control of object formatting. Functions as a PULL mechanism, where you can pull styles from common styles or similar objects. Does not function as a PUSH mechanism, like cascading style sheets. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 16 Style sheets are easy! © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 17 Style sheets can be internal © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 18 Style sheets can be internal © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 19 Style sheets can be external © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 20 Style sheets can be external © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 21 Style sheets can be BOTH internal and external © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 22 New style sheet feature = new tools Style Catalog Style Toolbar & Options Use when defining the styles Use when applying styles © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 23 Style catalog © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 24 Defining styles is easy New style editor tools Existing tools © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 25 Defining styles is easy New style editor tools Existing tools © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 26 Defining styles is easy New style editor tools Existing tools © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 27 Defining styles is easy New style editor tools Existing tools © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 28 What can you apply styles to? Exclusion Group Common Style Used to set global properties for text and borders © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 29 How styles are inherited Common style Individual styles • Inherits Text formatting • Does not inherit Border • Text formatting • Border • Does not inherits Text formatting • Does not inherit Border • Inherits Text formatting, but overrides some features • Inherit Border * © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 30 Demo — Style sheets © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 31 Interactive Statements . Let’s bring some of the new features together! . Organisations want to move from paper to electronic solutions. Interactive Statements provide: . a rich user experience. brand touch point. customer engagement. self-service. advertisements. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 32 Interactive Statements – Finance Corporation Brand Engage Dialog © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 33 Other great features . Bullets and numbered lists. Macros support. Custom toolbars. Simplified event propagation. W3C XML Encryption. Right-to-left flow direction for objects. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 34 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 35 Thank you! © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 36 Turn in your surveys for a chance to WIN! . Hand in your surveys to the room monitors . One survey per session will be selected as a winner of an Adobe Press e-book or Video Introduction to Adobe Edge Web Design with Muse (code name) from Adobe Android App Development and Design: Learn by Video . Winners will be notified via e-mail at the end of each day © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. .