Is this an option to send it with an HTTP command? ________________________________ From: Kate Kazantza <[email protected]> Sent: Tuesday, August 22, 2017 1:40:39 PM To: [email protected] Subject: Re: Apache PDFBox embedded greek font issue on Mozilla
Thanks for the reply, It is populated via a servlet. I hit the servlet url and the pdf is populated. Also mozilla browser ignores the font I embed in pdf and the font size I am explicitly set from code "String da = "/" + fontName + " 8 Tf 0 g";" Is there a particular ttf file that Mozilla supports? Thanks in advance, Katerina 2017-08-22 12:59 GMT+03:00 Fotis Tsakiroglou <[email protected]>: > Do you have a client side and get it via webservices?And if yes, > How do you populate it in client side? > Typescript,JS or just GET? > > Από κινητή συσκευή - Ενδέχεται να μην απαντήσω άμεσα. > > > On 22 Aug 2017, at 08:39, Kate Kazantza <[email protected]<mailto:ak > [email protected]>> wrote: > > Hello, > > I am sending regarding an issue I am dealing with using PDFBox 2.0.6 for > generating a pdf file. > > When the generated pdf gets populated in mozilla , some of the fields of > the pdf are displayed normally and some of the fields not displayed at all. > > In other browsers (IE,Chrome,Opera) the pdf is populated as expected. > The ttf file that I load to pdf is “lucidaSansUnicode.ttf” as you will see > at the code snippet I attached. > I tested with several ttf files but the problem remains. > At the attached file you will find the code reference to above case I am > describing. > > Please if there is something that I am missing to solve the problem I > would appreciate your response. > > Kind Regards, > > > <generatePdfUsingPDFBox.txt> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected]<mailto:users- > [email protected]> > For additional commands, e-mail: [email protected]<mailto: > [email protected]> >

