<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>PDF Developer Junkie</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.adobe.com/pdfdevjunkie/atom.xml" />
   <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84</id>
    <link rel="service.post" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84" title="PDF Developer Junkie" />
    <updated>2009-11-21T21:11:09Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
 

<entry>
    <title>Acrobat.com Updated</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/acrobatcom_updated.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=44194" title="Acrobat.com Updated" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.44194</id>
    
    <published>2009-11-21T20:45:39Z</published>
    <updated>2009-11-21T21:11:09Z</updated>
    
    <summary> If you haven&apos;t logged into your Acrobat.com account in a few days you&apos;re in for a real treat. The user interface has been through a major overhaul so all the various applications work far more smoothly. Here&apos;s a brief...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[
                             <p style="margin-top: 0; margin-bottom: 0">If you haven't logged into your <a href="http://www.acrobat.com">Acrobat.com</a> account in a few days you're in for a real treat. The user interface has been through a major overhaul so all the various applications work far more smoothly. Here's a brief list of the major improvements.</p>
                             <ul style="margin-top: 0; margin-bottom: 0;">
                               <li>Single file organization system with Collections (think Playlists)<br />
                               </li>
                               <li>All applications are in the same interface<br />
                               </li>
                               <li>Updates to each core service<br />
                               </li>
                               <li>New architecture for improved performance and scalability<br />
                               </li>
                               <li>35 customers suggested feature improvements from ideas.acrobat.com</li>
                             </ul>
                             <p style="margin-top: 0; margin-bottom: 0;">&#160;</p>
<p style="margin-top: 0; margin-bottom: 0;">So - Why talk about Acrobat.com in my developer blog? Keep reading...<br/>
                           </p>
              ]]>
        <![CDATA[
<p style="margin-top: 0; margin-bottom: 0;">For over two years, my article &quot;<a href="http://blogs.adobe.com/pdfdevjunkie/using_the_html_embed_tag_to_di.html">Using the HTML embed Tag to Display a PDF on Your Web Page</a>&quot;  has had the highest number of hits per week. I wanted to take this opportunity to update it a little and the new Acrobat.com plays a big part.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">In addition to using the &lt;embed&gt; or &lt;object&gt; tags to reference a PDF file directly as mentioned in my old article, you can embed PDF files in HTML inside a Flash wrapper. If you are looking for a lightweight viewer with a really snappy interface to embed a PDF file  in your HTML page, consider using the &quot;Files&quot; area of Acrobat.com. The PDF file below is being displayed using that capability.</p><br />
<div style="text-align: center;">
  	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 	width="100%" height="800"
 	codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
 	<param name="movie" value="https://acrobat.com/Clients/current/ADCMainEmbed.swf" />
 	<param name="quality" value="high" />
    <param name="wmode" value="transparent" />
 	<param name="bgcolor" value="#202020" />
 	<param name="allowScriptAccess" value="sameDomain" />
 	<param name="allowFullScreen" value="true" />
    <param name="flashvars" value="d=76ppVrduk0GuA*qX*F53dg" />
 	<embed src="https://acrobat.com/Clients/current/ADCMainEmbed.swf" quality="high" bgcolor="#202020"
 		width="100%" height="800" align="middle"
 		play="true"
 		loop="false"
 		quality="high"
 		wmode="transparent"
 		allowScriptAccess="sameDomain"
 		allowFullScreen="true"
 		type="application/x-shockwave-flash"
        flashvars="d=76ppVrduk0GuA*qX*F53dg"
 		pluginspage="http://www.adobe.com/go/getflashplayer">
 	</embed>
    </object>
 </div>



<p style="margin-top: 15px; margin-bottom: 0;">To use this feature, simply go to <a href="http://acrobat.com">Acrobat.com</a> and upload a PDF file. Once the file is available in the &quot;Files&quot; area, select the drop down near the name and then &quot;Share&quot;. You first need to set the permissions and then you'll see an area to copy the embed code. Be sure to also hit the "Ok" button in the dialog to make the permission change stick. Now, just paste the embed code into your web page and you're done. Remember that this is a Flash based PDF viewer so JavaScripts, fields and multi-media won't behave the way that they would in the Reader but this is the perfect solution for static PDF that you simply need to embed on a web page; perfect for Press Releases, Tutorials, Manuals and a bunch of other types of documents.</p>]]>
    </content>
</entry>

<entry>
    <title>Create your own Acrobat tutorial or tip</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/create_your_own_acrobat_tutori.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43999" title="Create your own Acrobat tutorial or tip" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43999</id>
    
    <published>2009-11-10T17:13:36Z</published>
    <updated>2009-11-10T17:13:39Z</updated>
    
    <summary> JoAnn Davis recently posted an article on the Acrobat Docs blog that might be of interest to Acrobat gurus. &#160; Many people who use Acrobat have a lot of experience and expertise to share. If you are one of...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="Echo Chamber" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[ 
                           <p style="margin-top: 0; margin-bottom: 0"> JoAnn Davis recently posted an article on the Acrobat Docs blog that might be of interest to  Acrobat gurus.</p>
                           <p style="margin-top: 0; margin-bottom: 0;">&#160;</p>
                           <blockquote style="margin-top: 0; margin-bottom: 0;">
                             <p style="margin-top: 0; margin-bottom: 0;">Many people who use Acrobat have a lot of experience and expertise to  share. If you are one of those people, you might be interested in  creating a tutorial or tip using the new Adobe Community Publishing  System. This new AIR application lets anyone with an Adobe ID publish  content on Adobe products and technology directly to Adobe.com. </p>
                               <p style="margin-top: 0; margin-bottom: 0;">&#160;</p>
                           </blockquote>
                           <p style="margin-top: 0; margin-bottom: 0;">Continue Reading <a href="http://blogs.adobe.com/joanndavis/2009/11/create_your_own_acrobat_tutori.html">&quot;Create your own Acrobat tutorial or tip&quot;</a></p>
                           ]]>
        
    </content>
