Re: WG: Embedding Fonts for PDF/A

2016-01-11 Thread Szeak (Register Man)
Where could be this problem? Thanks. -- -Ursprüngliche Nachricht- Von: Pascal Sancho [mailto:psancho@gmail.com] Gesendet: Mittwoch, 6. Januar 2016 16:20 An: Tunahan Coban; fop-users@xmlgraphics.apache.org Betreff: Re: Embedding Fonts for PDF/A (Tunahan sent me t

WG: Embedding Fonts for PDF/A

2016-01-10 Thread Tunahan Coban
Where could be this problem? Thanks. -- -Ursprüngliche Nachricht- Von: Pascal Sancho [mailto:psancho@gmail.com] Gesendet: Mittwoch, 6. Januar 2016 16:20 An: Tunahan Coban; fop-users@xmlgraphics.apache.org Betr

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 Pascal Sancho
: 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 example. > And it is bette

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 java-code has a problem? > > //

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 > > 1.4 > >

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 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 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

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 i

Embedding Fonts for PDF/A

2016-01-06 Thread Tunahan Coban
Hi, this is my first question to the list and I don't know if this way the right one. So I have a problem with the fonts to generate a PDF/A. I have testing to embed the fonts Helvetica and DejaVuSans but anyone don't work. I used the following conf.xml with trying to embed DejaVuSans: