I'm doing a build system for a documentation project and I need help trying to limit the width of images when generating PDF output.
I'm using a2x --fop
to generate the PDF output which works fine, but I need the scale-down-to-fit
option (Scale down to fit an image in FOP) enabled for all images.
How can I enable this while using a2x --fop
?