Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Dec 02, 2008 Dec 02, 2008
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
TOPICS
Structured
476
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 03, 2008 Dec 03, 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 03, 2008 Dec 03, 2008
LATEST
Martti,
I was close with the things I was trying, but you solved it in one!
thank you very much.
Rob
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines