<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>The ActiveWords Community</title>
	<link>http://www.activewords.com/forum/</link>
	<description>Forums for Users of ActiveWords Software. What's the Word?</description>
	<managingEditor>forumadmin@activewords.com</managingEditor>
	<webMaster>forumadmin@activewords.com</webMaster>
	<lastBuildDate>Wed, 07 May 2008 01:18:20 GMT</lastBuildDate>
<item>
	<title>ActiveWords Scripting :: Adding color scan, WIA flatbed to *.PDF file in Acrobat 8</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2687#2687</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2687#2687</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=7312&quot; target=&quot;_blank&quot;&gt;Brujo&lt;/a&gt;&lt;br /&gt;
Subject: Adding color scan, WIA flatbed to *.PDF file in Acrobat 8&lt;br /&gt;
Posted: Sat May 03, 2008 6:53 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here is a script I wanted to share for adding a flatbed color scan to the end of a *.pdf file, via WIA driver.
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;
&lt;br /&gt;
Problem: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Lawyer has pleading scanned; needs to add proof of the envelope that doc was served in to end, in color to show realistic view of stanps or postage-meter ink.
&lt;br /&gt;

&lt;br /&gt;
Using a TWAIN driver requires two scripts; but the WIA driver, unlike the TWAIN driver,&lt;span style=&quot;font-weight: bold&quot;&gt; will &lt;/span&gt;auto-adjust to what it finds on the flatbed during the preview scan.
&lt;br /&gt;

&lt;br /&gt;
This is the most complex script I have composed. However, like my TWAIN scripts, it also rotates the envelope 90 degrees clockwise, saves the file, shows the current file size for two seconds, reduces the file size, and saves it with the same name. Finally, it displays the new file size until dismissed.
&lt;br /&gt;

&lt;br /&gt;
For an overview of how these scanner scripts work, generally, see my other posts at: &lt;a href=&quot;http://www.activewords.com/forum/search.php?search_author=Brujo&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.activewords.com/forum/search.php?search_author=Brujo&lt;/a&gt;.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution:&lt;/span&gt; 
&lt;br /&gt;

&lt;br /&gt;
Call up this script with a word like &amp;#8220;scanaew&amp;#8221; (for &amp;#8220;add envelope WIA&amp;#8221;) + F8.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;NOTE:&lt;/span&gt; In the actual scripts, replace the word &amp;quot;colon,&amp;quot; as in &amp;quot;&amp;lt;TABcolon2&amp;gt;,&amp;quot; with a colon. For some reason, the forum will not display colons--they disappear and take the following number with them!
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Script&amp;#058; &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;fsw&amp;lt;DOWN&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;TABcolon7&amp;gt;d&amp;lt;TABcolon3&amp;gt;l&amp;lt;TABcolon4&amp;gt;f&amp;lt;TABcolon4&amp;gt;p&amp;lt;DELAYcolon10000&amp;gt;&amp;lt;DELAYcolon10000&amp;gt;&amp;lt;DELAYcolon10000&amp;gt;&amp;lt;TABcolon7&amp;gt;s&amp;lt;DELAYcolon10000&amp;gt;&amp;lt;DELAYcolon10000&amp;gt;&amp;lt;DELAYcolon10000&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;d&amp;lt;/ALT&amp;gt;t&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;s&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;r&amp;lt;DELAYcolon2000&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;d&amp;lt;/ALT&amp;gt;z&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;y&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;r
&lt;br /&gt;

&lt;br /&gt;
--Brujo
&lt;br /&gt;_________________&lt;br /&gt;&quot;Remember--when you crash, it's not your fault. It's asphalt.&quot;
&lt;br /&gt;
--Anonymous&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>ActiveWords Scripting :: Adding color scan, TWAIN flatbed to *.PDF file in Acrobat 8</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2686#2686</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2686#2686</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=7312&quot; target=&quot;_blank&quot;&gt;Brujo&lt;/a&gt;&lt;br /&gt;
Subject: Adding color scan, TWAIN flatbed to *.PDF file in Acrobat 8&lt;br /&gt;
Posted: Sat May 03, 2008 6:36 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here is a pair of scripts I wanted to share for adding a flatbed color scan to the end of a *.pdf file
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Problem: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Lawyer has pleading scanned; needs to add proof of the envelope that doc was served in to end, in color to show realistic view of stanps or postage-meter ink.
&lt;br /&gt;

&lt;br /&gt;
Using a TWAIN driver requires two scripts, as, unlike the WIA driver, the TWAIN driver will not auto-adjust to what it finds on the flatbed during the preview scan.
&lt;br /&gt;

&lt;br /&gt;
The second script here also rotates the envelope 90 degrees clockwise, saves the file, shows the current file size for two seconds, reduces the file size, and saves it with the same name. Finally, it displays the new file size until dismissed.
&lt;br /&gt;

&lt;br /&gt;
For an overview of how these scanner scripts work, generally, see my other posts at: &lt;a href=&quot;http://www.activewords.com/forum/search.php?search_author=Brujo&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.activewords.com/forum/search.php?search_author=Brujo&lt;/a&gt;.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution: 
&lt;br /&gt;
&lt;/span&gt;
&lt;br /&gt;
1.	Call up the first script with a word like &amp;#8220;&lt;span style=&quot;font-weight: bold&quot;&gt;scanae&lt;/span&gt;&amp;#8221; (for &amp;#8220;add envelope&amp;#8221;) + F8.
&lt;br /&gt;

&lt;br /&gt;
2.	Use the mouse on the active window in the WIA interface to adjust the size.
&lt;br /&gt;

&lt;br /&gt;
3.	Call up the second script with a word like &amp;#8220;&lt;span style=&quot;font-weight: bold&quot;&gt;ae2&lt;/span&gt;&amp;quot; + F8.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;NOTE:&lt;/span&gt; In the actual scripts, replace the word &amp;quot;colon,&amp;quot; as in &amp;quot;&amp;lt;TABcolon2&amp;gt;,&amp;quot; with a colon. For some reason, the forum will not display colons--they disappear and take the following number with them!
&lt;br /&gt;

&lt;br /&gt;
Script 1: 
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;fst&amp;lt;DOWN&amp;gt;&amp;lt;TABcolon2&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;s&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;
&lt;br /&gt;
&amp;lt;TABcolon4&amp;gt;w&amp;lt;TABcolon5&amp;gt;&amp;lt;ENTER&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Now use the mouse on the active window in the WIA interface to adjust the size, and call up the second script&amp;#058;
&lt;br /&gt;

&lt;br /&gt;
Script 2:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ENTER&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;d&amp;lt;/ALT&amp;gt;t&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;s&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;r
&lt;br /&gt;
&amp;lt;DELAYcolon2000&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;d&amp;lt;/ALT&amp;gt;z&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;y&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;r
&lt;br /&gt;

&lt;br /&gt;
--Brujo
&lt;br /&gt;_________________&lt;br /&gt;&quot;Remember--when you crash, it's not your fault. It's asphalt.&quot;
&lt;br /&gt;
--Anonymous&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>ActiveWords Scripting :: Reduce *.pdf File Size and Show New File Size</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2685#2685</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2685#2685</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=7312&quot; target=&quot;_blank&quot;&gt;Brujo&lt;/a&gt;&lt;br /&gt;
Subject: Reduce *.pdf File Size and Show New File Size&lt;br /&gt;
Posted: Fri May 02, 2008 11:48 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here is a script I wanted to share for reducing *.pdf file size and showing new file size in Adobe Acrobat 8.
&lt;br /&gt;

&lt;br /&gt;
For making a new pleading with diminished brightness (for example to bring up faint ?filed? stamps), see &lt;a href=&quot;http://www.activewords.com/forum/viewtopic.php?p=2684&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.activewords.com/forum/viewtopic.php?p=2684&lt;/a&gt;.
&lt;br /&gt;

&lt;br /&gt;
For appending new pages to an existing pleading (for example one published to *.pdf from WordPerfect), see &lt;a href=&quot;http://www.activewords.com/forum/viewtopic.php?t=829&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.activewords.com/forum/viewtopic.php?t=829&lt;/a&gt;.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Problem: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Scans from multiple sources in Acrobat often grow in size, and will benefit from file size reduction. Example: make a pleading in WordPerfect, and ?publish to *.pdf? all pages except facepage, sig page and proof of service. These need to be scanned to show filing stamps, sigs, etc. Then add a B&amp;amp;W scan of the fax service confirmation page, and a color scan of the envelope it was served by mail in.... Result: big file that can be shrunk.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution:&lt;/span&gt; 
&lt;br /&gt;

&lt;br /&gt;
Call up this script in Adobe Acrobat 8, with word like ?&lt;span style=&quot;font-weight: bold&quot;&gt;size&lt;/span&gt;? + the F8 trigger. It will show you the file properties (including size) for two seconds, then reduce the file size, save it with the same name, and redisplay the prperties to show the new size.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Script&amp;#058; &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;r&amp;lt;DELAY&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;ALT&amp;gt;d&amp;lt;/ALT&amp;gt;z&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;y&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;r
&lt;br /&gt;

&lt;br /&gt;
--Brujo
&lt;br /&gt;_________________&lt;br /&gt;&quot;Remember--when you crash, it's not your fault. It's asphalt.&quot;
&lt;br /&gt;
--Anonymous&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>ActiveWords Scripting :: New pleading to a *.PDF file in Acrobat 8, from a scanner</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2684#2684</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2684#2684</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=7312&quot; target=&quot;_blank&quot;&gt;Brujo&lt;/a&gt;&lt;br /&gt;
Subject: New pleading to a *.PDF file in Acrobat 8, from a scanner&lt;br /&gt;
Posted: Fri May 02, 2008 11:30 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here is a script I wanted to share for making new *pdf files from pleadings.
&lt;br /&gt;

&lt;br /&gt;
For appending new pages to an existing pleading (for example one published to *.pdf from WordPerfect), see &lt;a href=&quot;http://www.activewords.com/forum/viewtopic.php?t=829&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.activewords.com/forum/viewtopic.php?t=829&lt;/a&gt;.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Problem: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Lawyer needs to make new pleading in Adobe Acrobat 8 from a scanner.
&lt;br /&gt;

&lt;br /&gt;
I use various Brother scanners, most recently an MFC-7820N. In order to get correct scan, it takes a LOT of mouse clicks in Adobe Acrobat to get the scanner going, especially since pleadings often have to be darkened considerably...I use brightness of -36, or even -44 if &amp;quot;filed&amp;quot; stamp is light. This requires using the TWAIN interface with native scanner interface, as the TWAIN without has no brightness control, and the WIA interface has one, but won't let you get to it without physically moving and clicking the mouse on the &amp;quot;Adjust the quality of the scanned picture&amp;quot; hyperlink. 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution:&lt;/span&gt; 
&lt;br /&gt;