</entry>

<entry>
    <title>Fonts</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/fonts.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43854" title="Fonts" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43854</id>
    
    <published>2009-10-31T19:43:59Z</published>
    <updated>2009-11-03T19:32:58Z</updated>
    
    <summary>Normally I wouldn&apos;t post something like this but being an Adobe employee, fonts are a passion of mine. &quot;To The Best of Our Knowledge&quot; from Wisconsin Public Radio is one of my favorite podcasts and this week they did an...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-top: 0; margin-bottom: 0">Normally I wouldn't post something like this but being an Adobe employee, fonts are a passion of mine. "To The Best of Our Knowledge" from Wisconsin Public Radio is one of my favorite podcasts and this week they did an episode all about fonts. Even if you're not a font geek like me you'll find this program interesting and funny.</p>
                             <blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;"><blockquote style="margin-top: 0; margin-bottom: 0;">&#160;</blockquote>
                                             </blockquote>
                                           </blockquote>
                                         </blockquote>
                                       </blockquote>
                                     </blockquote>
                                   </blockquote>
                                 </blockquote>
                               </blockquote>
                             </blockquote>
                           ]]>
        <![CDATA[<p style="margin-top: 0; margin-bottom: 0;">My favorite line... </p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<blockquote style="margin-top: 0; margin-bottom: 0;">
  <p style="margin-top: 0; margin-bottom: 0;">&quot;You can have a perfectly intelligent conversation about fonts with a 9 year old now-a-days.&quot;</p>
  <p align="right" style="margin-top: 0; margin-bottom: 0;">- Matthew Carter, designer of Verdana </p>
</blockquote>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">Too true! You can listen to the entire program <a href="http://www.wpr.org/book/091101b.cfm">here</a> or find them on iTunes.</p>
]]>
    </content>
</entry>

<entry>
    <title>MAX 2009 Sessions for Acrobat Now Posted on Adobe TV </title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/max_2009_sessions_for_acrobat.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43730" title="MAX 2009 Sessions for Acrobat Now Posted on Adobe TV " />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43730</id>
    
    <published>2009-10-23T04:24:37Z</published>
    <updated>2009-10-31T18:46:51Z</updated>
    
    <summary>If you were not able to make it to MAX 2009 this year or were at MAX and missed some of the Acrobat sessions, here&apos;s your chance to catch up. The Acrobat specific presentations have been posted to Adobe TV....</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="MAX 2009" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p>If you were not able to make it to MAX 2009 this year or were at MAX and missed some of the Acrobat sessions, here's your chance to catch up. The Acrobat specific presentations have been posted to Adobe TV. The following is a list of the ones that I organized and a few others that I highly recommend watching.</p>]]>
        <![CDATA[<p>
<ul style="margin-bottom: 0">
  <li> <a href="http://tv.adobe.com/watch/max-2009-develop/pdf-inside-and-out/" target="_blank">PDF: Inside & Out</a> - Leonard Rosenthol</li>
  <li> <a href="http://tv.adobe.com/watch/max-2009-develop/pdf-files-via-the-web-creating-a-better-experience/" target="_blank">PDF files via the Web: Creating a Better Experience</a> - Ian Campbell</li>
  <li> <a href="http://tv.adobe.com/watch/max-2009-develop/wow-your-audience-with-multimedia-pdf-documents/" target="_blank">WOW Your Audience with Multimedia PDF Documents</a> - Harry Hemus</li>
  <li><a href="http://max.adobe.com/online/session/145" target="_blank">Scripting PDF: Inside the Acrobat JavaScript SDK</a> - Thom Parker</li>
  <li> <a href="http://max.adobe.com/online/session/98" target="_blank">Best Kept Secrets of Acrobat Revealed: Batches, Fixes, and Checks</a> - Donna Baker</li>
  <li> <a href="http://tv.adobe.com/watch/max-2009-develop/actionscript-in-acrobat-portable-rias-and-pdf-portfolios-demystified/" target="_blank">ActionScript in Acrobat: Portable RIAs and PDF Portfolios Demystified</a> - Joel Geraci</li>
</ul>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<ul style="margin-top: 0">
  <li> <a href="http://tv.adobe.com/watch/max-2009-design/a-designers-guide-to-deciphering-the-web/" target="_blank">A Designer's Guide to Deciphering the Web</a> - Chris Converse </li>
  <li> <a href="http://tv.adobe.com/watch/max-2009-develop/building-accessible-livecycle-forms/" target="_blank">Building Accessible LiveCycle Forms</a> - Charlie Pike</li>
  <li> <a href="http://tv.adobe.com/watch/max-2009-develop/effective-form-design-for-developers/" target="_blank">Effective Form Design for Developers</a> - Angie Okamoto</li>
</ul>
</p>
]]>
    </content>
