<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1076457092559824163</id><updated>2011-07-28T03:59:06.094-07:00</updated><category term='Imposition'/><category term='Scripting'/><category term='Adobe InDesign'/><category term='AppleScript'/><category term='Apple Preview'/><category term='Smart Objects'/><category term='Adobe Acrobat PDF'/><category term='Actions'/><category term='Transparency Flattening'/><category term='Adobe Camera Raw'/><category term='Font Selection'/><category term='Adobe Illustrator'/><category term='JavaScript'/><category term='Adobe Photoshop'/><category term='Automate/Batch'/><title type='text'>Prepression</title><subtitle type='html'>A thought dump for the lows (and highs?) of graphic prepress</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1076457092559824163.post-3983177681453850471</id><published>2010-05-03T05:38:00.000-07:00</published><updated>2010-05-18T03:38:28.189-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adobe Camera Raw'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe Photoshop'/><category scheme='http://www.blogger.com/atom/ns#' term='Smart Objects'/><category scheme='http://www.blogger.com/atom/ns#' term='Automate/Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='Actions'/><title type='text'>Batch Convert Camera Raw Files to Smart Objects</title><content type='html'>Some photographers would like to have the ability to batch convert raw camera files into Photoshop Smart Object layer PSD files, without resorting to learning scripting.&lt;br /&gt;&lt;br /&gt;Various users have attempted and failed to record a workable Photoshop Action for this task. Ideally this task would be performed via scripting, rather than using an Action, Batch and Adobe Bridge. There are some Adobe Bridge/Photoshop scripts available that may be of help for CS2 users (&lt;a href="http://www.russellbrown.com/scripts.html" target="_blank"&gt;Russell Brown&lt;/a&gt;, &lt;a href="http://www.digitalmastery.com/content/view/29/78/" target="blank"&gt;Ben Willmore&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;It is not impossible to create an Action for use with the Automate/Batch command - it just takes a little trial and error. There may be a simpler way to do this using actions and batching, however the following method is the first that worked correctly for me when I was researching this task.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Stage 1 - Create the Action&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The action has three steps:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[start recording]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) &lt;span style="font-style: italic; font-weight: bold;"&gt;File/Open as Smart Object&lt;/span&gt; (navigate to a raw camera file). One could also simply use a standard &lt;span style="font-weight: bold; font-style: italic;"&gt;Open&lt;/span&gt; command, as the Smart Object option only appears to work from inside the Camera Raw Workflow Options. Once the file is open in Adobe Camera Raw, use the &lt;span style="font-style: italic; font-weight: bold;"&gt;"Workflow Options"&lt;/span&gt; text link at the foot of the ACR interface to &lt;span style="font-style: italic; font-weight: bold;"&gt;Open in Photoshop as Smart Objects&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; it may be best to disable cropping and other ACR options, only using basic settings as the action will record and apply these attributes to the various raw files batched using this action, the original individual image settings are ignored (after the Smart Object has been created, the ACR settings need to be re-adjusted). This is a major drawback to batching raw camera files to Smart Objects using batch actions.&lt;br /&gt;&lt;br /&gt;2) &lt;span style="font-style: italic; font-weight: bold;"&gt;File/Save&lt;/span&gt; the file as a Photoshop or other document format that supports Smart Object layers.&lt;br /&gt;&lt;br /&gt;3) &lt;span style="font-style: italic; font-weight: bold;"&gt;File/Close&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[stop recording]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Stage 2 - Automate/Batch Command&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The key options are to use the &lt;span style="font-style: italic; font-weight: bold;"&gt;Override Action "Open" Commands&lt;/span&gt; and the &lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;O&lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;verride Action "Save As" Commands&lt;/span&gt; options to override the file name recorded in the action open and save steps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Stage 3 - Adobe Bridge CS4&gt; Batch Renaming&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After the Batch Action has run, select the output files using Adobe Bridge and then use the &lt;span style="font-style: italic; font-weight: bold;"&gt;Tools/Batch Rename&lt;/span&gt; command to clean up the file names. One may elect to remove the text " &lt;span style="font-style: italic; font-weight: bold;"&gt;as smart object-1&lt;/span&gt;" that is automatically appended to the original raw camera file name.&lt;br /&gt;&lt;br /&gt;The following combined screen capture illustrates the key points from the &lt;span style="font-style: italic;"&gt;Action&lt;/span&gt; and &lt;span style="font-style: italic;"&gt;Automate/Batch&lt;/span&gt; commands.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://2.bp.blogspot.com/_QsCCx8z5MME/S97POBKN6RI/AAAAAAAAACs/ue344S6DoCQ/s1600/acr2so-action-batch.gif" border="0" /&gt;&lt;br /&gt;_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1076457092559824163-3983177681453850471?l=prepression.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/3983177681453850471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1076457092559824163&amp;postID=3983177681453850471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/3983177681453850471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/3983177681453850471'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/2010/05/batch-convert-camera-raw-files-to-smart.html' title='Batch Convert Camera Raw Files to Smart Objects'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_QsCCx8z5MME/S97POBKN6RI/AAAAAAAAACs/ue344S6DoCQ/s72-c/acr2so-action-batch.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1076457092559824163.post-8719820857554086651</id><published>2009-07-15T04:02:00.000-07:00</published><updated>2009-07-15T06:18:10.342-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Imposition'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe Acrobat PDF'/><title type='text'>Free PDF Imposition (Offer expires August 31st 2009)</title><content type='html'>There are a number of commercial products for imposing &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;PDF&lt;/span&gt; files, such as PDF Snake; ARTS PDF Crackerjack; Quite Imposing; Imposal; Speedflow Impose; Callas PDF Toolbox and Absolutely Imposing.  Features and prices vary, with the common price range of $340-899 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;USD&lt;/span&gt; for a single user licence.&lt;br /&gt;&lt;br /&gt;Until August 31st 2009, &lt;a style="font-weight: bold;" href="http://www.dynagram.com/"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Dynagram&lt;/span&gt;&lt;/a&gt; is running a promotion where they are giving away a FREE copy of their &lt;span style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;inpO&lt;/span&gt;2 Wizard&lt;/span&gt; software to owners of any other imposition software (click on the monthly promotion link on the home page and then jump through the hoops).&lt;br /&gt;&lt;br /&gt;If you are in need of imposition software and your imposition requirements are not too challenging, then this promotion may just be what you are looking for. The inpO2 software offers many features and can create PDF files for saddle stitch, perfect bound, step and repeat, N-Up, and cut and stack impositions. There is no limit on the number of pages, page size, sheet size, or colors.&lt;br /&gt;&lt;br /&gt;The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;inpO&lt;/span&gt;2 Wizard is the first of six software modules, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Dynagram&lt;/span&gt; are obviously hoping to gain customers of the other five modules when they outgrow the workable yet limited assistant based approach.&lt;br /&gt;&lt;br /&gt;View the screencast here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dynagram.com/movies/?m=Dynagram-inpO2-Wizard_Module"&gt;http://www.dynagram.com/movies/?m=Dynagram-inpO2-Wizard_Module&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1076457092559824163-8719820857554086651?l=prepression.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/8719820857554086651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1076457092559824163&amp;postID=8719820857554086651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/8719820857554086651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/8719820857554086651'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/2009/07/free-pdf-impositon.html' title='Free PDF Imposition (Offer expires August 31st 2009)'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1076457092559824163.post-6350516125281758720</id><published>2009-02-20T01:29:00.000-08:00</published><updated>2009-04-20T02:52:59.203-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaScript'/><category scheme='http://www.blogger.com/atom/ns#' term='Scripting'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe InDesign'/><category scheme='http://www.blogger.com/atom/ns#' term='AppleScript'/><title type='text'>Scripting Adobe InDesign</title><content type='html'>There are four Adobe InDesign scripts that I find indispensable. These scripts increase productivity and remove human error caused by tedious repetition. I would like to thank the script writers for freely sharing their code and the various sites for hosting the code.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Script #1: Raster Images to 100%&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;As a prepress operator, I have handled one or two layouts over the last two decades. In the past, it was more common for artists to build layouts with images at or close to final reproduction size (give or take say +/- 20%), with appropriate output sharpening applied for the image content and output/viewing conditions. Today, in my experience this is rarely the case, many layouts contain unsharpened images that have been scaled in the layout to either high or low extremes, rather than being sized and placed at the final 100% magnification.&lt;br /&gt;&lt;br /&gt;A while back I read a &lt;a href="http://blogs.adobe.com/ozcreativepro/2005/10/fear_of_scripti.html"&gt;blog post&lt;/a&gt; on scripting from &lt;span&gt;Steve Nichols&lt;/span&gt;:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;"I have seen some amazing uses of scripting including Shane Stanleys' AppleScript that would take all the Photoshop images in an InDesign document, crop, rotate (if necessary), resize, rename and replace, optimised for the layout. Brilliant!"&lt;/span&gt;&lt;/span&gt; &lt;/blockquote&gt;&lt;br /&gt;I have never been able to find that AppleScript from Shane, however after digging around the &lt;a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;amp;exc=19&amp;amp;loc=en_us"&gt;Adobe InDesign Exchange&lt;/a&gt;, I found another option in a cross platform JavaScript.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Images to 100%&lt;/span&gt; by &lt;span&gt;&lt;span style="font-weight: bold;"&gt;Dmitriy Lapayev&lt;/span&gt; &lt;/span&gt;(Mac/Win):&lt;br /&gt;&lt;a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;extid=1509025"&gt;www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;extid=1509025&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Resample Project Images to 100%&lt;/span&gt; by &lt;span&gt;&lt;span style="font-weight: bold;"&gt;Dmitriy Lapayev&lt;/span&gt; &lt;/span&gt;(Mac/Win):&lt;br /&gt;&lt;a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1612518"&gt;www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1612518&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thank you Dmitriy, great stuff! Now, all that service providers need is for their customers to run this script before submitting their files for output (I can dream). Although smaller file sizes are of benefit to the service provider, print customers also benefit from having their images optimised for the final print size. Image transforms such as large scaling factors and rotations may provide better quality when done in Photoshop, rather than relying on page layout transforms and an unknown RIP. Appropriate output sharpening can also be applied to the resized images, improving the appearance of the final output.&lt;br /&gt;&lt;br /&gt;After running the script, one should open up the processed images in Photoshop to inspect their quality and perform sharpening as required. If the script's results are unsatisfactory with some images, one can copy/paste from the original layout to restore the transforms and links.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Script #2: Automated Multi-Page PDF Placement&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PDF Multipage Import&lt;/span&gt; by &lt;span style="font-weight: bold;"&gt;Jimmy Shen&lt;/span&gt; (Mac/Win):&lt;br /&gt;&lt;a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1046534"&gt;www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1046534&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PDF Multipage Import OSX&lt;/span&gt; by &lt;span style="font-weight: bold;"&gt;Martin Sretr&lt;/span&gt; (Mac):&lt;br /&gt;&lt;a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1046385"&gt;www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1046385&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PDF Placer&lt;/span&gt; by &lt;span style="font-weight: bold;"&gt;Scott Zanelli&lt;/span&gt; (Mac/Win):&lt;br /&gt;&lt;a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1379019"&gt;www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;amp;loc=en_us&amp;amp;extid=1379019&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is not about manually placing a multiple page PDF file into an InDesign file, which can be handled by later versions of InDesign in the Place dialog box - it is all about automatically placing the multiple PDF pages in a specific position on each InDesign page. Page after page after page. Before running the script, ensure that the InDesign file has the same amount of pages as the PDF pages being placed. I often run this script before creating simple impositions using the built in InDesign imposition feature.&lt;br /&gt;&lt;br /&gt;Thank you Jimmy, Martin and Scott!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Script #3: Split Facing Pages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Separate Pages&lt;/span&gt; by &lt;span style="font-weight: bold;"&gt;"Harbs"&lt;/span&gt; (Mac/Win):&lt;br /&gt;&lt;a href="http://www.printisrael.com/indesign/scripts/freeware/SeparatePages.jsx"&gt;www.printisrael.com/indesign/scripts/freeware/SeparatePages.jsx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks to "Harbs" from In-Tools.com and PrintIsrael.com for hosting the script.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Script #4: Relink Image Paths to Folder&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;AppleScript Code&lt;/span&gt; by &lt;span style="font-weight: bold;"&gt;Shane Stanley&lt;/span&gt; (Mac):&lt;br /&gt;&lt;a href="http://desktoppublishingforum.com/bb/archive/index.php?t-406.html"&gt;&lt;/a&gt;&lt;a href="http://desktoppublishingforum.com/bb/archive/index.php?t-406.html"&gt;http://desktoppublishingforum.com/bb/archive/index.php?t-406.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Shane Stanley wrote:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;"Open your file, then run the script (paste into Script Editor window, save as script in Scripts folder in ID's Presets folder, run from ID's Scripts menu); it will ask you to choose the folder containg the pics. It will then search that folder and its subfolders looking for the pics, and update them where found."&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Thanks Shane!&lt;br /&gt;&lt;br /&gt;_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1076457092559824163-6350516125281758720?l=prepression.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/6350516125281758720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1076457092559824163&amp;postID=6350516125281758720' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/6350516125281758720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/6350516125281758720'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/2009/02/scripting-adobe-indesign.html' title='Scripting Adobe InDesign'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1076457092559824163.post-7944689771673756765</id><published>2008-12-11T20:24:00.000-08:00</published><updated>2009-02-20T04:31:11.926-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Font Selection'/><category scheme='http://www.blogger.com/atom/ns#' term='Scripting'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe Illustrator'/><category scheme='http://www.blogger.com/atom/ns#' term='AppleScript'/><title type='text'>Retaining Outlined Font Metadata in Adobe Illustrator via Scripting</title><content type='html'>Keeping text live and editable in Adobe Illustrator is a worthy goal, however there are valid reasons why a person may wish to outline an editable font to vector paths. One problem with this practice is that the font information is lost, making it hard to know which exact font was used. This is not much of an issue for files created in-house, where a duped file or layer may be used to keep a back-up copy of the live text. However for supplied files, this can be a major problem - even more so when a client wishes you to match an uncommon font and all they have is an outlined version of the file.&lt;br /&gt;&lt;br /&gt;Ideally, when one selects the &lt;span style="font-style: italic;"&gt;Type/Create Outlines&lt;/span&gt; command, the font information would be tagged to the outlined text. It is possible to use the &lt;span style="font-style:italic;"&gt;Notes&lt;/span&gt; section of the &lt;span style="font-style: italic;"&gt;Attributes Window&lt;/span&gt; (palette) to manually enter the font family name after converting the live text to outlines, however these manual steps are far from ideal even for disciplined users with time to spare.&lt;br /&gt;&lt;br /&gt;The good news is that with Scripting, this tedius manual process can be automated. Instead of selecting the text object and using the Create Outlines command, one simply runs the script on the selected text. By referencing the installed script in an Illustrator Action file, one can bind the script to an F-Key or mouse click in order to further facilitate the task, making this process just as - if not more convenient than using the default command.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_QsCCx8z5MME/SUHwEjgRqDI/AAAAAAAAABA/nSYNd_VtMaE/s1600-h/outlined-font-script-1.gif"&gt;&lt;img style="cursor: pointer; width: 400px; height: 307px;" src="http://3.bp.blogspot.com/_QsCCx8z5MME/SUHwEjgRqDI/AAAAAAAAABA/nSYNd_VtMaE/s400/outlined-font-script-1.gif" alt="" id="BLOGGER_PHOTO_ID_5278764199295690802" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_QsCCx8z5MME/SUHwt-oVCLI/AAAAAAAAABI/VYDXQQhRXIk/s1600-h/outlined-font-script-2.gif"&gt;&lt;img style="cursor: pointer; width: 400px; height: 307px;" src="http://4.bp.blogspot.com/_QsCCx8z5MME/SUHwt-oVCLI/AAAAAAAAABI/VYDXQQhRXIk/s400/outlined-font-script-2.gif" alt="" id="BLOGGER_PHOTO_ID_5278764910951860402" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;AppleScript Code:&lt;/span&gt;&lt;br /&gt;__________&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-style: italic;font-family:courier new;font-size:85%;"  &gt;&lt;span style="font-weight:bold;"&gt;tell application "Adobe Illustrator"&lt;br /&gt;tell document 1&lt;br /&gt;set storyText to text of story of selection&lt;br /&gt;set fontName to name of text font of text of story of selection&lt;br /&gt;tell selection&lt;br /&gt;  tell storyText&lt;br /&gt;      set propList to {fontName, return, size, return, leading, return, tracking, return}&lt;br /&gt;  end tell&lt;br /&gt;  set convertedText to convert to paths&lt;br /&gt;  set note of convertedText to propList as text&lt;br /&gt;end tell&lt;br /&gt;end tell&lt;br /&gt;end tell&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;__________&lt;br /&gt;&lt;br /&gt;My sincere thanks and appreciation to &lt;span style="font-weight: bold;"&gt;&lt;a href="http://www.shelterpub.com/"&gt;Rick Gordon&lt;/a&gt;&lt;/span&gt; for writing this AppleScript at my request. Simply copy and paste the above code into the AppleScript &lt;span style="font-style: italic;"&gt;Script Editor.app&lt;/span&gt; application; compile and save in script format. Next place the resulting AppleScript script file in the Illustrator Scripts folder and relaunch Illustrator to access the script (File/Scripts).&lt;br /&gt;&lt;br /&gt;Note: This solution is far from ideal and can fail with text styled with multiple fonts. The second screen capture image above only uses the &lt;span style="font-style: italic;"&gt;propList fontName&lt;/span&gt; attribute, rather than multiple attributes such as point size, leading and tracking as shown in the complete script code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1076457092559824163-7944689771673756765?l=prepression.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/7944689771673756765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1076457092559824163&amp;postID=7944689771673756765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/7944689771673756765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/7944689771673756765'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/2008/12/retaining-outlined-font-metadata-in.html' title='Retaining Outlined Font Metadata in Adobe Illustrator via Scripting'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_QsCCx8z5MME/SUHwEjgRqDI/AAAAAAAAABA/nSYNd_VtMaE/s72-c/outlined-font-script-1.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1076457092559824163.post-9146966245197587254</id><published>2008-10-02T17:17:00.000-07:00</published><updated>2010-05-31T22:49:17.491-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Font Selection'/><title type='text'>The typeface is similar, but different to...</title><content type='html'>When creating new artwork for clients, I am often asked to match a font used in a previously printed job that was created by a different studio or printer. The client usually does not know what the particular typeface is and they may not have a PDF or a native file where the font name will be listed - all they have is a print sample or a file with text that has been outlined to paths. With over 6000 fonts in our collection, it can take some time to match a font.&lt;br /&gt;&lt;br /&gt;A couple of good web resources for matching fonts include the &lt;a href="http://www.identifont.com/"&gt;Identifont&lt;/a&gt; and the MyFonts &lt;a href="http://www.myfonts.com/WhatTheFont/"&gt;WhatTheFont&lt;/a&gt; websites.&lt;br /&gt;&lt;br /&gt;Sometimes the required typeface is &lt;span style="font-style: italic;"&gt;similar&lt;/span&gt; to another typeface, however it is &lt;span style="font-style: italic;"&gt;slightly different.&lt;/span&gt; Often a single upper or lowercase character in two similar but different fonts may make or break the font selection choice - particularly so for logo and or headline type.&lt;br /&gt;&lt;br /&gt;I may look at a typeface and think &lt;span style="font-style: italic;"&gt;"it is similar, but different to typeface X".&lt;/span&gt; I have found that the unknown typeface selection process can be made more productive if I know other similar typefaces to the required typeface.&lt;br /&gt;&lt;br /&gt;On this page I will list some common typeface families that I have been asked to match and the other comparable choices that I have found in our library that evoke a similar feeling. Check back from time to time as I will be updating this page as I find new fonts. Please feel free to add a comment if you know of another similar typeface to one listed here.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;SERIF&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Souvenir:&lt;/span&gt; Windsor, Cooper Black, Ozzie Black&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;SANS SERIF&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Avant Garde (Gothic):&lt;/span&gt; Avenir, Cirkulus, Century Gothic, Kabel, Litera&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Bauhaus:&lt;/span&gt; Blippo, Pump, Revue&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Eurostile:&lt;/span&gt; Bank Gothic, Euroteknik, Handel Ghothic, Metrostyle, Microgramma, Morganna, Minima, Sui Generis&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Gill Sans (Italic):&lt;/span&gt; Charlotte Sans, Ergo, Flora, Highlander, Legacy Sans, Lucida Sans, Myriad, Stone Sans&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Lithos:&lt;/span&gt; Skia, Pompeia Inline, Rusticana, Kaffeesatz, Boulder, Lithograph, Gomorrah&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Optima:&lt;/span&gt; Britannic, Castle, Imperial, Luna, Norma, Odense, Saga, Opus, Barmeno BQ, CG Omega, Zapf Humanist 601&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;SCRIPT&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Zapf Chancery:&lt;/span&gt; Ariande, Arioso, Cataneo BT, Apple Chancery, Centaur, Exchequer Script, Le Griffe, Lucida Caligraphy, Medici Script, Monotype Corsiva, Poetica, Minion Italic Swash, Michaelmas, Adobe Garamond Italic Alternate&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;BLACKLETTER&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Mariage:&lt;/span&gt; Linotext&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-style: italic;"&gt;Last Updated: June 1, 2010&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1076457092559824163-9146966245197587254?l=prepression.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/9146966245197587254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1076457092559824163&amp;postID=9146966245197587254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/9146966245197587254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/9146966245197587254'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/2008/10/typeface-is-similar-but-different-to.html' title='The typeface is similar, but different to...'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1076457092559824163.post-3989896966422009031</id><published>2008-07-17T06:29:00.000-07:00</published><updated>2009-02-21T20:25:40.207-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Transparency Flattening'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe Acrobat PDF'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple Preview'/><title type='text'>Apple Preview: Fast Transparent PDF Output</title><content type='html'>I usually use the latest version of Acrobat Reader for printing &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;PDF&lt;/span&gt; files, however the humble &lt;span style="font-weight: bold;"&gt;Preview&lt;/span&gt; application that leverages the underlying power of the Mac OS X graphics and print architecture unexpectedly came to my rescue today.&lt;br /&gt;&lt;br /&gt;A client supplied a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;200 page PDF&lt;/span&gt; file created direct from MS PowerPoint. Many pages contained transparency - where raster "3D embossed" text was rendered over the background image. MS PowerPoint did not flatten the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;PDF&lt;/span&gt;, therefore the transparency would require flattening before or during printing. As this was a digital print job, the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;RGB&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;PDF&lt;/span&gt; did not present &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;CMYK&lt;/span&gt; colour separation issues.&lt;br /&gt;&lt;br /&gt;The printing/flattening process was unacceptably slow on MS Windows &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;XP&lt;/span&gt; or Mac OS X Tiger using Adobe Acrobat (Reader or Pro). There is also the option to print as image (raster) rather than &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;PostScript&lt;/span&gt;, which I was reserving as my last resort due to the speed and print quality issues associated with this option.&lt;br /&gt;&lt;br /&gt;Before using Acrobat Pro's transparency flattener option, I launched Preview to see if printing would be faster than with Acrobat. &lt;span style="font-weight: bold;"&gt;I was amazed at how fast Preview processed the pages which contained transparency.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Test Results - &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;G5 2 &lt;/span&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;Ghz&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; Dual &lt;/span&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;PPC&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; Processors, 2 &lt;/span&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;Ghz&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; RAM, Mac OS X Tiger&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Adobe Acrobat:&lt;/span&gt; 10 pages - 7 min. 20 sec. print time, 179 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;mb&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;PostScript&lt;/span&gt; file&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Apple Preview:&lt;/span&gt; 10 pages - &lt;span style="font-weight: bold;"&gt;0 min. 11 sec.&lt;/span&gt; print time, 74 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;mb&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;PostScript&lt;/span&gt; file&lt;br /&gt;&lt;br /&gt;I will continue to use the latest version of Acrobat Reader as my default for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;PDF&lt;/span&gt; file output, in order to avoid possible feature &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;compatibility&lt;/span&gt; issues (Preview can have issues with more complex transparency from Adobe products). That being said, I will now make a point to try Preview when the print flattening in Acrobat becomes a productivity issue.&lt;br /&gt;&lt;br /&gt;Even though the .&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;ps&lt;/span&gt; file from Preview printed significantly faster and is smaller in file size than the same pages printed from Acrobat, the quality of the final print was slightly better quality than with Acrobat and the colour was the same from both applications, which was not expected.&lt;br /&gt;&lt;br /&gt;Preview and the underlying Mac OS X graphics and print architecture can be very fast when it comes to printing &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;PDF&lt;/span&gt; files that contain transparency. If Adobe Acrobat becomes a productivity issue - Apple Preview may save the day.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1076457092559824163-3989896966422009031?l=prepression.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prepression.blogspot.com/feeds/3989896966422009031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1076457092559824163&amp;postID=3989896966422009031' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/3989896966422009031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1076457092559824163/posts/default/3989896966422009031'/><link rel='alternate' type='text/html' href='http://prepression.blogspot.com/2008/07/apple-preview-transparent-pdf-printing.html' title='Apple Preview: Fast Transparent PDF Output'/><author><name>Stephen Marsh</name><uri>http://www.blogger.com/profile/12731529079454252137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