&lt;br /&gt;
Here is a pair of scripts I wrote which make all of the necessary selections to get the scanner running on TWAIN, native interface, 300dpi B&amp;amp;W, -36 brightness. It assumes that you have already selected US Letter as paper size for default. (WIA automatically defaults back to A4 every time--TWAIN doesn't.)
&lt;br /&gt;

&lt;br /&gt;
Obviously other scanners might need slight tweaking of the script to make it work. I would appreciate feedback from others who try it. 
&lt;br /&gt;

&lt;br /&gt;
I call it up the first script with &amp;quot;&lt;span style=&quot;font-weight: bold&quot;&gt;scannp1&lt;/span&gt;&amp;quot; + the F8 trigger, for &amp;quot;scan, new, pleading, 1.&amp;quot; 
&lt;br /&gt;

&lt;br /&gt;
The second, with ?&lt;span style=&quot;font-weight: bold&quot;&gt;np2&lt;/span&gt;.? (The shorter name must be used because typing the letter ?s? in the active window will trigger the ?Start? button.)
&lt;br /&gt;

&lt;br /&gt;
First the scripts, then parsed: 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;NOTE:&lt;/span&gt; In the actual scripts, replace the word &amp;quot;colon,&amp;quot; as in &amp;quot;&amp;lt;TABcolon2&amp;gt;,&amp;quot; with a colon. For some reason, the forum will not display colons--they disappear and take the following number with them! And they still won't display in Opera, but they do in IE. Unknown as to Firefox, Safari, or other browsers. 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Script 1: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;fst&amp;lt;DOWN&amp;gt;&amp;lt;TABcolon2&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;s&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Now you manually enter the new file name that you want, and put it in the correct directory. (This is how Acrobat v. 8 works, as opposed to earlier versions, in which you would scan the file first, and then name it.)
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Script 2:&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;TABcolon4&amp;gt;t&amp;lt;TAB&amp;gt;3&amp;lt;TAB&amp;gt;b&amp;lt;TABcolon2&amp;gt;0&amp;lt;TABcolon11&amp;gt;&amp;lt;LEFTcolon36&amp;gt;&amp;lt;ENTER&amp;gt; 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Parsed: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt; File menu 
&lt;br /&gt;
f Create PDF 
&lt;br /&gt;
s from scanner 
&lt;br /&gt;
t TWAIN 
&lt;br /&gt;
&amp;lt;DOWN&amp;gt; [special for my network--select the second TWAIN driver, the MFC-7820N, and not the first, the MFC-420CN] 
&lt;br /&gt;
&amp;lt;TABcolon2&amp;gt; go to Scanner Options 
&lt;br /&gt;
&amp;lt;ENTER&amp;gt; open Scanner Options 
&lt;br /&gt;
&amp;lt;TAB&amp;gt; go to interface selector 
&lt;br /&gt;
s choose &amp;quot;show,&amp;quot; not &amp;quot;hide,&amp;quot; native interface 
&lt;br /&gt;
&amp;lt;ENTER&amp;gt; OK--leave Scanner Options 
&lt;br /&gt;
&amp;lt;TAB&amp;gt; go to Scan button 
&lt;br /&gt;
&amp;lt;ENTER&amp;gt; Scan (opens scanner native interface) 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Name the file and then run the second script&amp;#058;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;TABcolon4&amp;gt; Go to Photo/Web/Text selector 
&lt;br /&gt;
t Select &amp;quot;text&amp;quot; 
&lt;br /&gt;
&amp;lt;TAB&amp;gt; go to resolution selector 
&lt;br /&gt;
3 select 300 dpi 
&lt;br /&gt;
&amp;lt;TAB&amp;gt; go to color selector 
&lt;br /&gt;
b select B&amp;amp;W 
&lt;br /&gt;
&amp;lt;TABcolon2&amp;gt; bypass brightness incremental slide and go to number window (you must start with &amp;quot;0&amp;quot;) 
&lt;br /&gt;
0 replace whatever present value with zero 
&lt;br /&gt;
&amp;lt;TABcolon11&amp;gt; go all the way around to brightness incremental slide 
&lt;br /&gt;
&amp;lt;LEFTcolon36&amp;gt; choose brightness of -36 
&lt;br /&gt;
&amp;lt;ENTER&amp;gt; Scan it! 
&lt;br /&gt;

&lt;br /&gt;
--Brujo
&lt;br /&gt;_________________&lt;br /&gt;&quot;Remember--when you crash, it's not your fault. It's asphalt.&quot;
&lt;br /&gt;
--Anonymous&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>ActiveWords Scripting :: Script for sequential page numbers in WordPerfect</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2683#2683</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2683#2683</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=7312&quot; target=&quot;_blank&quot;&gt;Brujo&lt;/a&gt;&lt;br /&gt;
Subject: Script for sequential page numbers in WordPerfect&lt;br /&gt;
Posted: Fri May 02, 2008 9:39 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here is a script I wanted to share. 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Problem: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Adding sequential page numbers (like in a header or footer) in WP takes five mouse clicks. Silliness.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution: &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Call up this script with ?&lt;span style=&quot;font-weight: bold&quot;&gt;pn&lt;/span&gt;? + the F8 trigger.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Script&amp;#058; &lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;r&amp;lt;/ALT&amp;gt;pi&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
--Brujo
&lt;br /&gt;_________________&lt;br /&gt;&quot;Remember--when you crash, it's not your fault. It's asphalt.&quot;
&lt;br /&gt;
--Anonymous&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>ActiveWords Scripting :: Appending pages to a *.PDF file in Acrobat, from a scanner</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2682#2682</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2682#2682</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=7312&quot; target=&quot;_blank&quot;&gt;Brujo&lt;/a&gt;&lt;br /&gt;
Subject: Appending pages to a *.PDF file in Acrobat, from a scanner&lt;br /&gt;
Posted: Fri May 02, 2008 8:40 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here is a script I wanted to share.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Problem:&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Lawyer makes pleading in WordPerfect X3; uses &amp;quot;publish to PDF&amp;quot; command to convert all pages that will not be modified. But certain pages (&amp;quot;Filed&amp;quot;-stamped cover sheet, sig page, signed proof of service, fax confirmation sheet, etc.) will need to be added later by scanner.
&lt;br /&gt;

&lt;br /&gt;
I use various Brother scanners, most recently an MFC-7820N. In order to get correct scan, it takes a LOT of mouse clicks in Adobe Acrobat to get the scanner going, especially since pleadings have to be darkened considerably to match the pages published out of WP...I use brightness of -36, or even -44 if &amp;quot;filed&amp;quot; stamp is light. This requires using the TWAIN interface with native scanner interface, as the TWAIN without has no brightness control, and the WIA interface has one, but won't let you get to it without physically moving and clicking the mouse on the &amp;quot;Adjust the quality of the scanned picture&amp;quot; hyperlink.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution:&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Here is the script I wrote which makes all of the necessary selections to get the scanner running on TWAIN, native interface, 300dpi B&amp;amp;W, -36 brightness. It assumes that you have already selected US Letter as paper size for default. (WIA automatically defaults back to A4 every time--TWAIN doesn't.)
&lt;br /&gt;