</entry>

<entry>
    <title>Ian Campbell&apos;s Presentation from MAX 2009</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/ian_campbells_presentation_fro.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43720" title="Ian Campbell's Presentation from MAX 2009" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43720</id>
    
    <published>2009-10-22T18:17:36Z</published>
    <updated>2009-10-29T16:10:31Z</updated>
    
    <summary>Several people asked me for a copy of Ian&apos;s presentation from MAX 2009. The session has been recorded but not posted yet. However, Ali Hanyaloglu recorded a similar presentation for AcrobatUsers.com. The best part is, even though it&apos;s not Ian...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">Several people asked me for a copy of Ian's presentation from MAX  2009. The session has been recorded but not posted yet. However, Ali Hanyaloglu recorded a similar presentation for AcrobatUsers.com. The best part is, even though it's not Ian speaking, you still get to hear the presentation in a British accent. </p>
                             ]]>
        <![CDATA[
<p style="margin-bottom: 0">Here's the description.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<blockquote style="margin-top: 0; margin-bottom: 0;">
  <p style="margin-top: 0; margin-bottom: 0;"> PDF Files Via the Web: Creating a Better Experience <br />
    Ali Hanyaloglu</p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;"> Learn how to get PDF files to behave the way you and your viewers  want on the web. We'll share best practices to ensuring PDF files are  easy to read, navigate and access, as well as how to make PDF files as  streamlined as possible without losing quality. </p>
</blockquote>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0"><a href="unknown:" target="_blank">Watch 
  PDF Files Via the Web: Creating a Better Experience</a></p>
]]>
    </content>
</entry>

<entry>
    <title>Leonard Rosenthol&apos;s Presentation from MAX 2009</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/leonard_rosenthols_presentatio.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43491" title="Leonard Rosenthol's Presentation from MAX 2009" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43491</id>
    
    <published>2009-10-09T22:11:09Z</published>
    <updated>2009-10-29T16:11:52Z</updated>
    
    <summary>Several people asked me for a copy of Leonard&apos;s presentation from MAX 2009. The session has been recorded but not posted yet so for now, you can look at the PDF file....</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">Several people asked me for a copy of Leonard's presentation from MAX 2009. The session has been recorded but not posted yet so for now, you can look at the PDF file.<br/>
                           </p>
                               ]]>
        <![CDATA[<p style="margin-top: 0; margin-bottom: 0;">Here's the description</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<blockquote style="margin-top: 0; margin-bottom: 0;">
  <p style="margin-top: 0; margin-bottom: 0;">PDF: Inside and Out </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">Learn surprising details about the inside of a PDF file. Learn about Adobe turning PDF over to the International Standards Organization(ISO). Adobe expert Jim King will describe what Adobe's original intentions were with PDF and how that fundamental architecture has been robust enough to evolve and support the features customers have required over the last 16 years. PDF standards architect Leonard Rosenthol will explain how Adobe no longer "owns" the PDF standard after it became ISO 32000-1. You'll understand why PDF has survived and become an international standard when some other document formats with similar goals are now extinct.</p>
</blockquote>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0"><a href="http://blogs.adobe.com/pdfdevjunkie/PDF_Inside_and_Out.pdf" target="_blank"><img src="http://blogs.adobe.com/pdfdevjunkie/PDFicon.png" width="16" height="16" /> Open the presentation</a></p>
]]>
    </content>
