<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KHKonsulting LLC</title>
	<atom:link href="http://khkonsulting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://khkonsulting.com</link>
	<description>PDF Acrobatics Without a Net</description>
	<lastBuildDate>Thu, 23 May 2013 16:04:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>No Signature Required!</title>
		<link>http://khkonsulting.com/2013/05/no-signature-required/</link>
		<comments>http://khkonsulting.com/2013/05/no-signature-required/#comments</comments>
		<pubDate>Thu, 23 May 2013 15:56:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[signature]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=814</guid>
		<description><![CDATA[<p>Adobe released the 11.0.3 update for Acrobat and Reader a few days ago, and ever since the complaints about a new green signature banner started to appear. It took me a while to figure out what&#8217;s actually going on here &#8230; <a href="http://khkonsulting.com/2013/05/no-signature-required/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/05/no-signature-required/">No Signature Required!</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Adobe released the 11.0.3 update for Acrobat and Reader a few days ago, and ever since the complaints about a new green signature banner started to appear. It took me a while to figure out what&#8217;s actually going on here (especially since I had not yet seen that green bar with any of the documents I&#8217;ve opened). Here is what it looks like:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="sign_here.png" alt="Sign here" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/sign_here.png" width="600" height="318" border="0" /></p>
<p>Every now and then, it actually helps to read the documentation <img src='http://khkonsulting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; or, the release notes in this case: <a href="http://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotes/11/11.0.03.html#echosign-integration">&#8220;11.0.3 Planned update, May 14, 2013Acrobat and Adobe Reader Release Notes&#8221;</a></p>
<p>The section about the EchoSign integration sheds some light on this new feature: Acrobat and Reader are trying to intelligently determine if a document needs to be signed using the <a href="https://www.echosign.adobe.com/en/home.html">EchoSign online service</a>. However, the algorithm seems to be getting it wrong a lot: The presence of the term &#8220;sign&#8221; or &#8220;signature&#8221; will actually trigger this banner that claims that it has detected signature field(s). In the document above, that could actually be true, but what about this?</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="sign2.png" alt="Sign2" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/sign2.png" width="600" height="400" border="0" /></p>
<p>In my opinion, this signature field detection needs to become much smarter, and it should also be possible to turn this off via a preference setting &#8211; both on a document basis and in the application.</p>
<p>The release notes actually do provide some information about how this new behavior can be turned off, unfortunately at this time only via a registry key in Windows. Here is how you would manually change this setting in the registry:</p>
<p>Bring up the registry editor by clicking on the Windows Start button, then enter regedit into the search bar:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="VMware FusionScreenSnapz009.png" alt="VMware FusionScreenSnapz009" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/VMware-FusionScreenSnapz009.png" width="205" height="300" border="0" /></p>
<p>Once the registry editor comes up, navigate to the path outlines in the release notes (HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices) &#8211; HKLM stands for HKEY_LOCAL_MACHINE:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Registry Editor_2013-05-23_11-39-43.png" alt="Registry Editor 2013 05 23 11 39 43" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/Registry-Editor_2013-05-23_11-39-43.png" width="600" height="278" border="0" /></p>
<p>On my system, the &#8220;cServices&#8221; entry does not exist under FeatureLockdown, so I need to create it by right-clicking on the FeatureLockdown key and selecting to create a new key named cServices (it will first create a new unnamed key, we have to rename it in a second step).</p>
<p>Once we have the cServices key, we right-click on that key and select to create a new DWord with the name bEnableEchoSignDetection &#8211; the default value will be 0, so we can just accept that, and don&#8217;t have to set the value: We want to disable the signature detection.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Registry Editor_2013-05-23_11-41-24.png" alt="Registry Editor 2013 05 23 11 41 24" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/Registry-Editor_2013-05-23_11-41-24.png" width="600" height="278" border="0" /></p>
<p>When we now open the PDF file from above again, everything looks good: The signature field detection is no longer triggering the green bar:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="sign2.2.png" alt="Sign2 2" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/sign2.2.png" width="600" height="318" border="0" /></p>
<p>To make things easier for you, I&#8217;ve created two registry files that you can download and run by double-clicking on them that will disable the EchoSign field detection on Acrobat XI and Reader XI:</p>
<p><a href="http://www.khkonsulting.com/files/DisableEchoSignAcrobat.reg">Disable EchoSign detection for Acrobat XI</a></p>
<p><a href="http://www.khkonsulting.com/files/DisableEchoSignReader.reg">Disable EchoSIgn detection for Reader XI</a></p>
<p>Unfortunately I have not yet figured out how this can be disabled on a Mac… But, I&#8217;m still trying, so expect an update soon.</p>
<p>The post <a href="http://khkonsulting.com/2013/05/no-signature-required/">No Signature Required!</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/05/no-signature-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Trouble with Updates &#8211; Adobe Acrobat Updater Security Error</title>
		<link>http://khkonsulting.com/2013/05/the-trouble-with-updates/</link>
		<comments>http://khkonsulting.com/2013/05/the-trouble-with-updates/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[adobe acrobat updater]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Mountain Lion]]></category>
		<category><![CDATA[security dialog]]></category>
		<category><![CDATA[unidentified developer]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=799</guid>
		<description><![CDATA[<p>Have you seen this &#8220;Adobe Acrobat Updater&#8221; security error on your Mac running Mountain Lion? Unfortunately we only have a button to acknowledge the problem, but no way to fix this. As you can see, my MacBook Pro is configured &#8230; <a href="http://khkonsulting.com/2013/05/the-trouble-with-updates/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/05/the-trouble-with-updates/">The Trouble with Updates &#8211; Adobe Acrobat Updater Security Error</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Have you seen this &#8220;Adobe Acrobat Updater&#8221; security error on your Mac running Mountain Lion?</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="SafariScreenSnapz031.png" alt="SafariScreenSnapz031" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/SafariScreenSnapz031.png" width="534" height="351" border="0" /></p>
<p>Unfortunately we only have a button to acknowledge the problem, but no way to fix this. As you can see, my MacBook Pro is configured so that it will not run applications from unidentified developers automatically. This is usually not a problem, because I can manually start an application and give it permission to run on my computer (<a href="http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/">see this link for more information</a>), but in this case, I don&#8217;t know where the application is.</p>
<p>So, how do we fix this problem? I want my Acrobat to be updated, so I need to figure out how to get around the security error. I could of course lower my security and allow any application to run, but that would expose my computer to some potentially nasty stuff, and I don&#8217;t want that.</p>
<p>To figure out what application is causing this problem, I left the dialog up and started the Activity Monitor &#8211; to make the list more palatable, I filtered for entries that contained the term &#8220;Adobe&#8221;:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Activity MonitorScreenSnapz001.png" alt="Activity MonitorScreenSnapz001" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/Activity-MonitorScreenSnapz001.png" width="600" height="369" border="0" /></p>
<p>The application &#8220;Adobe Acrobat Updater&#8221; is in the list, and when I bring up the Inspector for that entry, I can actually see the path to the application:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Activity MonitorScreenSnapz002.png" alt="Activity MonitorScreenSnapz002" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/Activity-MonitorScreenSnapz002.png" width="600" height="347" border="0" /></p>
<p>This makes it possible to navigate to the location of the application in Finder and right-click on the application to start it. The security dialog that gets displayed now does offer the option to open the application:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="FinderScreenSnapz001.png" alt="FinderScreenSnapz001" src="http://khkonsulting.com/blog/wp-content/uploads/2013/05/FinderScreenSnapz001.png" width="534" height="337" border="0" /></p>
<p>The update is now running again and will make sure that my installation of Acrobat 9 is up to date.</p>
<p>The post <a href="http://khkonsulting.com/2013/05/the-trouble-with-updates/">The Trouble with Updates &#8211; Adobe Acrobat Updater Security Error</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/05/the-trouble-with-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of Live for Adobe Acrobat 9 Approaching Fast!</title>
		<link>http://khkonsulting.com/2013/05/end-of-live-for-adobe-acrobat-9-approaching-fast/</link>
		<comments>http://khkonsulting.com/2013/05/end-of-live-for-adobe-acrobat-9-approaching-fast/#comments</comments>
		<pubDate>Mon, 06 May 2013 19:59:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=794</guid>
		<description><![CDATA[<p>This is not really &#8220;news&#8221; &#8211; Adobe announced this in June last year - but in case you&#8217;ve missed this so far, here is a reminder: Adobe is ending support for Acrobat 9 and Reader 9 on June 26th, 2013. This &#8230; <a href="http://khkonsulting.com/2013/05/end-of-live-for-adobe-acrobat-9-approaching-fast/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/05/end-of-live-for-adobe-acrobat-9-approaching-fast/">End of Live for Adobe Acrobat 9 Approaching Fast!</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This is not really &#8220;news&#8221; &#8211; <a href="http://blogs.adobe.com/adobereader/2012/06/one-year-from-now-adobe-reader-and-acrobat-9-eol.html?sdid=KFGBJ">Adobe announced this in June last year</a> - but in case you&#8217;ve missed this so far, here is a reminder: Adobe is ending support for Acrobat 9 and Reader 9 on June 26th, 2013. This is just a few weeks away…</p>
<p>What exactly does this mean? </p>
<ul>
<li>no more technical support</li>
<li>no more product updates</li>
<li>no more security updates</li>
<li>no more updates to support new or modified operating systems</li>
</ul>
<p>You may think that you can live without technical support (&#8220;Hey, it&#8217;s been years since I had to call Adobe support, I have a buddy who knows this stuff&#8230;&#8221;) or product updates (&#8220;Acrobat 9 has every feature I want and need…&#8221;), but you really should consider upgrading because of the last two bullet points: Security updates are important to not compromise your system and your documents. The bad guys know that there won&#8217;t be any more updates for Acrobat and Reader 9, so if somebody finds a security leak, they can exploit this without any risk of anybody shutting down this leak. And, because Adobe has no control over what Microsoft and Apple have up their sleeves, they cannot prepare for any OS updates that can potentially harm a perfectly fine Acrobat installation.</p>
<p>You may not think that you need to upgrade, but you should take a long and thorough look at what you risk by running a system that is no longer supported. If you have a licensed copy of Acrobat 9, you are eligible for the upgrade discount when you upgrade to Acrobat XI. That does not make it cheap, but certainly cheaper than having to deal with just one major problem you could have avoided by running the latest version of Acrobat. </p>
<p>If you are running Reader 9, there really is no reason to not upgrade: It&#8217;s a free download, so all you have to invest is some time and bandwidth. And, you are getting a bunch of new features that are well worth that time. For example, Reader XI lets you save a modified PDF file, so now you can fill in a form and save it locally, without that form being Reader enabled. You can also add text to a document, even if the document author did not enable the Typewriter tool.</p>
<p>So, be safe and upgrade.  </p>
<p>The post <a href="http://khkonsulting.com/2013/05/end-of-live-for-adobe-acrobat-9-approaching-fast/">End of Live for Adobe Acrobat 9 Approaching Fast!</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/05/end-of-live-for-adobe-acrobat-9-approaching-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Trouble With Adobe Reader</title>
		<link>http://khkonsulting.com/2013/03/link-trouble-with-adobe-reader/</link>
		<comments>http://khkonsulting.com/2013/03/link-trouble-with-adobe-reader/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 01:58:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[adobe reader]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=786</guid>
		<description><![CDATA[<p>Spaces in filenames for files on your web server are a bad idea… No question about that, but sometimes you don&#8217;t have control over the files you want to link to. So let&#8217;s assume you create a PDF file that &#8230; <a href="http://khkonsulting.com/2013/03/link-trouble-with-adobe-reader/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/03/link-trouble-with-adobe-reader/">Link Trouble With Adobe Reader</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Spaces in filenames for files on your web server are a bad idea… No question about that, but sometimes you don&#8217;t have control over the files you want to link to.</p>
<p>So let&#8217;s assume you create a PDF file that contains a link to another PDF file on a web server, and that second file just happens to have a space (or another special character) in it&#8217;s filename. You plead to the web master, but all begging has no effect, the filename stays the same. So, you create your link in Acrobat and test the file out with your browser and Acrobat installed and everything looks fine: Acrobat actually <a href="http://www.blooberry.com/indexdot/html/topics/urlencoding.htm">escapes the spaces correctly</a> &#8211; it replaces every space with the sequence %20.</p>
<p>This is starting to look good &#8211; and easy. But once you test it with Reader XI, things are not looking as bright anymore. All of a sudden, there is more going on than just the replacement of spaces with %20 &#8211; we end up with the space character being replaced with %2520.</p>
<p>When we look up what %25 stands for in the <a href="http://www.blooberry.com/indexdot/html/topics/urlencoding.htm">list of URL encodings</a>, we see that %25 is the encoding for the percentage sign: It looks like the URL got encoded twice: In the first round, the spaces got replaced with %20, and in the second round, the percentage sign (the first element of %20) got replaced with %25, so we end up with %2520 for every space in the original URL.</p>
<p>This is a bug in Adobe Reader, and unfortunately we need to wait for Adobe to fix this. There is however a workaround: When you turn off protected mode, the links start to work. To turn off protected mode, go to Reader&#8217;s Preferences and select the &#8220;Security (Enhanced)&#8221; category when using Reader XI, and the General category when using Reader X, then uncheck the feature &#8220;Enable Protected Mode at startup&#8221;. Restart Reader, and give it another try, it should be working now.</p>
<p>The post <a href="http://khkonsulting.com/2013/03/link-trouble-with-adobe-reader/">Link Trouble With Adobe Reader</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/03/link-trouble-with-adobe-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Adobe Certified Expert Exam for Acrobat XI is Available</title>
		<link>http://khkonsulting.com/2013/03/the-adobe-certified-expert-exam-for-acrobat-xi-is-available/</link>
		<comments>http://khkonsulting.com/2013/03/the-adobe-certified-expert-exam-for-acrobat-xi-is-available/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 17:37:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[ACE]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Certification]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=780</guid>
		<description><![CDATA[<p>Have you ever thought about adding the Adobe ACE Certification to your resume? Adobe published the exams and the exam guides for the new Acrobat XI Adobe Certified Expert (ACE) exams. They come in two flavors: As a brand new &#8230; <a href="http://khkonsulting.com/2013/03/the-adobe-certified-expert-exam-for-acrobat-xi-is-available/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/03/the-adobe-certified-expert-exam-for-acrobat-xi-is-available/">The Adobe Certified Expert Exam for Acrobat XI is Available</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Have you ever thought about adding the Adobe ACE Certification to your resume?</p>
<p>Adobe published the exams and the exam guides for the new Acrobat XI Adobe Certified Expert (ACE) exams. They come in two flavors: As a <a title="ACE Certification Exam Information" href="http://training.adobe.com/certification/exams/acrobat-xi.html" target="_blank">brand new certification</a> and as <a title="ACE Recertification Exam Information" href="http://training.adobe.com/certification/exams/acrobat-xi-recert.html" target="_blank">recertification for an existing ACE</a>. You can schedule your test right from these pages &#8211; the new certification requires you to take the test at a testing facility, the recertification can be done online from your computer.</p>
<p>I just passed my recertification (my credentials are not yet published, this will take a couple of days), but here is proof that I know this stuff <img src='http://khkonsulting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_781" class="wp-caption aligncenter" style="width: 650px"><a href="http://khkonsulting.com/blog/wp-content/uploads/2013/03/AcrobatXIRecert.png"><img class="size-large wp-image-781" alt="Acrobat ACE Recertification" src="http://khkonsulting.com/blog/wp-content/uploads/2013/03/AcrobatXIRecert-1024x694.png" width="640" height="433" /></a><p class="wp-caption-text">Screenshot of my Acrobat ACE recertification results.</p></div>
<p>The post <a href="http://khkonsulting.com/2013/03/the-adobe-certified-expert-exam-for-acrobat-xi-is-available/">The Adobe Certified Expert Exam for Acrobat XI is Available</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/03/the-adobe-certified-expert-exam-for-acrobat-xi-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Community Professional</title>
		<link>http://khkonsulting.com/2013/03/adobe-community-professional/</link>
		<comments>http://khkonsulting.com/2013/03/adobe-community-professional/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 01:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Adobe Community Professional]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=767</guid>
		<description><![CDATA[<p>I was very honored when I found out a few days ago that Adobe invited me into their group of Adobe Community Professionals. This is a very small and exclusive club: For the year 2013 there are 258 Adobe users &#8230; <a href="http://khkonsulting.com/2013/03/adobe-community-professional/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/03/adobe-community-professional/">Adobe Community Professional</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I was very honored when I found out a few days ago that Adobe invited me into their group of <a href="http://www.adobe.com/communities/professionals/">Adobe Community Professionals</a>. This is a very small and exclusive club: For the year 2013 there are 258 Adobe users worldwide across all Adobe products that have been awarded this designation, and I am one of them.</p>
<p>This is what Adobe has to say about this program:</p>
<div class="pullout-left left-180" style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px; background-color: #eaeaea;">
<p style="font-size: 1.083em; line-height: 1.462; margin-top: 0px; padding-bottom: 1px; margin-bottom: 1.2em; margin-left: 190px !important;">The Adobe Community Professionals Program is a community based program made up of Adobe customers who share their product expertise with the world-wide Adobe community. The Adobe Community Professionals&#8217; mission is to provide high caliber peer-to-peer communication educating and improving the product skills of Adobe customers worldwide.</p>
</div>
<p>With this designation, Adobe is recognizing my work at <a href="http://www.experts-exchange.com/M_1037718.html">Experts-Exchange.com</a> and <a href="http://answers.acrobatusers.com/ExpertProfile.aspx?userid=1658">AcrobatUsers.com</a>, the talks I&#8217;ve giving about Acrobat and it&#8217;s features, and the content of this web site. This of course means some pressure for me to create more great content <img src='http://khkonsulting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is the <a href="http://www.adobe.com/communities/professionals/all.html">list of all current ACPs</a>.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="community_professional_badge.png" alt="Community professional badge" src="http://khkonsulting.com/blog/wp-content/uploads/2013/03/community_professional_badge.png" width="600" height="190" border="0" /></p>
<p>The post <a href="http://khkonsulting.com/2013/03/adobe-community-professional/">Adobe Community Professional</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/03/adobe-community-professional/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All About PDF Stamps</title>
		<link>http://khkonsulting.com/2013/02/all-about-pdf-stamps/</link>
		<comments>http://khkonsulting.com/2013/02/all-about-pdf-stamps/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 14:42:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[adobe pdf]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[pdf stamps]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=689</guid>
		<description><![CDATA[<p>Putting “All About PDF Stamps” on the cover puts the bar pretty high when you write a book about PDF Stamps… But Thom Parker clears that bar without any problems! His book “All About PDF Stamps in Acrobat &#38; Paperless &#8230; <a href="http://khkonsulting.com/2013/02/all-about-pdf-stamps/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/02/all-about-pdf-stamps/">All About PDF Stamps</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Putting “All About PDF Stamps” on the cover puts the bar pretty high when you write a book about PDF Stamps… But Thom Parker clears that bar without any problems! His book <a href="http://www.amazon.com/gp/product/0985614706/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0985614706&amp;linkCode=as2&amp;tag=spechtshomepa-20">“All About PDF Stamps in Acrobat &amp; Paperless Workflows”</a> is both a great introduction into using PDF stamps, but also a powerful guidebook to implementing complex workflow scenarios.</p>
<p>You may ask if one small feature of Adobe Acrobat, which is comes with a ton of different features, really deserves it&#8217;s own book. The book is about stamps on the surface, the real subject of the book is almost buried in the last part of the title: Paperless workflows. Stamps are just a means to implement these workflows.</p>
<p>We&#8217;ve all been promised our flying cars, and the paperless office. I am still waiting for that flying car, but the paperless office can be a reality if you use the right tools, and Thom is about to introduce you to one very powerful gadget to add to your virtual tool belt. The key to using PDF stamps in such a workflow is to use not just stamps, but dynamic PDF stamps. I&#8217;ve written about them before in my post <a href="http://khkonsulting.com/2009/05/more-interacti…ven-easy-steps">&#8220;More Interactive Dynamic Stamps in Seven Easy Steps&#8221;</a>.</p>
<p>The book starts out with a very basic description of what PDF stamps are, before it moves on to describing some workflows that are based on stamps. To make things easier to understand, we do get the description of how a manual process using a static stamp would work, and that gets then contrasted with how smooth an automated workflow, based on dynamic stamps would be.</p>
<p>This is not just a book for the techies who would  (and can) implement such a workflow &#8211; even if you don&#8217;t know your stamp from a sticky note, the first part of the book contains a lot of useful information that would enable you to come up with ideas about how to convert your paper based processes into paperless workflows. The examples in this part should give you enough information about what&#8217;s possible with Acrobat to get your creative juices flowing. Once you have a plan, you can then hand off the implementation to somebody who cannot wait to get to the more technical parts of the book <img src='http://khkonsulting.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>There are enough samples in the book &#8211; starting from very basic to a fairly script intense sample in the appendix &#8211; to demonstrate the different techniques outlined in the text.</p>
<p>What I really appreciated is that Thom does talk about what features are documented, and which are undocumented. This allows the reader to make an educated decision about what to use and where to be cautious when the next release of Acrobat comes along.</p>
<p>Along the way, we are learning about a number of things that do not directly have to do with stamps like document flattening, coordinates in PDF files, storing data persistently and a few more things that broaden your JavaScript horizon. This means you are benefitting from the book even if you are not planning on implementing a paperless workflow anytime soon.</p>
<p>I&#8217;ve read the book in paper, but I would have loved to have a PDF version of it. There is a Kindle version available, but I spend my days in Acrobat, so having all this knowledge available in PDF and searchable via a PDF catalog would have been even better. Speaking of searching: The book does have an index, so things are easy to find.</p>
<p>The book was written when Acrobat X was the latest version, but everything you find in the book regarding Acrobat X should also work with Acrobat XI. </p>
<p><iframe style="width: 120px; height: 240px;" frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=spechtshomepa-20&amp;o=1&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=0985614706" width="320"></iframe></p>
<p>The post <a href="http://khkonsulting.com/2013/02/all-about-pdf-stamps/">All About PDF Stamps</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/02/all-about-pdf-stamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PDFtk on Mac OS X Mountain Lion</title>
		<link>http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/</link>
		<comments>http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 20:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PDF]]></category>
		<category><![CDATA[Gatekeeper]]></category>
		<category><![CDATA[Mountain Lion]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=754</guid>
		<description><![CDATA[<p>One of my favorite PDF related tools is PDFtk. Some time ago I complained that it was no longer supported, but it seems that development has picked up again, and you can now find a brand new version &#8211; one &#8230; <a href="http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/">Installing PDFtk on Mac OS X Mountain Lion</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>One of my <a href="http://khkonsulting.com/2009/03/my-pdf-toolbox/">favorite PDF related tools</a> is <a href="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/">PDFtk</a>. Some time ago I complained that it was no longer supported, but it seems that development has picked up again, and you can now find a brand new version &#8211; one that even comes with an installer for Mac OS X Mountain Lion. At least that&#8217;s what the section heading on the PDFtk page led me to believe. However, after digging a little bit deeper, I noticed that there is only one installer for Mac OS X 10.6, 10.7 and 10.8. That&#8217;s the reason why you may end up with the following error message when you try to install the package on Mountain Lion:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="CoreServicesUIAgent.jpg" alt="CoreServicesUIAgent" src="http://khkonsulting.com/blog/wp-content/uploads/2013/01/CoreServicesUIAgent.jpg" width="534" height="351" border="0" /></p>
<p>There is only an &#8220;OK&#8221; button, which closes the dialog and stops the installer.</p>
<p>No need to give you at this point: The reason for the error message is <a title="Mac OS X Gatekeeper" href="http://support.apple.com/kb/HT5290?viewlocale=en_US&amp;locale=en_US" target="_blank">Gatekeeper</a>, a new feature in Mountain Lion that limits what kind of applications can be installed without user interaction on your computer.  When configured this way, it will not allow programs that do not come from trusted sources to run. The sources that are trusted are the Mac App Store, and application that were signed with a certificate that does identify a specific developer. The key to this is in the System Preferences &#8211; bring up the System Preferences dialog and select &#8220;Security &amp; Privacy&#8221;.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Security &amp; Privacy.jpg" alt="Security  Privacy" src="http://khkonsulting.com/blog/wp-content/uploads/2013/01/Security-Privacy.jpg" width="600" height="487" border="0" /></p>
<p>You could modify these settings temporarily, and then return to these fairly save settings, but there is an easier way around the problem:</p>
<p>Find the PDFtk installer that you&#8217;ve download earlier in Finder and control-click or right-click on it.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Finder.jpg" alt="Finder" src="http://khkonsulting.com/blog/wp-content/uploads/2013/01/Finder.jpg" width="452" height="420" border="0" /></p>
<p>Then pick the &#8220;Open&#8221; option from the menu. This will bring up a slightly different error dialog:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="CoreServicesUIAgent 3.jpg" alt="CoreServicesUIAgent 3" src="http://khkonsulting.com/blog/wp-content/uploads/2013/01/CoreServicesUIAgent-3.jpg" width="534" height="354" border="0" /></p>
<p>There is now an &#8220;Open&#8221; button in addition to the button that closes the dialog. The message on the dialog also indicates that once we do use the &#8220;Open&#8221; button, this application will always run on this Mac, and will therefore no longer display the first error message. For a program installer that is probably not such a big deal &#8211; once the software is installed, we do no longer need to run it &#8211; but if you ever run into this error with software that is actually installed in your Applications folder, this is the way to make it run every time you double-click it.</p>
<p>So, just click on &#8220;Open&#8221; and let the installer do it&#8217;s job. After that, you can run PDFtk in a terminal by just typing &#8220;pdftk&#8221; or &#8220;/usr/local/bin/pdftk&#8221; if your search path is not set up to include /usr/local/bin.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="khk — bash — 85×22.jpg" alt="Khk  bash  85×22" src="http://khkonsulting.com/blog/wp-content/uploads/2013/01/khk-—-bash-—-85×22.jpg" width="600" height="395" border="0" /></p>
<p>The post <a href="http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/">Installing PDFtk on Mac OS X Mountain Lion</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/01/installing-pdftk-on-mac-os-x-mountain-lion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prevent the Save Dialog when Printing to the Adobe PDF Printer</title>
		<link>http://khkonsulting.com/2013/01/prevent-the-save-dialog-when-printing-to-the-adobe-pdf-printer/</link>
		<comments>http://khkonsulting.com/2013/01/prevent-the-save-dialog-when-printing-to-the-adobe-pdf-printer/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 21:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Distiller]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=732</guid>
		<description><![CDATA[<p>This is from the category &#8220;Frequently Asked Questions&#8221; &#8211; this time how to programmatically specify an output filename when printing to the Adobe PDF printer. As you may know, the &#8220;Adobe PDF&#8221; printer allows you to create PDF files from &#8230; <a href="http://khkonsulting.com/2013/01/prevent-the-save-dialog-when-printing-to-the-adobe-pdf-printer/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/01/prevent-the-save-dialog-when-printing-to-the-adobe-pdf-printer/">Prevent the Save Dialog when Printing to the Adobe PDF Printer</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This is from the category &#8220;Frequently Asked Questions&#8221; &#8211; this time how to programmatically specify an output filename when printing to the Adobe PDF printer. As you may know, the &#8220;Adobe PDF&#8221; printer allows you to create PDF files from any application on a Windows system that can print. All you need to do is (that is, after you&#8217;ve installed Adobe Acrobat), select to print, then select the &#8220;Adobe PDF&#8221; printer, specify any job options, and print. Voila, a new PDF file is created &#8211; after the application asks you to specify the filename for the new PDF file. That is usually a good thing when you manually initiate the print operation, because then you know where your PDF file gets stored on the computer. However, if you want to programmatically create PDF files from your application (e.g. from an MS Office application using VBA), that step is quite annoying, and can ruin one&#8217;s day when trying to process 1000 files.</p>
<p>In the olden days, it was necessary to first print to a PostScript file, and then call Distiller from your program to convert that PostScript file to PDF, but for quite some time now, Adobe provides a way to specify that PDF filename by setting a registry key. The details can be found in the Acrobat SDK. Here is the <a href="http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/Distiller_WinIntro.61.11.html">link to the page that describes this registry key  process</a>.</p>
<p>The registry key HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl should already exist if you&#8217;ve printed to the Adobe PDF printer before. If it does not exist, create it before we go any further (or, just print using the Adobe PDF printer).</p>
<p>The documentation requires us to create a sub key &#8211; or a key value pair &#8211; where the key is the path to the application that wants to save a PDF file, and the value being the filename for the PDF file. Sounds more complicated than it actually is: To print from the WordPad application to a PDF file without begin prompted for the filename use the following key value pair:</p>
<p>C:\Program Files\Windows NT\Accessories\wordpad.exe = c:\MyPDFFileName.pdf</p>
<p>To do this in the regedit tool, navigate to the PrinterJobControl key and right-click in the pane that shows the key value pairs. Then select New&gt;String Value &#8211; this will actually create a new string value, and will open the name up for editing &#8211; change it to C:\Program Files\Windows NT\Accessories\wordpad.exe</p>
<p>Once that is done, right-click on the new entry and select &#8220;Modify&#8221;. In the &#8220;Edit String&#8221; dialog set the value to c:\MyPDFFileName.pdf and click on OK.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="RegistryEditor_2013-01-18_15-25-35.png" alt="RegistryEditor 2013 01 18 15 25 35" src="http://khkonsulting.com/blog/wp-content/uploads/2013/01/RegistryEditor_2013-01-18_15-25-35.png" width="600" height="175" border="0" /></p>
<p>After creating this registry key, print from WordPad and see how the file is printed without prompting for a filename. The other thing that will happen is that the key we just created gets removed. This means that this key needs to be created before every print job that needs to be saved to PDF automatically. You can see this by refreshing the view in the regedit application, but also by printing again from WordPad: This time, it will prompt for a PDF filename.</p>
<p>Sometimes it&#8217;s not obvious which application is actually printing &#8211; you may be running one application, but in the background it is handing control over to the application that is handling the print process. In this case, you can use the registry editor to see which application is responsible for printing. In the screen shot I&#8217;ve attached, you can see entry called &#8220;LastPDFPortFolder &#8211; wordpad.exe&#8221; &#8211; such an entry gets created every time an application prints to the Adobe PDF printer. By clearing out all sub-keys in PrinterJobControl, we can make sure we know which application was last used to print. We won&#8217;t get the full path, but just knowing the name of the executable will help to find the application.</p>
<p>I&#8217;ve written a small VB Script sample that will take the path to one or more Excel files on the command line, and will print these files to the default printer after setting the registry key to specify the PDF output filename.</p>
<pre>' Set registry key to control PDF output and print an Excel
' file to PDF
' Karl Heinz Kremer - khk@khk.net - 1/18/2013 

Dim fso, exl, exlWkbk

const HKEY_CURRENT_USER = &amp;H80000001

strComputer = "."

Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
&amp; strComputer &amp; "\root\default:StdRegProv")
strKeyPath = "SOFTWARE\Adobe\Acrobat Distiller\PrinterJobControl"

' Just in case, create the PrinterJobControl registry key -
' it should already exist
oReg.CreateKey HKEY_CURRENT_USER,strKeyPath
Set fso = CreateObject("Scripting.FileSystemObject")
Set exl = CreateObject("Excel.Application")

exl.Visible = False

If WScript.Arguments.Count = 0 Then
WScript.Quit
Else
For A = 0 To (WScript.Arguments.Count - 1)
If ((Right(WScript.Arguments.Item(A), 3) = "xls" OR Right(WScript.Arguments.Item(A), 4) = "xlsx") AND _
fso.FileExists(WScript.Arguments.Item(A))) Then

' set the registry key
dir = fso.GetParentFolderName(WScript.Arguments.Item(A))
basename = fso.GetBaseName(WScript.Arguments.Item(A))
ext = fso.GetExtensionName(WScript.Arguments.Item(A))

strValueName = "C:\Program Files\Microsoft Office\Office14\excel.exe"
strValue = dir &amp; "\" &amp; basename &amp; ".pdf"
oReg.SetStringValue HKEY_CURRENT_USER,strKeyPath,strValueName,strValue

Set exlWkbk = eXL.Workbooks.Open(WScript.Arguments.Item(A))
exlwkbk.PrintOut , , , , "Adobe PDF"
exlWkbk.Close xlDoNotSaveChanges
End If
Next
End If

eXL.Quit
Set fso = Nothing
Set exl = Nothing</pre>
<p>You can <a href="/files/excelprint.vbs">download the script here</a>.</p>
<p>To run the script, provide the full path to an Excel file on the command line:</p>
<pre>excelprint.vbs c:\Temp\Test.xlsx</pre>
<p>Play around with the script, see if you can implement the registry changes in a different environment (e.g. VBA or a C++ application), and most importantly, have fun!</p>
<p>&nbsp;</p>
<p>The post <a href="http://khkonsulting.com/2013/01/prevent-the-save-dialog-when-printing-to-the-adobe-pdf-printer/">Prevent the Save Dialog when Printing to the Adobe PDF Printer</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/01/prevent-the-save-dialog-when-printing-to-the-adobe-pdf-printer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The End is Here &#8211; of ADM that is</title>
		<link>http://khkonsulting.com/2013/01/the-end-is-here-of-adm-that-is/</link>
		<comments>http://khkonsulting.com/2013/01/the-end-is-here-of-adm-that-is/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 15:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[acrobat plug-in]]></category>
		<category><![CDATA[Acrobat SDK]]></category>
		<category><![CDATA[adm]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>

		<guid isPermaLink="false">http://khkonsulting.com/?p=729</guid>
		<description><![CDATA[<p>Adobe just released the Acrobat XI SDK, and as usual, there are a number of changes &#8211; new APIs, modified ones, and the final removal of ADM (that is the Adobe Dialog Manager). The release notes are here [PDF]. I’ve talked about this &#8230; <a href="http://khkonsulting.com/2013/01/the-end-is-here-of-adm-that-is/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://khkonsulting.com/2013/01/the-end-is-here-of-adm-that-is/">The End is Here &#8211; of ADM that is</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="font-family: 'Lucida Grande';">Adobe just <a href="http://www.adobe.com/devnet/acrobat.html">released the Acrobat XI SDK</a>, and as usual, there are a number of changes &#8211; new APIs, modified ones, and the final removal of ADM (that is the Adobe Dialog Manager). The <a href="http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/release-notes-acrobatxisdk.PDF">release notes are here [PDF</a>].</p>
<p style="font-family: 'Lucida Grande';">I’ve talked <a href="http://khkonsulting.com/2010/04/is-your-acrobat-plug-in-still-using-adm/">about this in a blog post before</a>, and given some suggestions about how to deal with the discontinuation of ADM support. Back then, Adobe had removed the header files so that no new plugins with ADM support could be compiled, but existing plug-ins that were using ADM were still working. This is no longer true: Any plug-in that was compiled with ADM enabled, will no longer work with Acrobat XI. I said “with ADM enabled” &#8211; that does not necessarily mean that ADM is actually used to generate dialogs, all that’s required for the plug-in to fail to load now is that ADM was compiled into the plug-in. For some versions of the Acrobat SDK this actually means that ADM was not explicitly disabled when the plug-in was compiled.</p>
<p style="font-family: 'Lucida Grande';">If your plug-in does not load in Acrobat XI due to ADM, it’s time to address this problem, there is no way around it. It might be quite a bit of work to replace an ADM based GUI, but if you want to extend the life of your plug-in, that’s what needs to be done. Let me know if I can help you with that process.</p>
<p>The post <a href="http://khkonsulting.com/2013/01/the-end-is-here-of-adm-that-is/">The End is Here &#8211; of ADM that is</a> appeared first on <a href="http://khkonsulting.com">KHKonsulting LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://khkonsulting.com/2013/01/the-end-is-here-of-adm-that-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
