Re: [iText-questions] R: I'm subscribed! please do not thrash this message.

2014-06-12 Thread iText Info
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

[iText-questions] R: I'm subscribed! please do not thrash this message.

2014-06-12 Thread Fulvia Grignaschi
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

[iText-questions] R: I'm subscribed! please do not thrash this message.

2014-06-12 Thread Fulvia Grignaschi
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