</entry>

<entry>
    <title>MAX Online</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/max_online.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43342" title="MAX Online" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43342</id>
    
    <published>2009-10-05T00:40:37Z</published>
    <updated>2009-10-29T16:22:31Z</updated>
    
    <summary>Adobe MAX 2009 starts this weekend and we want to make sure that everyone can participant in this year’s event. Check out MAX Online -- where people from anywhere in the world can join in the excitement of MAX....</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">Adobe MAX 2009 starts this weekend and we want to make sure that everyone can participant in this year’s event. Check out MAX Online -- where people from anywhere in the world can join in the excitement of MAX. <br/>
                           </p>
                             ]]>
        <![CDATA[
<p style="margin-bottom: 0"></p>
<h3 class="entry-more" style="margin-top: 0; margin-bottom: 0;">Watch MAX keynotes, streamed live from Los Angeles</h3>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">On October 5th and 6th, Adobe MAX Online will feature keynotes, streamed live, highlighting the newest and most exciting developments in the world of technology. Join 10 minutes early and participate in the backstage behind the scenes action.   Seats/connections are limited, so registration is required.  Participants will also be able to connect with the community during the webcast through twitter at  #adobemaxgs</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;"><strong>View the top three sessions from each day on demand</strong><br />
  Check back each day by 8 P.M. PST, from October 5th to 7th, to see the top session of the day from each track: Design, Develop, and Envision. You'll be able to view these sessions on demand on MAX Online and join the buzz by participating in the extended Twitter conversation.<br />
  <br />
  <strong>View all of the session content on demand</strong><br />
  Check back on Sunday, October 11th, for all of the sessions available on demand with the exception of labs or BYOL (Bring Your Own Laptop) labs. </p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0">Register now at <a href="http://max.adobe.com/online">max.adobe.com/online</a></p>
]]>
    </content>
</entry>

<entry>
    <title>Download the MAX Companion Application</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/download_the_max_companion_app.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=43316" title="Download the MAX Companion Application" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.43316</id>
    
    <published>2009-10-02T16:37:02Z</published>
    <updated>2009-10-29T16:26:51Z</updated>
    
    <summary>Enhance your conference experience with the MAX Companion. MAX Companion is a cross-platform, multiscreen social application designed to help you navigate the conference and communicate with other attendees in real time via Twitter. Built with the Adobe® Flash® Platform, MAX...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="MAX 2009" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-top: 0; margin-bottom: 0;">Enhance your conference experience with the MAX Companion. MAX  Companion is a cross-platform, multiscreen social application designed  to help you navigate the conference and communicate with other  attendees in real time via Twitter. Built with the Adobe® Flash®  Platform, MAX Companion is available in two forms, as a desktop  download and on a large interactive multitouch screen.<br/>
                           </p>
              ]]>
        <![CDATA[
<p style="margin-top: 0; margin-bottom: 0;"></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="margin-bottom: 0"><img src="http://assets.max.adobe.com/images/companion.png" width="197" height="337" align="right" /></span>MAX Companion Multi-touch Screen</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">During  MAX, visit the MAX Companion wall, sponsored by Miller &  Associates, in the Community Pavilion. Use this interactive multitouch  screen to view:</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<ul style="margin-top: 0; margin-bottom: 0;">
  <li>Live Twitter stream of all tweets tagged with #adobemax or session-specific Twitter tags</li>
  <li>Photos from the Twitter stream</li>
  <li>Featured tweets from conference luminaries</li>
  <li>Information regarding upcoming sessions and locations</li>
  <li>MAX-related keyword trends</li>
  <li>MAX news and late-breaking updates</li>
</ul>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<h3 style="margin-top: 0; margin-bottom: 0;">Join the conversation at MAX using Twitter</h3>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">Start  tweeting with other MAX attendees by including #adobemax. Unique  Twitter tags have been created for sessions and labs and can be found  in your pocket guide upon arrival.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;"><a href="http://max.adobe.com/companion/">Get the MAX Companion Now</a></p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0"></p>
]]>
    </content>
</entry>

