Antenna House/Image Magick setting for auto-scaling images

Many years ago we updated Antenna House settings to auto-scale images so they would fit into our PDF pages (even if they're too wide) while retaining good quality. Since upgrading to Tridion Docs r14, the same images that were auto-scaled to fit in PDF pages are bleeding off the edges, and there are way too many problematic images to update manually.

I forgot the Antenna House settings that we updated. Can anyone point me in the right direction?

Thanks as always...
Paul M.

Parents Reply
  • FYI for the community, Tom D. was spot-on. We updated \InfoShare\App\Utilities\AntennaHouse\XSLFormatter\XfoSettings.xml to include the following code:
    <formatter-config>
    <formatter-settings latin-ligature="true" pair-kerning="true" pxpi="120"/>
    <font-settings missing-glyph="2" missing-font="2" use-windows-api="false"/>
    <pdf-settings embed-all-fonts="true"/>
    </formatter-config>

    When Antenna House is installed anew, it starts with an empty XfoSettings.xml file. I had forgotten about this (wrote it down for our next upgrade!).

    Thanks again, Tom D., and many thanks to Frank G. (SDL) for helping with this today.

    Paul M.

Children