Fulvia Grignaschi schreef op 12/06/2014 10:50:
> why is it working fine on Windows and not on Unix?
Because you probably used something like
"FontFactory.registerDirectories()".
This registers all the fonts in the font directories that can be found
on the OS.
Windows usually ships with Arial; Li
Just to be clearer I attach below the code I'm trying now with XMLWorkerHelper
ByteArrayOutputStream pdfOut = new ByteArrayOutputStream();
Document document = new Document();
PdfWriter vPDFWriter;
if (aPDF_A)
{
vPDFWriter = PdfAWriter.getInstance(document, pdf
I'm using 5.3.4 version and PdfAWriter class.
With HTMLworker using stylesheet (as you can see in the snippet of code I
attached) I have problems only on Unix platform and this is my question: why is
it working fine on Windows and not on Unix?
I'm trying using XMLworker without stylesheet but I'm