<entry>
    <title>Turning on trace() for the Flash Player in Acrobat 9</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/turning_on_trace_for_the_flash.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=42636" title="Turning on trace() for the Flash Player in Acrobat 9" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.42636</id>
    
    <published>2009-09-01T02:50:09Z</published>
    <updated>2009-11-03T19:34:56Z</updated>
    
    <summary>If you&apos;ve started to work with the new Acrobat ActionScript API for creating custom PDF Portfolio navigators you&apos;ll quickly come to a point where you may want to do some debugging. Unfortunately, the current Acrobat 9 application doesn&apos;t provide a...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="PDF Portfolios" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">If you've started to work with the new Acrobat ActionScript API for creating  custom PDF Portfolio navigators you'll quickly come to a point where you may want to do some debugging. Unfortunately, the current Acrobat 9 application doesn't provide a true debugging environment. However, you can see errors and get a pretty good understanding of what's going on by simply outputting some trace() statements. Error reporting and trace() is off by default but you can turn it on by adding the following settings to the Windows registry:</p>
                             <p style="margin-top: 0; margin-bottom: 0;"><br/>
                           </p>
]]>
        <![CDATA[
<blockquote style="margin-top: 0; margin-bottom: 0;">
  <p style="margin-top: 0; margin-bottom: 0;">[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\FlashDebug]<br />
    "bDebugBridge"=dword:00000001<br />
    "bResourcesFromFiles"=dword:00000000<br />
    "bUseAcrobatMode"=dword:00000000<br />
    "bLogTraceOutput"=dword:00000001<br />
    "iLogLevel"="6"<br />
    "tLogFilter"="bridge, AVPackageHost"</p>
</blockquote>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">With these changes, you can see errors and trace statements in your navigator code. Look for ".log" files in the same directory as "Acrobat.exe". To find them easier, I sort the directory by date so my latest log file is at the bottom.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0"><strong>Looking Forward...</strong><br />
  Now - obviously, we want to make the process of debugging Flash applications running in Acrobat 
  and navigator development easier in future versions so if you have input on this, I'd be happy to hear it. Please email me directly rather than commenting on this post. Just click on the little envelope below.<br />
                               <strong><a href="mailto:AcrobatTechnicalEvangelist@adobe.com#subject=Debugging%20Navigators"><img src="http://blogs.adobe.com/pdfdevjunkie/mail-32x32.png" width="32" height="32" hspace="0" border="0" /></a></strong></p>
]]>
    </content>
</entry>

<entry>
    <title>The PDF Central Conference</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/the_pdf_central_conference.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=42518" title="The PDF Central Conference" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.42518</id>
    
    <published>2009-08-25T16:45:02Z</published>
    <updated>2009-10-31T18:48:27Z</updated>
    
    <summary> One of my co-Evangelists, Ali Hanyaloglu, will be presenting at the Acrobat and PDF Central Conference happening in Minneapolis September 22-24. The conference features an all-star cast from Adobe and the Acrobat community. Ali, Lisa Croft and Paul Gilbertson...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0"> <img src="http://blogs.adobe.com/pdfdevjunkie/PDFCC.png" width="165" height="150" align="right" />One of my co-Evangelists, <a href="http://blogs.adobe.com/thesamepage/">Ali Hanyaloglu</a>,   will be presenting at the <a href="http://www.pdfcentralconference.com/pdfcentralconference/index.html">Acrobat and PDF Central Conference</a> happening in Minneapolis September 22-24. The conference features an  all-star cast from Adobe and the Acrobat community. Ali, Lisa Croft and  Paul Gilbertson from Adobe and PDF gurus like Ted Padova, Duff Johnson,  Angie Okamoto, Bob Connolly and Thom Parker will be there to present  and meet with Acrobat users like yourselves.<br/>
                           </p>
                               ]]>
        <![CDATA[
<p style="margin-top: 0; margin-bottom: 0;">If you become a member of the Acrobat User Community, you'll will  get $100 off the 2-day registration fee (regularly $395). If that sounds  like a deal that's too good to pass up, go to <a href="http://www.acrobatusers.com/events/1918/adobe-acrobat-pdf-central-conference">http://www.acrobatusers.com/events/1918/adobe-acrobat-pdf-central-conference</a> and register.</p>
]]>
    </content>
</entry>

