Copy link to clipboard
Copied
We are upgrading from Structured FrameMaker 11 to Structured FrameMaker 2022.
We have an automated process that imports an xml file containing multiple factsheets into FrameMaker. When the import completes, the factsheets are fully formatted. These factsheets include graphic eps files that are included in the import process.
When testing in FM 2022, we are using our existing FrameMaker templates, DTD, EDD, Rules file, and xsl. When importing, the file are formatting correctly in FrameMaker 2022, except for the graphics, which are not scaling correctly. After importing, the images in the first factsheet are scaling below 50%. In the subsequent factsheets, the images are scaled larger, but not scaling to the correct size - 100%.
We are not encountering this scaling issue with FrameMaker 11.
In FrameMaker 2022, are there additional instructions that need to be added to the EDD, XSL, Rules file, etc. so that these images import to the correct size?
Copy link to clipboard
Copied
Thanks for the info
Copy link to clipboard
Copied
Please share the original XML representation prior to import to Fm
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Ok, per your sample, there are no attributes or values on your graphics, so you'll want to set defaults in your EDD, or set a value via your read/write rules.
I'd guess that setting defaults in the EDD would be the easier route.
Copy link to clipboard
Copied
Is the fm property import size value being properly handled?
If not, focus on that.
Is a default value defined in the EDD? If so, try something like this
element "graphic"
{
is fm graphic element;
attribute "XXXX" implied value is "YYYY";
}
Copy link to clipboard
Copied
Thanks. I attached the xml in the reply to your previous post
Copy link to clipboard
Copied
There are around 30 replies in various threads, so here's a recap to get things in the right direction:
Please keep us posted!
***Also, I don't believe FrameMaker 11supported XML as a working file format...are you opening XML or .fm docs?
Copy link to clipboard
Copied
Thanks for your assistance. We are importing xml file into FrameMaker 22 and viewing the graphics in the FM document. As an update, one of my co-workers changed the DPI setting to 96 (See image below). The graphics that fit in one column are now scaling correctly; however, there are graphics that should span across 2 columns, and, instead, these are scaling down to approx. 50% to fit in 1 column. So, now, we are trying to figure out how to resolve this so that the 1-colmn graphics are correctly sized to fit in one column and the 2 column graphics are correctly sized to span across 2 columns:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now