<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
   <channel>
      <title>stevewareham.com</title>
      <link>http://www.stevewareham.com</link>
      <description>Adobe JavaScript, Print, and Web Production Tutorials</description>
      <language>en-us</language>
      <pubDate>Sunday, April 13, 2008 00:00:01 GMT</pubDate>
	  	<item>
         <title>Updating swatches in InDesign</title>
         <link>http://www.stevewareham.com/swatch_switch.php</link>
         <description>I got the idea for this script from David Blatner of InDesignSecrets.com. The function of the script is to replace all swatches with swatches of the same name that have the "copy" suffix. This could be useful in the following instance: import an ASE file with a bunch of named swatches. Then import a different bunch with same names, but different definitions. ID apparently doesn't allow you to choose which definitions you want, so the new swatches all come in as "copy". In this case, we want the new definitions... so you'd run the script and it would get rid of the original and use the duplicate instead.</description>
      </item>
	  	   <item>
         <title>Capturing text for XMP metadata in InDesign</title>
         <link>http://www.stevewareham.com/capture_xmp.php</link>
         <description>This script will search for text within an InDesign document based on paragraph styles. The found text will be added the XMP metadata of the document and can be seen the the File Info window. It searches for text styled with paragraph styles named title, description, and keywords.</description>
      </item>
	   <item>
         <title>Batch Image Resizing In Photoshop CS3</title>
         <link>http://www.stevewareham.com/batch_resizing.php</link>
         <description>This script will resize a batch of jpeg files. It is set to resize images to half of their current dimensions. It starts by opening image files in Photoshop one at a time and then prompting for confirmation that the new image size is acceptable. If the image needs to be scaled further up or down, you can click either click the "larger" or "smaller" buttons to scale the image in 50px increments.</description>
      </item>
             <item>
         <title>Converting text to outlines using Adobe Acrobat</title>
         <link>http://www.stevewareham.com/text2outlines.php</link>
         <description>This tutorial shows how to transform text within a PDF to outlines. Usually you wouldn't want to do this, as once text has been changed to outlines it is no longer searchable. Also, creating outlines of text will increase the filesize of the PDF. So why would you want to change text to outlines? Usually you would only need to do this when you are sending the PDF to someone else, such as a printing service, and they cannot work with the fonts contained within your PDF. Perhaps you have composite fonts embeded in your PDF, and your printing company cannot accept composite fonts. This tutorial assumes you do not have access to the source file that the PDF was created from. If you do, you should changes the fonts in that file. But, if you don't, here is how you can create outlines using Acrobat.</description>
      </item> 
       <item>
         <title>Flattening all open documents in Adobe Photoshop</title>
         <link>http://www.stevewareham.com/massflatten.php</link>
         <description>This script allows you to flatten all the documents open in Photoshop at once.</description>
      </item> 
       <item>
         <title>Creating text labels in Adobe Photoshop</title>
         <link>http://www.stevewareham.com/labelmaker.php</link>
         <description>This script speeds up the process of adding text tabels to images. If you need to label parts of images as (a), (b), (c), etc. this script can save you some time. First you'll make the first label (a), then using "shift-alt" you will make a copy of that label. Do that for however many labels you need. Positioning them where they should appear. After you have all your (a) labels in position, run the LabelMaker.jsx script to chang the labels to their correct letter designations. The labels will change based on the layer order, so when you run the LabelMaker.jsx script you'll want to just have a background layer and one layer for each label.</description>
      </item> 
      <item>
         <title>Batch PDFs from InDesign</title>
         <link>http://www.stevewareham.com/batchpdf.php</link>
         <description>Let's say you have a batch of InDesign files and you want to convert them all to PDFs quickly. Here's and easy way to do just that using a PDF preset and some JavaScript. </description>
      </item> 
      <item>
         <title>Introduction to scripting Adobe applications using JavaScript</title>
         <link>http://www.stevewareham.com</link>
         <description>Getting started with scripting, using the ExtendScript toolkit, and how to look up scripting objects.</description>
      </item>   
       <item>
         <title>Multiple image duplications in Photoshop</title>
         <link>http://www.stevewareham.com/multidup.php</link>
         <description>In Adobe Photoshop you can make a duplicate any open image file by right-clicking the title bar and then clicking &#8220;duplicate&#8221;. This is good if you just need one duplicate, but what if you need more? Instead of repeating this step over and over you could run a script to make as many dupliates as you like. This tutorial describes a script to make multiple duplications withing Photoshop.</description>
      </item>   
       <item>
         <title>Listing links within an InDesign document</title>
         <link>http://www.stevewareham.com/listlinks.php</link>
         <description>Someone posted the question to the InDesign Secrets blog &#8220;How do I get a list of all the links within my InDesign Document?&#8221; I wrote a script that could do just that. This tutorial describes how the script works.</description>
      </item>   
     	 <item>
         <title>Creating An Interactive PDF Using Adobe InDesign</title>
         <link>http://www.stevewareham.com/intpdf.php</link>
         <description>After reading the February issue of Adobe&#8217;s online magazine which made good use of the interactive features of a PDF, I decided to create my own interactive PDF.  What&#8217;s so interactive about an interactive PDF? Well, for one thing you can hide and show content on a page based on the user clicking a button. You can also use buttons to jump to specific pages. I put the latter of these features to use by creating a PDF with a table-of-contents that is displayed on each page, which will go to the requested page when the user clicks on the page number. Hovering the mouse over the page numbers displays a brief description of the page. I also created buttons on a single page that will cycle through different images on that page. The following tutorial describes the process I used when creating my interactive PDF.</description>
      </item>
      <item>
         <title>Dynamically stamping PDFs</title>
         <link>http://www.stevewareham.com/pdfstamp.php</link>
         <description>If you&#8217;re trying to add some text to a PDF, let&#8217;s say a header or footer you could use Acrobat&#8217;s built in &#8220;Headers and Footers&#8221; function. But, many times you will find that method comes up short. What if you want to apply the text across a hundred files? Or what if the text needs to change slightly each time? This tutorial describes one alternative to &#8220;Headers and Footers&#8221; for stamping text onto a PDF. It uses a batch process and JavaScript to get the job done.</description>
      </item>   
   </channel>
</rss>