<entry>
    <title>Get the MAX 2009 Widget</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/get_the_max_2009_widget.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=42496" title="Get the MAX 2009 Widget" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.42496</id>
    
    <published>2009-08-24T22:53:33Z</published>
    <updated>2009-10-31T18:49:38Z</updated>
    
    <summary> We recently released the MAX widget. The widget was created with Photoshop and Flex Builder 3 (no Flash authoring involved)....</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="MAX 2009" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0"> 
                             We  recently released the MAX widget. The widget was created with Photoshop and Flex Builder  3 (no Flash authoring involved). <br/>
                           </p>
                               ]]>
        <![CDATA[
<p style="margin-bottom: 0">Try it out. </p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p align="center" style="margin-top: 0; margin-bottom: 0;">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" width="400" height="400" id="MaxWidget">
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="movie" value="http://max.adobe.com/widget/MaxWidget.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#869ca7" />
    <param name="allowScriptAccess" value="sameDomain" />
    <embed src="http://max.adobe.com/widget/MaxWidget.swf" quality="high" bgcolor="#869ca7" width="400" height="400" name="MaxWidget" align="middle" play="true" loop="True" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" flashvars="crtr=1&gig_lt=1251146750980&gig_pt=1251146763230&gig_g=2"> </embed>
    <param name="FlashVars" value="crtr=1&gig_lt=1251146750980&gig_pt=1251146763230&gig_g=2" />
  </object>
</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p align="center" style="margin-top: 0; margin-bottom: 0;"> <img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTExNDY3NTA5ODAmcHQ9MTI1MTE*Njc2MzIzMCZwPTc3NDM3MSZkPW1heDA5d2lkZ2V*Jmc9MiZvPTVjY2YyYTRmZDhkMDRjMDViY2YxYTgzMGY2N2E5ZGYzJm9mPTA=.gif" /></p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p align="left" style="margin-top: 0">Direct link to <a href="http://max.adobe.com/widget/" target="_blank">The MAX 2009 widget</a></p>
]]>
    </content>
</entry>

<entry>
    <title>Joel&apos;s PDF Portfolio Utilities Updated</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/joels_pdf_portfolio_utilities_2.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=42373" title="Joel's PDF Portfolio Utilities Updated" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.42373</id>
    
    <published>2009-08-17T17:17:26Z</published>
    <updated>2009-10-31T18:50:41Z</updated>
    
    <summary>I recently updated &quot;Joel&apos;s PDF Portfolio Utilities&quot; to include the ability to combine multiple portfolios into one. &#160; Combine All Open PDF Portfolios: This script will look at all of the open PDF files to see which are PDF Portfolios...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="PDF Portfolios" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">I recently updated "<a href="http://blogs.adobe.com/pdfdevjunkie/2008/10/joels_pdf_portfolio_utilities.html">Joel's PDF Portfolio Utilities</a>" to include the ability to combine multiple portfolios into one.</p>
                             <p style="margin-top: 0; margin-bottom: 0;">&#160;</p>
<p style="margin-top: 0; margin-bottom: 0;"><strong>Combine All Open PDF Portfolios:</strong><br />
This script will look at all of the open PDF files to see which are PDF Portfolios meaning the <a href="http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.381.html">collection</a> object returns a value. Then, it will combine all the open PDF Portfolios into a single new PDF Portfolio that contains all the files and metadata from the sources. This version will not maintain folder structure so it's best to use on PDF Portfolios that do not contain folders. Creating a new PDF Portfolio through <a href="http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.157.html">app.newCollection()</a> is a privileged function so you'll need to wrap it in a <a href="http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.167.html">trustedFunction</a> to make it work, the code snippet below shows how.</p>
                             <p style="margin-top: 0; margin-bottom: 0;"><br/>
                           </p>
]]>
        <![CDATA[
<p style="margin-top: 0; margin-bottom: 0;"><strong>Note:</strong> <a href="http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.167.html">trustedFunction</a> is available only during batch, console and in folder level JavaScripts. Because it is used to elevate the privilege level of the function, you can't use it from inside a PDF file.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<blockquote style="margin-top: 0; margin-bottom: 0;">
  <p style="margin-top: 0; margin-bottom: 0;">trustedNewCollection = app.trustedFunction ( <br />
    function()<br />
    {<br />
    app.beginPriv(); // Explicitly raise the privilege<br />
    <strong>var d = app.newCollection();</strong><br />
    app.endPriv();<br />
    return d;<br />
    }<br />
    ) </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">newPortfolio = trustedNewCollection();</p>
</blockquote>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0">Go to the <a href="http://blogs.adobe.com/pdfdevjunkie/2008/10/joels_pdf_portfolio_utilities.html">original post</a> to read about the rest of the functions and download the example script.</p>
]]>
    </content>
</entry>