&lt;br /&gt;
Obviously other scanners might need slight tweaking of the script to make it work. I would appreciate feedback from others who try it.
&lt;br /&gt;

&lt;br /&gt;
I call it up with &amp;quot;&lt;span style=&quot;font-weight: bold&quot;&gt;scanap&lt;/span&gt;&amp;quot; + the F8 trigger, for &amp;quot;scan, append, pleading.&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
First the script, then parsed:
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;NOTE:&lt;/span&gt; In the actual script, replace the word &amp;quot;colon,&amp;quot; as in &amp;quot;&amp;lt;TABcolon2&amp;gt;,&amp;quot; with a colon. For some reason, the forum will not display colons--they disappear and take the following number with them! And they still won't display in Opera, but they do in IE. Unknown as to Firefox, Safari, or other browsers.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Script&amp;#058;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;fst&amp;lt;DOWN&amp;gt;&amp;lt;TABcolon2&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;s&amp;lt;ENTER&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;ENTER&amp;gt;&amp;lt;TABcolon4&amp;gt;t&amp;lt;TAB&amp;gt;3&amp;lt;TAB&amp;gt;b&amp;lt;TABcolon2&amp;gt;0&amp;lt;TABcolon11&amp;gt;&amp;lt;LEFTcolon36&amp;gt;&amp;lt;ENTER&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Parsed:&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;ALT&amp;gt;f&amp;lt;/ALT&amp;gt;	                File menu
&lt;br /&gt;
f			Create PDF
&lt;br /&gt;
s			from scanner
&lt;br /&gt;
t			TWAIN
&lt;br /&gt;
&amp;lt;DOWN&amp;gt;		                [special for my network--select the second TWAIN driver, the MFC-7820N, and not the first, the MFC-420CN]
&lt;br /&gt;
&amp;lt;TABcolon2&amp;gt;		go to Scanner Options
&lt;br /&gt;
&amp;lt;ENTER&amp;gt;		                open Scanner Options
&lt;br /&gt;
&amp;lt;TAB&amp;gt;		                go to interface selector
&lt;br /&gt;
s			choose &amp;quot;show,&amp;quot; not &amp;quot;hide,&amp;quot; native interface
&lt;br /&gt;
&amp;lt;ENTER&amp;gt;		                OK--leave Scanner Options
&lt;br /&gt;
&amp;lt;TAB&amp;gt;		                go to Scan button
&lt;br /&gt;
&amp;lt;ENTER&amp;gt;		                Scan (opens scanner native interface)
&lt;br /&gt;
&amp;lt;TABcolon4&amp;gt;		Go to Photo/Web/Text selector
&lt;br /&gt;
t			Select &amp;quot;text&amp;quot;
&lt;br /&gt;
&amp;lt;TAB&amp;gt;		                go to resolution selector
&lt;br /&gt;
3			select 300 dpi
&lt;br /&gt;
&amp;lt;TAB&amp;gt;		                go to color selector
&lt;br /&gt;
b			select B&amp;amp;W
&lt;br /&gt;
&amp;lt;TABcolon2&amp;gt;		bypass brightness incremental slide and go to number window (you must start with &amp;quot;0&amp;quot;)
&lt;br /&gt;
0			replace whatever present value with zero
&lt;br /&gt;
&amp;lt;TABcolon11&amp;gt;		go all the way around to brightness incremental slide
&lt;br /&gt;
&amp;lt;LEFTcolon36&amp;gt;		choose brightness of -36
&lt;br /&gt;
&amp;lt;ENTER&amp;gt;		                Scan it!
&lt;br /&gt;

&lt;br /&gt;
At first, it ran with glitches...wouldn't select the correct dpi, for example. I tried adding delays, which did not work. (I don't just mean that they didn't solve the problem...I mean that no delays were added, period.)
&lt;br /&gt;

&lt;br /&gt;
So I went to bed grumbling. In the morning, it worked flawlessly. ???
&lt;br /&gt;

&lt;br /&gt;
Now I will make others for appending without darkening, and for making new files with both darkening (for incoming pleadings) and not (for incoming letters).
&lt;br /&gt;

&lt;br /&gt;
Incidentally, I have no idea why pleadings want to be scanned darker than letters for the same perceived result.
&lt;br /&gt;

