Re: [Framers] Structured import: Sizing the image as well as the anchored frame

2017-05-15 Thread Urszula Witherell
   Hi Rick,

   I referenced in EDD an Object Style to format images. I used Object
   Styles>Object Properties>Scaling ... value. Provided it is consistent,
   it works quite well with images, though I had trouble with sizing
   frame. To remove the default offsetting of images in anchored frames,
   Read/Write rules includes these lines:

   element "img"
   {
   fm property horizontal offset value is "0";
   fm property vertical offset value is "0";

    etc.

   Perhaps if you can combine the methods, it will work.

   Urszula

 On May 15, 2017 at 9:39 AM Rick Quatro  wrote:

 Hi Tino,

 Thank you very much for the information. I was hoping for a "fit"
 option
 that will proportionately scale the image to the anchored frame. At
 this
 point, I am using a script and they may be the best option.

 Rick

 -Original Message-
 From: Framers
 [mailto:framers-bounces+rick=rickquatro@lists.frameusers.com] On
 Behalf
 Of Heiko Haida
 Sent: Friday, May 12, 2017 3:20 PM
 To: An email list for people using Adobe FrameMaker software.
 Subject: Re: [Framers] Structured import: Sizing the image as well
 as the
 anchored frame

 Hi Rick,

 for example, in our standard XML, a graphic is represented like
 this:

 

 As you can see, there are a lot more entries, "height" and "width"
 belong to the frame, the size of the graphic itself is defined in
 "impsize".
 In this case, FM was used as XML editor, so that there is no need to
 translate all these attributes. The r/w-rule only says:

 element "Graphic" {
 is fm graphic element;
 }

 You would have to add either "impsize" attributes or "dpi" values.
 I do not think this could be done by a r/w-rule.

 Best regards -- Tino H. Haida, Berlin

 Rick Quatro:

 Hi All,

 I have a structured application that imports EPS images into the
 document. I have a couple of read/write rules for sizing the
 anchored
 frame:

 attribute "width" is fm property width; attribute "height" is fm
 property height;

 Here is the xml markup:

 

 When I import this into FrameMaker, I get the correct sizing on the
 anchored frame. However, the EPS does not get scaled at all. Is
 there
 a Read/Write rule or some other way to proportionately scale the EPS
 to fit the anchored frame?

 I can do it with a script, but I don't want to miss a better way.
 Thanks.

 Rick

 Rick Quatro
 Carmen Publishing Inc.
 r...@frameexpert.com
 585-366-4017

 ___

 This message is from the Framers mailing list

 Send messages to framers@lists.frameusers.com Visit the list's
 homepage at [1]http://www.frameusers.com Archives located at
 [2]http://www.mail-archive.com/framers%40lists.frameusers.com/
 Subscribe and unsubscribe at
 [3]http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
 Send administrative questions to listad...@frameusers.com

 ___

 This message is from the Framers mailing list

 Send messages to framers@lists.frameusers.com Visit the list's
 homepage at
 [4]http://www.frameusers.com Archives located at
 [5]http://www.mail-archive.com/framers%40lists.frameusers.com/
 Subscribe and unsubscribe at
 [6]http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
 Send administrative questions to listad...@frameusers.com

 ___

 This message is from the Framers mailing list

 Send messages to framers@lists.frameusers.com
 Visit the list's homepage at [7]http://www.frameusers.com
 Archives located at
 [8]http://www.mail-archive.com/framers%40lists.frameusers.com/
 Subscribe and unsubscribe at
 [9]http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
 Send administrative questions to listad...@frameusers.com

   --
   Urszula Witherell | JetSet Communications, Inc.
   Adobe Certified Expert in Adobe InDesign, Adobe Acrobat, Adobe
   FrameMaker
   Certified Technical Trainer (CompTIA)
   cell: 301.524.3165 www.jetsetcom.net | www.trainingonsite.com

References

   1. http://www.frameusers.com/
   2. http://www.mail-archive.com/framers%40lists.frameusers.com/
   3. http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
   4. http://www.frameusers.com/
   5. http://www.mail-archive.com/framers%40lists.frameusers.com/
   6. http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
   7. http://www.frameusers.com/
   8. http://www.mail-archive.com/framers%40lists.frameusers.com/
   9. http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com

Re: [Framers] Structured import: Sizing the image as well as the anchored frame

2017-05-15 Thread Rick Quatro
Hi Tino,

Thank you very much for the information. I was hoping for a "fit" option
that will proportionately scale the image to the anchored frame. At this
point, I am using a script and they may be the best option.

Rick

-Original Message-
From: Framers
[mailto:framers-bounces+rick=rickquatro@lists.frameusers.com] On Behalf
Of Heiko Haida
Sent: Friday, May 12, 2017 3:20 PM
To: An email list for people using Adobe FrameMaker software.
Subject: Re: [Framers] Structured import: Sizing the image as well as the
anchored frame

Hi Rick, 

for example, in our standard XML, a graphic is represented like this: 

 

As you can see, there are a lot more entries, "height" and "width"
belong to the frame, the size of the graphic itself is defined in "impsize".
In this case, FM was used as XML editor, so that there is no need to
translate all these attributes. The r/w-rule only says: 

element "Graphic" {
  is fm graphic element;
} 

You would have to add either "impsize" attributes or "dpi" values. 
I do not think this could be done by a r/w-rule.

Best regards -- Tino H. Haida, Berlin 

Rick Quatro:

> Hi All,
> 
> I have a structured application that imports EPS images into the 
> document. I have a couple of read/write rules for sizing the anchored
frame:
> 
> attribute "width" is fm property width; attribute "height" is fm 
> property height;
> 
> Here is the xml markup:
> 
> 
> 
> When I import this into FrameMaker, I get the correct sizing on the 
> anchored frame. However, the EPS does not get scaled at all. Is there 
> a Read/Write rule or some other way to proportionately scale the EPS 
> to fit the anchored frame?
> 
> I can do it with a script, but I don't want to miss a better way. Thanks.
> 
> Rick
> 
> Rick Quatro
> Carmen Publishing Inc.
> r...@frameexpert.com
> 585-366-4017
> 
> ___
> 
> This message is from the Framers mailing list
> 
> Send messages to framers@lists.frameusers.com Visit the list's 
> homepage at  http://www.frameusers.com Archives located at 
> http://www.mail-archive.com/framers%40lists.frameusers.com/
> Subscribe and unsubscribe at 
> http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
> Send administrative questions to listad...@frameusers.com
___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com Visit the list's homepage at
http://www.frameusers.com Archives located at
http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com

___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com


Re: [Framers] Structured import: Sizing the image as well as the anchored frame

2017-05-12 Thread Heiko Haida
Hi Rick, 

for example, in our standard XML, a graphic is represented like this: 

 

As you can see, there are a lot more entries, "height" and "width"
belong to the frame, the size of the graphic itself is defined in
"impsize".
In this case, FM was used as XML editor, so that there is no need to
translate all these attributes. The r/w-rule only says: 

element "Graphic" {
  is fm graphic element;
} 

You would have to add either "impsize" attributes or "dpi" values. 
I do not think this could be done by a r/w-rule.

Best regards -- Tino H. Haida, Berlin 

Rick Quatro:

> Hi All,
> 
> I have a structured application that imports EPS images into the document. I
> have a couple of read/write rules for sizing the anchored frame:
> 
> attribute "width" is fm property width;
> attribute "height" is fm property height;
> 
> Here is the xml markup:
> 
> 
> 
> When I import this into FrameMaker, I get the correct sizing on the anchored
> frame. However, the EPS does not get scaled at all. Is there a Read/Write
> rule or some other way to proportionately scale the EPS to fit the anchored
> frame?
> 
> I can do it with a script, but I don't want to miss a better way. Thanks.
> 
> Rick
> 
> Rick Quatro
> Carmen Publishing Inc.
> r...@frameexpert.com
> 585-366-4017
> 
> ___
> 
> This message is from the Framers mailing list
> 
> Send messages to framers@lists.frameusers.com
> Visit the list's homepage at  http://www.frameusers.com
> Archives located at 
> http://www.mail-archive.com/framers%40lists.frameusers.com/
> Subscribe and unsubscribe at 
> http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
> Send administrative questions to listad...@frameusers.com
___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com