<entry>
    <title>Acrobat 9.1 SDK Update Released</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/acrobat_91_sdk_update_released.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=42307" title="Acrobat 9.1 SDK Update Released" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.42307</id>
    
    <published>2009-08-13T21:42:27Z</published>
    <updated>2009-10-31T18:51:33Z</updated>
    
    <summary>The Navigator SDK for PDF Portfolio Layouts is finally out of beta and is available for download. Samples, updated documentation and other resources are available in the Acrobat 9.1 SDK August 2009 update. You can get it by following the...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="Acrobat JavaScript" />
    
        <category term="Acrobat Plug-In SDK" />
    
        <category term="News" />
    
        <category term="PDF Portfolios" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">The Navigator SDK for PDF Portfolio Layouts is finally out of beta and is available for download. Samples, updated documentation and other resources are available in the Acrobat 9.1 SDK August 2009 update. You can get it by following the link below.</p>
                             <p style="margin-top: 0; margin-bottom: 0;"><br/>
                           </p>
]]>
        <![CDATA[
<p style="margin-top: 0; margin-bottom: 0;">NOTE: If you have already created navigators for your PDF Portfolios, it is highly recommended that you replace the AcrobatAPI.swc file in your project, recompile and update your .NAV files. Be sure to increment the "version" attribute in your navigator.xml file to make applying your updated navigator to your existing PDF Portfolios.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0"><a href="http://www.adobe.com/devnet/acrobat/?view=downloads" target="_blank">Go to the Acrobat SDK Download Page<br />
</a><a href="http://www.adobe.com/products/acrobat/pdf_showcase/" target="_blank">Take a look at what others are doing with PDF Portfolios</a></p>
]]>
    </content>
</entry>

<entry>
    <title>World&apos;s Best Presentation Contest</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/worlds_best_presentation_conte.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=42165" title="World's Best Presentation Contest" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.42165</id>
    
    <published>2009-08-05T23:27:40Z</published>
    <updated>2009-10-31T18:53:34Z</updated>
    
    <summary><![CDATA[One of the ways that I&rsquo;ve been using PDF Portfolios in my own work is to combine recordings of my presentations with all of the supplementary documentation that I refer to throughout the presentation into a single PDF file. Take...]]></summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0">One of the ways that I&rsquo;ve been using PDF Portfolios in my  own work is to combine recordings of my presentations with all of the supplementary  documentation that I refer to throughout the presentation into a single PDF file.  Take a look at my <a href="http://www.adobe.com/products/acrobat/pdfs/downloads/enterprise_deployment_portfolio.pdf">Enterprise Deployment Portfolio</a> as an example.</p>
                               <p style="margin-top: 0; margin-bottom: 0;"><br/>
                                    </p>
                           ]]>
        <![CDATA[<p style="margin-top: 0; margin-bottom: 0;">Well... if you find that PDF Portfolio use case compelling and  you&rsquo;ve got an idea of how you might deliver your own presentations and supplementary  material, why not try to win a prize for your efforts.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">From now through September 14, SlideShare will host its  third annual <a href="http://www.slideshare.net/contest/worlds-best-presentation-contest-2009" target="_blank">World&rsquo;s Best Presentation Contest</a>. As the contest sponsor, Adobe  is introducing the Acrobat 9 PDF Portfolio subcategory to be judged by creative  and business bloggers Scott Belsky (Behance), Julie Hansen (The Business  Insider), and Harry McCracken (Technologizer).</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">Haven&rsquo;t got Acrobat 9 Pro or Pro Extended? No problem, you  can <a href="http://www.adobe.com/products/acrobatproextended/tryout.html">download a free 30 day trial version</a>.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;">You can enter a PDF Portfolio into one of five categories:  Business, Technology, Education, Creative/Offbeat, and Best Multimedia. Entrants  who use Acrobat 9 are eligible for exciting prizes, with the grand prize of an  HP TouchSmart laptop and Acrobat 9 Pro software.</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0">Also, check out how the PDF Portfolios are being displayed  in the browser. By allowing entrants to upload PDF portfolios during the  contest for the first time, Adobe is providing users of the world&rsquo;s largest  presentation sharing site with a unique opportunity to use in-browser embedded  sharing and viewing of PDF portfolios.</p>
]]>
    </content>
</entry>

