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.
The moment that you embed any files by value (content) rather than by reference (link), the link information is lost forever. To see what I mean, open a new FM document, embed a graphic and save the file as a MIF file. Open the MIF file with a text editor and search for all or part of the embedded file name. It won't be there.
Now for dirty tricks:
If you have a friendly FM script wizard handy (FrameScript or the new FM 10 built-in scripting feature), create a script that picks up Frame objects of the correct type. Here is a little example:
<ImportObFile `2.0 internal inset'>
<ShapeRect 0.08333" 0.08333" 3.41666" 1.15625">
<BRect 0.08333" 0.08333" 3.41666" 1.15625">
<BitMapDpi 96>
<FlipLR No>
> # end of ImportObject
> # end of Frame
> # end of AFrames
The image is all the hex stuff between &<MakerVector5.0>\x and the closing \x.
You need to save each one as a JPG or PNG file (I'm not an expert scripter so I can't say how) and then replace each picture in place by reference.
As proof of concept, I saved the embedded graphic in my example to the clipboard, pasted into my favorite graphics viewer, saved it (as junk.png) and then imported it back by reference into the same anchored frame from whence it came. Here is what that chunk of our MIF like looks like now:
Daniel Feiglin| Technical Writer| RADWIN | t. +972 (3) 769 2827 | f. +972 (3) 766 2902 | m. +972 (52) 3869986 | Skype baba_danny | www.radwin.com
follow us on: Twitter . LinkedIn . Facebook
-----Original Message-----
From: techwr-l-bounces+daniel_f=radwin -dot- com -at- lists -dot- techwr-l -dot- com [mailto:techwr-l-bounces+daniel_f=radwin -dot- com -at- lists -dot- techwr-l -dot- com] On Behalf Of kalpana thakar
Sent: Thursday, December 01, 2011 10:25
To: Techwr-l
Subject: Identifying embedded screen shot names in Framemaker
Hi,
Could someone please tell me how can I get the names of the screen shots that have been embedded in frame maker files?
It's a 500 page document and all the screen shots have been embedded. I need to know the names of all the embedded screen shots - is there a way that I can get this info?
Regards,
Kalpana.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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. http://www.doctohelp.com
---
You are currently subscribed to TECHWR-L as daniel_f -at- radwin -dot- com -dot-
Looking for articles on Technical Communications? Head over to our online magazine at http://techwhirl.com
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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. http://www.doctohelp.com
---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-