We put all text and business processes in Aris, upon export to PDF:
the graphics of the process/flow are pixelated when zoomed in. Especially the fonts, and therefore unreadable.
It seems they are PNG, according to us a SVG-format could resolve this: no quality change or pixelated images upon zoom in or out.
1. PDF files shows pixelated fonts at high zoom.
Are we missing a feature, or what can we do to export in 'vector' and make zooms readable?
Martin Schröder on
Hello Geert,
if you use the standard report Export Graphic as PDF (with preview) it will create a vector image by default using Context.setProperty("model-as-emf", true).
For custom scripts output to pdf you should set this property as well.
Regards, Martin