<entry>
    <title>MAX 2009 Speaker Profiles: Ian Campbell</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/pdfdevjunkie/max_2009_speaker_profiles_ian.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=84/entry_id=41995" title="MAX 2009 Speaker Profiles: Ian Campbell" />
    <id>tag:blogs.adobe.com,2009:/pdfdevjunkie//84.41995</id>
    
    <published>2009-08-03T15:58:08Z</published>
    <updated>2009-10-31T18:56:13Z</updated>
    
    <summary>Ian Campbell: ICCS Ian has been consulting and training on Acrobat for over 10 years now, and is an Adobe Certified Expert living in London, England. He regularly trains companies and public bodies throughout the United Kingdom and Europe in...</summary>
    <author>
        <name>Joel Geraci</name>
        <uri>http://my.adobe.breezecentral.com/geraci</uri>
    </author>
    
        <category term="MAX 2009" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/pdfdevjunkie/">
        <![CDATA[<p style="margin-bottom: 0"><strong><img src="http://blogs.adobe.com/pdfdevjunkie/Ian02c.jpg" width="120" height="120" hspace="15" vspace="15" align="right" />Ian Campbell: ICCS</strong><br />
                           Ian has been consulting and training on Acrobat for over 10 years now, and is an Adobe Certified Expert living in London, England. He regularly trains companies and public bodies throughout the United Kingdom and Europe in a number of Adobe products, but counts Acrobat as his all-time favorite. As part of his work for Adobe Systems Europe he has devised and presented Acrobat launch tours, helped co-ordinate partner websites, written the occasional publication - and delivered more eSeminars via Connect Pro than he can remember.
                           </p>
                           ]]>
        <![CDATA[<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;"> About MAX this year, Ian says:<br />
</p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<blockquote style="margin-top: 0; margin-bottom: 0;">
  <p style="margin-top: 0; margin-bottom: 0;">I've been to Barcelona and Milan MAXs before, but it's my first time at MAX USA so I am really looking forward to hearing some of the US-based Adobe experts talking live. Nowadays we can regularly follow their product blogs and eSeminars from this side of the pond, to the point where many Adobe US names, faces and voices feel pretty familiar already - but being able to hear them live and ask questions will be something else.<br />
  </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">At previous MAX events I've worked the Acrobat User Group booth, but this time I'll also be on stage delivering my own session and co-presenting the Acrobat labs with Lori DeFurio. It's going to be a blast.<br />
  </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">Unless you've been to one of Lori's sessions before, you won't know how much fun it can be to learn about Acrobat - the title,"I Didn't Know Acrobat Could Do That", really sums up how you feel by the end of one.  I firmly believe that to be effective, 'training' should be as enjoyable as possible, no matter how serious the subject - I was once in a lecture given by a Nobel prize winner, and it was a total riot! <br />
  </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">People the world over use Acrobat day in, day out - but often don't realize that they are just a couple of menu choices away from some feature that could truly revolutionize their daily work.  At previous sessions I've literally heard gasps as people find how easy it is to do things like create fillable forms, add interactive 3D content and start shared document reviews. <br />
  </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">The great thing about Acrobat 9? Well, being able to reliably deliver high quality multimedia thanks to the embedded Flash player in both Acrobat and the free Reader has really been a 'final frontier' event - check out my colleague Harry Hemus' session at MAX if you get the chance. <br />
    It's also been great to see how the collaboration and form distribution workflows have become so polished - especially now that we can use the Acrobat.com 'cloud' option.  I still remember that 'wow' moment during the Beta period when a colleague in San Francisco turned to page 140 in a long document - and the PDF in my Adobe Reader in London automatically did the same! <br />
  </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">I never get tired of training or talking about Acrobat - every day brings different organizations finding different uses for it, though many don't always find the time to check out all the possibilities.  It still makes me smile when a slightly nervous delegate grabs me before a course and says "I think I should know more about Acrobat, but I really don't..." - especially when it turns out to be a guy or gal from the company's IT department... <br />
    If you are in LA, come along - it will be a great session! </p>
</blockquote>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;"> Ian's 60 minute session is only scheduled to be delivered once  during MAX this year and seating is limited so sign up as soon as  possible. Also, 
  the labs fill up early and fast and there are only 48 slots per lab this year so sign up as soon as possible.
  In the MAX scheduler, look for these events. </p>
<p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
<blockquote style="margin-top: 0">
  <p style="margin-top: 0; margin-bottom: 0;"><strong>PDF Files via the Web: Creating a Better Experience</strong><br />
    Learn how to get PDF files to behave on the web the way that you and  your viewers want. We'll share best practices for making sure that PDF  files are easy to read, navigate, and access, as well as details on how  to make PDF files as streamlined as possible without losing quality. </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">October 5th at 05:00PM</p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;"><strong>I Didn't Know Acrobat Could Do That</strong><br />
    Come join  us for a look into what's possible with Acrobat 9 -- from creating a PDF  Portfolio and embedding multimedia in your documents to creating and  distributing Acrobat forms (with calculations) to adding navigation  aids (links, buttons, or bookmarks) to your content. Samples will be  distributed. </p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;">October 7 at 11:00AM <br />
    October 6 at 01:00PM<br />
    October 6 at 03:30PM</p>
  <p style="margin-top: 0; margin-bottom: 0;">&nbsp;</p>
  <p style="margin-top: 0; margin-bottom: 0;"> <a href="http://max.adobe.com/scheduler/"><img src="http://blogs.adobe.com/pdfdevjunkie/max_scheduler.png" height="25" width="110" /></a></p>
</blockquote>
]]>
    </content>
</entry>

</feed> 

