Skip to main content
Participant
December 3, 2008
Question

FM 7.2 setting import DPI for SGML in R/W rules

  • December 3, 2008
  • 2 replies
  • 492 views
Hello Fellow FM users.
We currently produce documentation with jpg graphics set to 300 dpi.
When the SGML is opened the graphics have returned to 72 dpi. Is there a line I can insert into the R/W rules to keep the 300 dpi for export or set it at import? The graphics are referenced so are not exported.
Cheers
Rob
This topic has been closed for replies.

2 replies

Participant
December 3, 2008
Martti,
I was close with the things I was trying, but you solved it in one!
thank you very much.
Rob
Inspiring
December 3, 2008
Hi Rob,

Yep, without facet size or dpi value from xml, the default is 72.

Have you tried to use following for graphics element in read/write rules:

fm property dpi value is "300";

This should work unless you use impsize attribute to define the graphic facet size in anchored frame (frame allows either dpi or impsize).

BR, Martti