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:

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

Table of contents and the page data to be flow in side by side regions

2016-01-06 Thread sireesha
Hi I have a requirement to flow both table of contents and page content side by side. We are using FOP-0.20.5 jar in our application. Please suggest how to achieve this? Will i be able to upgrade to FOP 2.0. Please let me know if i can achieve this after upgrading to latest version? If yes,

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

Flow-Maps isn't working properly

2016-01-06 Thread Sireesha Boddapati
Hi, I am trying to use flow-maps from the URL http://www.w3.org/TR/xslfo20/#d2e10878 and below is the template i am trying to run but i am getting many errors. http://www.w3.org/1999/XSL/Format;>

Re: Fonts in PDF Servlet FOP 2.0

2016-01-06 Thread Paul Clifford
I solved my issue. Here's the FopServlet.java code I used with the config file in e:\conf\fop.xconf. /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding

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
(Tunahan sent me the FO file off-list, due to confidential things) Tunahan, I can reproduce DejaVu substitution: Your config lacks font descriptions for variations: 2016-01-06 15:26 GMT+01:00 Tunahan Coban : > Hi Pascal, > > Thank you to invest your