TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
On Mar 15, 2012, at 10:35 AM, David Tinsley wrote:
> An example change is: We currently use a symbol that comprises a triangle with an exclamation mark in it. That symbol is replaced by the "open-book" symbol. I would like to be able to automate that update over every file.
>
> If anyone has any advice, ideas or experience I would appreciate your thoughts.
Maybe converting your graphics to SVG will help? SVG is an XML graphics format, and it can link to external bitmaps or other SVG files. So you could have each label with links to the triangle image, then use any text editor to find all "triangle.bmp" and replace with "open-book.bmp".
And Inkscape (the leading open-source SVG editor) can also batch-convert the SVG files to EPS for your printer, on the command line. So you'd still have that.
Hope this helps,
Mike
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create and publish documentation through multiple channels with Doc-To-Help. Choose your authoring formats and get any output you may need.
Try Doc-To-Help, now with MS SharePoint integration, free for 30-days.