Re: Embedding Fonts for PDF/A

2016-01-07 Thread Tunahan Coban
Hi Pascal, I sent the first part (because the file is 3000 lines long) from the *.xsl file, too. Here again: http://www.w3.org/1999/XSL/Transform; xmlns:fo="http://www.w3.org/1999/XSL/Format;>

RE: Embedding Fonts for PDF/A

2016-01-06 Thread Simon Steiner
Hi, Add font-family="DejaVuSans" to fo:root, maybe remove auto-detect from conf.xml also. Thanks From: Tunahan Coban [mailto:tunahan.co...@coconet.de] Sent: 06 January 2016 10:11 To: fop-users@xmlgraphics.apache.org Subject: Embedding Fonts for PDF/A Hi, this is my first

RE: Embedding Fonts for PDF/A

2016-01-06 Thread Simon Steiner
Hi, Show us the xslfo file. Thanks From: Tunahan Coban [mailto:tunahan.co...@coconet.de] Sent: 06 January 2016 11:42 To: simonsteiner1...@gmail.com; fop-users@xmlgraphics.apache.org Subject: RE: Embedding Fonts for PDF/A Hi Simon, Thanks for your answer. But it doesn't work

Re: Embedding Fonts for PDF/A

2016-01-06 Thread Pascal Sancho
Hi, Simon asked for XSL-FO file (what feeds FOP), not fop.xconf 2016-01-06 13:18 GMT+01:00 Tunahan Coban : > Edit: > > > > I change the font to Arial. But it still doesn’t work. > > > > > >true > > > > > > PDF/A-1a > >

Re: Embedding Fonts for PDF/A

2016-01-06 Thread Clay Leeds
That should be fo:root not fot:root Sent from my iPhone 6s > On Jan 6, 2016, at 3:41 AM, Tunahan Coban wrote: > > Hi Simon, > > Thanks for your answer. But it doesn’t work when I add > font-family=”DejaVuSans” to fot:root. I deleted the too. > > Maybe my

RE: Embedding Fonts for PDF/A

2016-01-06 Thread Tunahan Coban
Hi Simon, Thanks for your answer. But it doesn't work when I add font-family="DejaVuSans" to fot:root. I deleted the too. Maybe my java-code has a problem? // TODO:Fonts configuration in work DefaultConfigurationBuilder cfgBuilder = new DefaultConfigurationBuilder();

RE: Embedding Fonts for PDF/A

2016-01-06 Thread Tunahan Coban
Edit: I change the font to Arial. But it still doesn't work. true PDF/A-1a 1.4

Re: Embedding Fonts for PDF/A

2016-01-06 Thread Pascal Sancho
ho@gmail.com] > Gesendet: Mittwoch, 6. Januar 2016 14:43 > An: Tunahan Coban > Betreff: Re: Embedding Fonts for PDF/A > > Hi, > > Please, rather than XSL stylsheet, it's easier for us to play with resulting > XSL-FO, witch can be achieved without FOP, using XALAN, for exampl