<?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>My Galagzee! &#187; Acrobat</title>
	<atom:link href="http://my.galagzee.com/tag/acrobat/feed/" rel="self" type="application/rss+xml" />
	<link>http://my.galagzee.com</link>
	<description>Tech in a Galagzee, Not So Far Away.</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:46:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding graphics, comments to PDFs</title>
		<link>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/</link>
		<comments>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 01:40:50 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[flatten]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[stamp]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=398</guid>
		<description><![CDATA[I needed to fill out a PDF document today, date it, and sign it. It took me a good hour to accomplish the task as while the latest incarnation of Acrobat has custom stamp feature, annotated text doesn&#8217;t print by &#8230; <a href="http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I needed to fill out a PDF document today, date it, and sign it. It took me a good hour to accomplish the task as while the latest incarnation of Acrobat has custom stamp feature, annotated text doesn&#8217;t print by default (I also wanted to avoid having to print out the document only to scan it back in). In fact, I found <em>no</em> way to print text annotations. Whether &#8220;Documents and Stamps&#8221; was selected in the Print properties or not, the text annotations would remain missing from the printout. It should not be this difficult to add a text box to a PDF document and then flatten it to be part of the document, and not an annotation per se.</p>
<p>After some more Googling later I happened on <a href="http://www.aecbytes.com/tipsandtricks/2006/issue2-acrobat.html">this</a> page that outlines a simple way to add &#8220;flatten&#8221; options to the Acrobat document menu. The associated script to be placed in “<strong>Program Files/Adobe/Acrobat 9.0/Acrobat/Javascripts/</strong>” folder (the script works with older Acrobat versions, too, as the mentioned instructions are for Acrobat 7.0) is just two lines long:</p>
<pre class="brush: jscript; title: ; notranslate">
app.addMenuItem({ cName: &quot;Flatten page&quot;, cParent: &quot;Document&quot;, cExec: &quot;flattenPages(this.pageNum)&quot;,cEnable: 1, nPos: 16});
app.addMenuItem({ cName: &quot;Flatten document&quot;, cParent: &quot;Document&quot;, cExec: &quot;flattenPages()&quot;,cEnable: 1, nPos: 17});
</pre>
<p>With the above script installed, the task was a snap: I added my signature from a transparent PNG as a custom stamp, added the text annotations, and then flattened the document. Done! Now the annotations print out as they should (whether or not &#8220;Documents and Stamps&#8221; is selected in the Print properties as now the annotations are part of the &#8216;base&#8217; document). I can&#8217;t imagine why Adobe doesn&#8217;t include &#8220;flatten&#8221; as a default feature!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

