Below is a setup of a custom font I used in combination with PDF/A enabled. The fonts are located in the mendix resource folder.
Otherwise increasing the log level of the DocumentExporter lognode, might give you extra information.
Fopx.conf
Resource folder
Font family triplet when viewing the font.
Thanks Nils. That log node showed me that my definition of Melior was ignored and any, normal, 400 was used instead which was leading to looking for Helvetica or Times-Roman.
As soon as I added that missing -t on triplet definition of Melior that was solved (so I removed the Helvetica and Times-Roman definitions), but I got another error:
com.mendix.modules.microflowengine.MicroflowException: Index 11823 out of bounds for length 215
Which I can't explain, based on my data and code.
It only works if I change the embedding-mode to “auto” instead of “full”. I wonder if that will come back and haunt me in the future.
Absolutely nothing. Pretty simple template just to test the PDF/A-1a generation