&lt;br /&gt;
--Brujo
&lt;br /&gt;_________________&lt;br /&gt;&quot;Remember--when you crash, it's not your fault. It's asphalt.&quot;
&lt;br /&gt;
--Anonymous&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical Support Discussions :: RE: Vista Windows Explorer - AW cant see the window on top</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2681#2681</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2681#2681</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=4&quot; target=&quot;_blank&quot;&gt;Peter Weldon&lt;/a&gt;&lt;br /&gt;

Posted: Mon Apr 28, 2008 3:07 pm (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;We are looking into this.
&lt;br /&gt;

&lt;br /&gt;
In the meantime please try this ActiveWords Script to add an ActiveWord for the currently active URL (this should work in any browser).
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;alt&amp;gt;d&amp;lt;/alt&amp;gt;&amp;lt;ctrl&amp;gt;c&amp;lt;/ctrl&amp;gt;&amp;lt;ADD&amp;gt;&amp;lt;WAIT&amp;gt;&amp;lt;delay&amp;gt;&amp;lt;ctrl&amp;gt;v&amp;lt;/ctrl&amp;gt;&amp;lt;ALT&amp;gt;n&amp;lt;/ALT&amp;gt; &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;Peter J. Weldon
&lt;br /&gt;
ActiveWord Systems, Inc. 
&lt;br /&gt;
ActiveWords - Saving billions of heartbeats!&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Known Bugs and Bug Reports :: RE: Vista X64 - Active Word Pad</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2680#2680</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2680#2680</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=881&quot; target=&quot;_blank&quot;&gt;kvyoung&lt;/a&gt;&lt;br /&gt;
Subject: Re: Vista X64 - Active Word Pad&lt;br /&gt;
Posted: Wed Apr 23, 2008 11:31 am (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;kvyoung wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I just installed the latest build of Active Words from the web and every time Active Words Word Pad attempts to load it gets part way through and says it encountered an error and shuts down.  No solutions shown in the problem reports screen.  Is this a bug or have I encountered a problem with my installation?
&lt;br /&gt;

&lt;br /&gt;
Specs are:
&lt;br /&gt;
HP TX2114CA Tablet running Windows Vista Home X64
&lt;br /&gt;
4 Gigs of RAM
&lt;br /&gt;

&lt;br /&gt;
Any assistance would be appreciated.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Correction:  This should actually refer to Active Words InkPad not Word Pad.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Known Bugs and Bug Reports :: Vista X64 - Active Word Pad</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2679#2679</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2679#2679</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=881&quot; target=&quot;_blank&quot;&gt;kvyoung&lt;/a&gt;&lt;br /&gt;
Subject: Vista X64 - Active Word Pad&lt;br /&gt;
Posted: Wed Apr 23, 2008 9:59 am (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I just installed the latest build of Active Words from the web and every time Active Words Word Pad attempts to load it gets part way through and says it encountered an error and shuts down.  No solutions shown in the problem reports screen.  Is this a bug or have I encountered a problem with my installation?
&lt;br /&gt;

&lt;br /&gt;
Specs are:
&lt;br /&gt;
HP TX2114CA Tablet running Windows Vista Home X64
&lt;br /&gt;
4 Gigs of RAM
&lt;br /&gt;

&lt;br /&gt;
Any assistance would be appreciated.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical Support Discussions :: Vista Windows Explorer - AW cant see the window on top</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2678#2678</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2678#2678</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=79&quot; target=&quot;_blank&quot;&gt;buzzbee-B&lt;/a&gt;&lt;br /&gt;
Subject: Vista Windows Explorer - AW cant see the window on top&lt;br /&gt;
Posted: Tue Apr 22, 2008 1:55 pm (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;When browsing in Windows Explorer on a machine running Vista, Active Words does not seem to be able to see what folder is on the top.  When I click &amp;quot;Add New Active Words&amp;quot;, then &amp;quot;Open a Folder&amp;quot;, then select current, it says &amp;quot;There is no current folder or none could be detected&amp;quot; and directs me to browse.  I can do that, but it takes time, and just wondering if there is a &amp;quot;cure&amp;quot;.   My machine is 64 bit HP, running Vista Ultimate.  Thanks in advance for any help someone might offer.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>ActiveWords Scripting :: Quick useful scripts</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2677#2677</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2677#2677</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=21&quot; target=&quot;_blank&quot;&gt;BGunther&lt;/a&gt;&lt;br /&gt;
Subject: Quick useful scripts&lt;br /&gt;
Posted: Sun Apr 13, 2008 7:37 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm looking for more new posts since I so enjoy reading what others are doing.  Things have been quiet for a while.  I thought that I would post a few of my favorite, simple scripts.  These are shortcuts that I use just about every time I'm typing.  When I'm on another machine, I am usually stunned to realize that none of these are available to me.
&lt;br /&gt;

&lt;br /&gt;
Most of my simple scripts protect me from mis-hitting outer edge keys such as $ %  ()  -  Anything that draws me away from the &amp;quot;home keys&amp;quot; generally slows me to a crawl.  
&lt;br /&gt;

&lt;br /&gt;
The first is &amp;quot;ss&amp;quot; which triggers the following script&amp;#058;  
&lt;br /&gt;

&lt;br /&gt;
$.00&amp;lt;LEFT&amp;gt;&amp;lt;INPUTBOX&amp;gt;&amp;lt;RIGHT&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
The script asks me for a dollar amount, such as 100.  After I enter the amount in the input box and then hit enter, the script types the dollar sign, $, followed by the amount I entered, then inputs the .00 and then adds a space.  This script saves me from searching for the dollar sign and saves me from adding the decimal sign and then adds the two last zeros.  You could create your own trigger word and you could have a second input box for cents if you often enter such numbers.  I generally write letters, email or memos referencing round number dollar amounts such as $750.00.  If your needs are different, this could easily be modified.
&lt;br /&gt;

&lt;br /&gt;
My next script is for parentheses.  My thick fingers aren't so accurate at hitting shift and then finding &amp;quot;(&amp;quot;    Moreover, I often forget add the closing &amp;quot;)&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
My script is named &amp;quot;perens&amp;quot; and goes:
&lt;br /&gt;

&lt;br /&gt;
()&amp;lt;LEFT&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
this creates the ()  and then puts my cursor within the parentheses.  I could probably write a script called &amp;quot;out&amp;quot; to then get me out of the () without having to find the &amp;quot;END&amp;quot; key.
&lt;br /&gt;

&lt;br /&gt;
My third script, called &amp;quot;quotes&amp;quot;, does the same with &amp;quot;&amp;quot;.  Needless to say, the script is:
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;&amp;quot;&amp;lt;LEFT&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
My fourth script is &amp;quot;Paste&amp;quot; and is simply a script of:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;CTRL&amp;gt;v&amp;lt;/CTRL&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
I use this script constantly, finding it much faster than looking for CTRL-V.
&lt;br /&gt;

&lt;br /&gt;
I do the same with &amp;quot;save&amp;quot; or &amp;quot;sv&amp;quot;, using  &amp;lt;CTRL&amp;gt;s&amp;lt;/CTRL&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
My fifth is &amp;quot;end&amp;quot;, allowing me  to move my cursor to the end of a line:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;END&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
My sixth &amp;quot;hh&amp;quot; which takes my cursor to the top of a document:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;CTRL&amp;gt;&amp;lt;HOME&amp;gt;&amp;lt;/CTRL&amp;gt;
&lt;br /&gt;
 
&lt;br /&gt;
The seventh for today is &amp;quot;degrees&amp;quot;.  I often write recipes and like to write 450�, instead of 450 degrees.  To use it, I type the 450, add on space and then type   degrees following by my usual trigger of two spaces.  The script backs up to the number and adds the   �
&lt;br /&gt;

&lt;br /&gt;
The script goes:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;BACKSPACE&amp;gt;&amp;lt;ASCII&amp;gt;&amp;lt;SPACE&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
The eighth script for today is &amp;quot;bd&amp;quot;.  When I type legal documents, I'll often type a single word or perhaps two or three words to describe the paragraph.  I want the words bolded.  So I start the paragraph with  bd and two spaces and the input box opens and asks for what text I want bolded.  After I input the word, it appears in the text as bolded.  If I don't use bd, I often type the text, forgetting to hit CTRL-B before beginning.  Then I have to go back, highlight the word or words and hit  CTRL-B.  Sometimes when I do that, I'm stuck within the bold markers and I find that my first sentence is also bolded.  So I like this simple script&amp;#058;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;CTRL&amp;gt;b&amp;lt;/CTRL&amp;gt;&amp;lt;INPUTBOX&amp;gt;&amp;lt;CTRL&amp;gt;b&amp;lt;/CTRL&amp;gt;&amp;lt;SPACE&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
You could modify this to underline, add italics or even multiples of same.
&lt;br /&gt;

&lt;br /&gt;
I know that none of these scripts is rocket science.  I just hope that this post might prompt someone to share other ideas that will make everyone's typing even more efficient.  
&lt;br /&gt;

&lt;br /&gt;
Oh!  Three more:
&lt;br /&gt;

&lt;br /&gt;
script &amp;quot;q&amp;quot; is one I enter one space after the last word in a question.  Two more spaces and the script backs up to the last word and adds ?
&lt;br /&gt;

&lt;br /&gt;
script &amp;quot;aha&amp;quot; does the same with !
&lt;br /&gt;

&lt;br /&gt;
I often write words with dashes in the middle like &amp;quot;often-used&amp;quot;.  Without this script I usually end up with often=used or often0used.  Getting my right ring finger on the dash key is pretty iffy.  so my script &amp;quot;ds&amp;quot; starts after I enter a space after &amp;quot;often&amp;quot;.  after the space I type ds followed by two spaces.  The script backs up to the end in &amp;quot;often&amp;quot;, adds the - and then allows me to type &amp;quot;used&amp;quot;.  The script is:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;BACKSPACE&amp;gt;-
&lt;br /&gt;

&lt;br /&gt;
Painfully simple, I know.  But it saves me so much time mis-hitting = or 0 or p or [.
&lt;br /&gt;

&lt;br /&gt;
Anything to avoid stopping to find rarely used keys. 
&lt;br /&gt;

&lt;br /&gt;
Any of your favorite scripts would be greatly appreciated.
&lt;br /&gt;

&lt;br /&gt;
Best, Bruce
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Getting Started with ActiveWords :: RE: starting a Remote Desktop Connection</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2676#2676</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2676#2676</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=493&quot; target=&quot;_blank&quot;&gt;Beltza&lt;/a&gt;&lt;br /&gt;

Posted: Fri Apr 04, 2008 2:42 am (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You can start a RDP connection by starting the application with the .rdp file as a parameter:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;quot;C&amp;#58;\WINDOWS\system32\mstsc.exe&amp;quot; &amp;quot;C&amp;#58;\Connection.RDP&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://braintags.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Brain Tags&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://canasto.es/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;El Canasto&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Getting Started with ActiveWords :: RE: Newbie trying to automate email generation</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2675#2675</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2675#2675</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=373&quot; target=&quot;_blank&quot;&gt;gunns256&lt;/a&gt;&lt;br /&gt;

Posted: Thu Feb 21, 2008 8:13 pm (GMT -5)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm also going to suggest that you wander over to the scripting forum and read this post. It may be pertinent even if you aren't using Outlook.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Scripting for Outlook including inputbox
&lt;br /&gt;

&lt;br /&gt;
It's near the top. 
&lt;br /&gt;

&lt;br /&gt;
Best regards.
&lt;br /&gt;_________________&lt;br /&gt;gunns256&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Getting Started with ActiveWords :: RE: Newbie trying to automate email generation</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2674#2674</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2674#2674</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=373&quot; target=&quot;_blank&quot;&gt;gunns256&lt;/a&gt;&lt;br /&gt;

Posted: Thu Feb 21, 2008 8:06 pm (GMT -5)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Consider not keeping your text in a file, but rather in an ActiveWord. That's the primary point of the software: to use boilerplate text with trigger words. What's especially cool about AW is that some of the boilerplate text is executable.
&lt;br /&gt;

&lt;br /&gt;
So to reconsider your project: 
&lt;br /&gt;

&lt;br /&gt;
After defining text as ActiveWords boilerplate1 and boilerplate2  and sig, you would form an email-writing script as: 
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;word:boilerplate1&amp;gt;&amp;lt;inputbox&amp;gt;&amp;lt;word:boilerplate2&amp;gt;&amp;lt;word:sig&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Your boilerplate texts would need all of the formatting and space padding at the beginning or end of the text. I'm pretty sure that there's a way to get multiple uses out of one inputbox call, but I forget what it is.
&lt;br /&gt;

&lt;br /&gt;
Good luck.
&lt;br /&gt;_________________&lt;br /&gt;gunns256&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Getting Started with ActiveWords :: RE: Newbie trying to automate email generation</title>
	<link>http://www.activewords.com/forum/viewtopic.php?p=2673#2673</link>
	<guid>http://www.activewords.com/forum/viewtopic.php?p=2673#2673</guid>
	<description>Author: &lt;a href=&quot;http://www.activewords.com/forum/profile.php?mode=viewprofile&amp;u=4&quot; target=&quot;_blank&quot;&gt;Peter Weldon&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 20, 2008 9:45 am (GMT -5)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Try making your script one continue string with no line breaks.
&lt;br /&gt;_________________&lt;br /&gt;Peter J. Weldon
&lt;br /&gt;
ActiveWord Systems, Inc. 
&lt;br /&gt;
ActiveWords - Saving billions of heartbeats!&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

