<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PDF Pen Does OCR and Bates Stamping</title>
	<atom:link href="http://www.esquiremac.com/2008/12/pdf-pen-does-ocr-and-bates-stamping/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esquiremac.com/2008/12/pdf-pen-does-ocr-and-bates-stamping/</link>
	<description>Macs. Lawyers. Simple.</description>
	<lastBuildDate>Mon, 19 Jul 2010 00:19:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Pietro Barbieri</title>
		<link>http://www.esquiremac.com/2008/12/pdf-pen-does-ocr-and-bates-stamping/comment-page-1/#comment-529</link>
		<dc:creator>Pietro Barbieri</dc:creator>
		<pubDate>Mon, 18 Jan 2010 14:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.esquiremac.com/?p=178#comment-529</guid>
		<description>I second the request for code that will allow the Bates stamp to begin at a number other than 0 

Until then i guess it is A. 00001 to 000025, then B 00001 to 0000etc. 

Peter Barbieri esq.</description>
		<content:encoded><![CDATA[<p>I second the request for code that will allow the Bates stamp to begin at a number other than 0 </p>
<p>Until then i guess it is A. 00001 to 000025, then B 00001 to 0000etc. </p>
<p>Peter Barbieri esq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.esquiremac.com/2008/12/pdf-pen-does-ocr-and-bates-stamping/comment-page-1/#comment-143</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 13 Dec 2008 18:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.esquiremac.com/?p=178#comment-143</guid>
		<description>Thanks for the tip.  Next item on wish list: setting the starting page number.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  Next item on wish list: setting the starting page number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.esquiremac.com/2008/12/pdf-pen-does-ocr-and-bates-stamping/comment-page-1/#comment-137</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.esquiremac.com/?p=178#comment-137</guid>
		<description>Robin,

In the script,  look for this line:

set currentPage to prepend_value &amp; my add_leading_zeros(pageNumber, 5) as rich text

Change the number &quot;5&quot; to the number of zeroes desired.  I just tried it and it works.  I reset mine to &quot;0&quot;

J.</description>
		<content:encoded><![CDATA[<p>Robin,</p>
<p>In the script,  look for this line:</p>
<p>set currentPage to prepend_value &amp; my add_leading_zeros(pageNumber, 5) as rich text</p>
<p>Change the number &#8220;5&#8243; to the number of zeroes desired.  I just tried it and it works.  I reset mine to &#8220;0&#8243;</p>
<p>J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.esquiremac.com/2008/12/pdf-pen-does-ocr-and-bates-stamping/comment-page-1/#comment-135</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 06 Dec 2008 13:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.esquiremac.com/?p=178#comment-135</guid>
		<description>I had the same issue with placement of the bates stamp.  I emailed PDFPen and asked about it.  They emailed back within an hour or so.  I was able to tweek the AppleScript and moved the bates stamp to the right side of the page.  Suggestion: do a &quot;save as&quot; of the original bates applescript so that you&#039;ll have the original to go back to in case the tweeking goes awry.  Here&#039;s what PDFPen emailed to me:
***
If you tweak the AppleScript&#039;s x and y values you can adjust it.  Look at this line and adjust until it meets our needs.:

 make new text imprint at end of imprints of thePage with properties {rich text:currentPage, x position:36, y position:36, height:16, width:540}

You can find the script in [Home]/Library/Application Support/PDFpen/Scripts

Thanks for using PDFPen from SmileOnMyMac!
***
I would also like to be able to set the starting page number (but didn&#039;t ask about how to do that) and would also like to decrease the number of leading &quot;0&quot;s.

Another tip, if some of the pages have a dark background in the area of the Bates stamp, you can click the stamp for that page and edit the attributes so the background is a solid white to help the stamp stand out.</description>
		<content:encoded><![CDATA[<p>I had the same issue with placement of the bates stamp.  I emailed PDFPen and asked about it.  They emailed back within an hour or so.  I was able to tweek the AppleScript and moved the bates stamp to the right side of the page.  Suggestion: do a &#8220;save as&#8221; of the original bates applescript so that you&#8217;ll have the original to go back to in case the tweeking goes awry.  Here&#8217;s what PDFPen emailed to me:<br />
***<br />
If you tweak the AppleScript&#8217;s x and y values you can adjust it.  Look at this line and adjust until it meets our needs.:</p>
<p> make new text imprint at end of imprints of thePage with properties {rich text:currentPage, x position:36, y position:36, height:16, width:540}</p>
<p>You can find the script in [Home]/Library/Application Support/PDFpen/Scripts</p>
<p>Thanks for using PDFPen from SmileOnMyMac!<br />
***<br />
I would also like to be able to set the starting page number (but didn&#8217;t ask about how to do that) and would also like to decrease the number of leading &#8220;0&#8243;s.</p>
<p>Another tip, if some of the pages have a dark background in the area of the Bates stamp, you can click the stamp for that page and edit the attributes so the background is a solid white to help the stamp stand out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
