<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Hi Ed,</p>
<p>instead of using "impsize" you could try "dpi". This attribute would at least respect the ratio of the imported graphic file.</p>
<p>The definition of "dpi" in the attlist is:<br />dpi NMTOKEN #IMPLIED <!--ignored if impsize specified--><br />(as described in the STRUCTURE APPLICATION DEVELOPER GUIDE)</p>
<p>It would also produce a kind of scaling: <br />A graphic file originally designed for 300 dpi would have a smaller representation if "dpi" is set to 400.<br />Of course, all files should have equivalent resolution settings.</p>
<p>I don't know how FrameMaker will handle a dpi-related "size" with a PDF, though...<br />I have only used this for tiff files.</p>
<p>Good luck -</p>
<p>Tino H. Haida, Berlin</p>
<p> </p>
<p>Am 2013-08-15 02:28, schrieb Ed Nodland:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>I have 130 images created in Illustrator and saved as PDFs</div>
<div> </div>
In my XML I have image tags such as:
<div>  <img  impby="ref" impsize="1.0in 0.4in" position="inline" src="images\1537.pdf" /></div>
<div>without the impsize attribute<br />
<div> </div>
<div>My Read/Write rules is </div>
</div>
<div> </div>
<div>
<div>element "img" {</div>
<div>  is fm graphic element "mygraphic";</div>
<div>attribute "src" is fm property file;</div>
<div>attribute "width" is fm property width;</div>
<div>attribute "height" is fm property height;</div>
<div>attribute "position" is fm property position;</div>
<div> }</div>
</div>
<div> </div>
<div>The images saved as PDF are larger than I want.  I can add impsize attributes to all of the image tags, but I'll have to be careful to get the width-height ratio correct.</div>
<div> </div>
<div>Question: Is there a scale attribute to define and use or a similar mechanism.  Or, maybe someone knows how to produce scaled PDF outputs.</div>
<div> </div>
<div>Thanks</div>
<div>Ed</div>
<div> </div>
</div>
</blockquote>
</body></html>