Re: Different footer text on each page

2023-07-27 Thread Chris Bowditch
Hi Jon, Dynamic footer content can be achieved using fo:marker and fo:retrieve-marker Thanks, Chris On 05/07/2023 02:52, Jon Schewe wrote: I'm using the Java XML API to create a document tree and then using FOP to render the PDF. I've created simple footers that show the current page

Re: Java 8

2022-03-04 Thread Chris Bowditch
+1 On 03/02/2022 08:38, Simon Steiner wrote: Hi, I am going to bump a dependency on our commons and fop trunk, that requires java 8. This means java 7 will no longer be supported for our next release. Thanks - To

Re: Arial font not rendered correctly after update from v2.3 to v2.6

2021-11-08 Thread Chris Bowditch
Hi Denis, Can you attach the fop.xconf file so we can see how you configured fonts Thanks, Chris On 26/10/2021 09:48, Denis Maltzahn wrote: Hi, since we updated the FOP library from v2.3 to v2.6 the “Arial” font is not rendered correctly. It looks like FOP does not know the os font

Re: Embed image from database, not from file

2021-03-26 Thread Chris Bowditch
Hi, yes you can use data URI to avoid saving it to a file Thanks, Chris On 26/03/2021 13:45, Markus Ruggiero wrote: Folks, I have image data stored in a database, not as a file. It is JPEG data in Base64 encoding. My understanding is that with fo.external-graphic I can only use a proper

Re: TTF->AFP Font | Looking for IBM Type Transformer for Windows

2021-03-16 Thread Chris Bowditch
Hi, This utility is provided when you buy an IBM AFP Printer. I have it but it would be a copy right infringement to share it Also, you don't need to do this if the printer supports TTF Fonts as FOP supports TTF fonts in AFP Thanks, Chris On 26/02/2021 13:04, Tino maier wrote: Hi

Re: Using Various Fonts to Achieve Multiple Languages Sometimes Results in Errors

2021-03-16 Thread Chris Bowditch
Hi, You shouldn't be seeing that error. If you can share the fonts you configured then please log a bug with XSL-FO attached with fonts and fop.xconf file Thanks, Chris On 16/02/2021 15:43, Martin Furek wrote: I think I didn't explain myself well. I need to support multiple languages

Re: Visual Debugging using borders or background colors

2021-01-11 Thread Chris Bowditch
Hi, Background colours are a more effective way of identifying which part of a document comes from which Formatting object. As you already mentioned using border is less effective as it alters the layout of the objects as borders themselves require space in the document Thanks, Chris

Re: Does conditionality work for table cell borders?

2020-12-09 Thread Chris Bowditch
Hi Christian, The borders are actually specified on the table cells, not the table itself. Therefore conditionality only comes into effect when a cell spans the page. Thanks, Chris On 11/11/2020 11:33, Christian Schröder wrote: Hi list, When a table is continued across page breaks, I

Re: FOP Retrieve-Marker

2020-12-09 Thread Chris Bowditch
Hi Jean-Pierre, Your code snippet is XSLT not XSL-FO, and also incomplete so hard to say why its not working Thanks, Chris On 07/11/2020 12:07, Jean-Pierre Lamon wrote: Hi all, fop-users@xmlgraphics.apache.org I would like to display a chapter value on each page header (in one language

Re: Repeating Table Captions Across Pages

2020-11-03 Thread Chris Bowditch
with table markers is place an image, a sub table, or a paragraph of text in them Thanks, Chris On 01/09/2020 23:44, Kirkilis, John (Nokia - US/Austin) wrote: Greetings, I’ve spent a couple hours in the mail archives trying to determine the current state of the implementation of retrieve

Re: TM text is replaced with superscript - trademark symbol

2020-04-21 Thread Chris Bowditch
] Thanks Chris [1] https://xmlgraphics.apache.org/fop/trunk/complexscripts.html#Disabling-complex-scripts On 06/04/2020 21:23, cen wrote: Hi I stumbled upon a weird situation where a simple text "TM" gets automatically converted to superscript position as if it was the trademark sy

Re: build error in fop-trunk

2020-03-18 Thread Chris Bowditch
Hi, Can you share the errors you are seeing? Also don't forget FOP supports older Java versions so might need to build with Java 7 Thanks Chris On 10/03/2020 19:31, jfrm.mau...@gmail.com wrote: Hi, I just cloned from git repository with: git clone https://github.com/apache/xmlgraphics

Re: Joining the forum

2020-03-02 Thread Chris Bowditch
Hi Keshor, See [1] for details on how to join the mailing list. Thanks, Chris [1] https://xmlgraphics.apache.org/fop/maillist.html On 02/03/2020 11:52, keshor karan wrote: Hii, this is keshor.I'm one of the fop users. I'm trying to learn more about fop. I'm willing to join the fop forum

Re: Surrogate pair error

2020-03-02 Thread Chris Bowditch
Hi Jan, Indeed this should work since FOP 2.3 thanks to FOP-1969. I suggest you log a new bug if you are able to share your XSL-FO and supporting Font files. Thanks, Chris On 24/02/2020 14:05, Jan Driesen wrote: Hi, If we set the MPH 2b Damas font (https://fedoraproject.org/wiki

Re: Fwd: fo:float not rendering image fop2.4

2020-02-18 Thread Chris Bowditch
of the float Thanks, Chris On 13/02/2020 17:17, Alex Muir wrote: Thanks Chris, Does seem that is the case. Let me know if I'm wrong, but after reading the restrictions on fo:float in apache documentation, I didn't notice anything to that nature. Meanwhile I've switched to a different fop

Re: Fwd: fo:float not rendering image fop2.4

2020-02-13 Thread Chris Bowditch
Sorry please ignore my first e-mail, I spotted the attachment too late! I believe the fo:float needs to be a top level block, and not nested deep within a table Thanks, Chris On 11/02/2020 08:33, Alex Muir wrote: Greetings, I'm having an issue where my images are not displayed within

Re: Fwd: fo:float not rendering image fop2.4

2020-02-13 Thread Chris Bowditch
Hi, Can you share your XSL-FO file? Thanks, Chris On 11/02/2020 08:33, Alex Muir wrote: Greetings, I'm having an issue where my images are not displayed within an fo:float using apache fop 2.4 with dita-ot 2.0.1 I created some test output. I was wondering if you see anything wrong

Re: Issue with table borders

2020-01-07 Thread Chris
Hi Remi, Sorry for the slow reply. This is an FAQ, see: https://xmlgraphics.apache.org/fop/faq.html#acrobat-anti-aliasing Thanks, Chris On 12/12/2019 13:07, Rémi Lerolle wrote: > Hello, > > Opening PDF generated by FOP 2.1 in Acrobat or Evince, > we have noticed that table and

Re: Unclear error

2019-11-19 Thread Chris
Hi Dave, fo:wrapper should be supported. Compliance page says it is, and I know I've used it before Thanks, Chris On 19/11/2019 16:06, Dave Pawson wrote: > Hi Chris... bit late? > I kept reducing the fo until it worked. > > I think the problem centred aroun

Re: SVG Arial Font Problem

2019-10-14 Thread Chris
Hi Normen, It sounds like you are trying to use a glyph that is missing in Arial, but it is difficult to comment without seeing your SVG/FO input. Does FOP output any warnings when rendering the Postscript? I'd expect to see a message about missing glyphs Thanks, Chris On 04/10/2019 16:05

Re: About converting HTML to FO to RTF

2019-10-14 Thread Chris
Seems to be a problem with the HTML2FO XSL. Did you report the issue to them? XSL-Fo specification dictates a strict order between region elements under fo:simple-page-master Thanks, Chris On 11/10/2019 12:42, Евгений Король wrote: > Hello. I can't to produce valid XSL FO file for convert

Re: Apache FOP 2.3.1 or 2.4 release date?

2019-09-03 Thread Chris
Hi Tobias, We hope to do a FOP release soon. As you say it is a bit over due now, but as always finding time is difficult Thanks, Chris On 27/08/2019 10:45, Tobias Hain wrote: > Sorry, my former e-mail of 06.08.2019 was sent HTML encoded by accident. > Here in plain text again: > >

Re: reference-orientation inside table-cell

2019-06-03 Thread Chris
Hi, A fo:block-container is an out of flow object, meaning that it can appear anywhere on the page esp when you specify absolute-position="position" I realize you didn't do that, but wouldn't it make more sense to apply reference-orientation to table-cell instead? Thanks, Chris

Re: compile fop 2.3 from source

2019-03-04 Thread Chris
Hi Which version of Java are you using? Thanks, Chris On 19/02/2019 23:19, ngong wrote: > Did not find any javadoc of fop 2.3. Tried to generate it from downloaded > source. > Doing a "mvn clean install" led to failures: > > Downloaded from central: > https://repo.m

Re: Glyph not found error on different linux kernel version

2019-03-04 Thread Chris
Hi, Auto-detect is fairly unreliable, and listing the specific fonts you need is recommended. What do you mean by latency increased? Thanks, Chris On 19/02/2019 08:58, Yogesh Bhosale wrote: > I am using apache fop 2.0 for document generation. I was using > auto-detect feature to detect

Re: https external-graphics

2018-12-21 Thread Chris
to encrypt the https data. Thanks, Chris On 20/12/2018 16:50, Neil Smeby wrote: > Hello, > I'm having some problems with getting images to resolve when using https > instead of http. An example .fo file follows: > > http://www.w3.org/1999/XSL/Format;> > >

Re: [ANN] Apache FOP 2.3 Released

2018-05-25 Thread Chris
Thanks Simon On 25/05/2018 08:43, Simon Steiner wrote: > The Apache XML Graphics team is pleased to announce the immediate > availability of Apache FOP Version 2.3 [1]. > > Apache FOP (Formatting Objects Processor) [2] is an output independent print > formatter driven by XSL Formatting Objects

List

2018-05-04 Thread Chris

[no subject]

2018-05-04 Thread Chris

Re: Issue with PDF generated using Apache FOP

2017-05-02 Thread Chris
Hi Ramesh, This is an FAQ. See [1] Thanks Chris [1] https://xmlgraphics.apache.org/fop/faq.html#cells-overflow On 18/04/2017 10:40, zenmonics_softwa.venkata_ram...@daimler.com wrote: > > Hi Team <mailto:gad...@apache.org>, > > Myself Ramesh. > > I have been facing a

Re: Aw: Re: Tagging fo:blocks as artifacts

2017-04-12 Thread Chris
favorite IDE a one click process. I personally use IntelliJ, but others use Eclipse or Netbeans Thanks, Chris On 12/04/2017 09:04, Holger Bast wrote: > Hey Chris, > thx for your mail. > The last time I programmed in Java was more then 10 years ago. But I would > try implementing

Re: Tagging fo:blocks as artifacts

2017-04-10 Thread Chris
be a good improvement to FOP's accessibility support. Thanks, Chris On 05/04/2017 21:41, Holger Bast wrote: > Hi there, > I'm trying to use fop (2.1) to generate accessible pdf files. My document > source is docbook5 that is transformed to > xsl-fo and then processed with fop to pdf. >

Re: There is a problem about directory line feed!

2017-04-07 Thread Chris
Hi Harry, I'm not sure what you mean by *full space* I suggest you attach an XSL-FO file so we can see what you mean. Also, please state which version of FOP you are using. Thanks Chris On 30/03/2017 03:48, Harry wrote: > When I make a catalog,I set up a attribute:text-align-l

Re: Trying to use font Quicksand

2017-02-23 Thread Chris
Hi Chris, In order to use custom fonts in FOP you need to add them into the fop.xconf file. You can add the auto-detect element as mentioned below but it is recommended that you configure each font you require individually within the fop.xconf file. This allow you to use the name you prefer

Trying to use font Quicksand

2017-02-20 Thread Chris Dams
400" not found. Substituting with "any,normal,400". The page https://xmlgraphics.apache.org/fop/2.1/fonts.html suggests that this should work out of the box. Am I missing something? Have a nice day, Chris

Re: Page overlay question.

2017-01-03 Thread Chris
Hi, Define a different fo:simple-page-master for every page then you can select which overlay is applied to which page. Thanks, Chris On 28/12/2016 14:33, Baldev wrote: > How page overlay can be implemented at page level. > > > Thanks. > > > > -- > View this

Re: Issue with upgrade from FOP 0.95 to 2.0

2016-10-24 Thread Chris
Hi Naveen, This has been reported before at [1] Simon made a suggestion to put font-base into the config file, and call API a different way. Can you try that? Thanks Chris [1] https://issues.apache.org/jira/browse/FOP-2600 On 04/10/2016 17:26, Kandula, Naveen wrote: > > Hi, > >

Re: Fonts in the class path makes fonts listing fail

2016-06-20 Thread Chris Bowditch
Hi Maxime, You can file a bug using JIRA, see: http://xmlgraphics.apache.org/fop/bugs.html Thanks, Chris On 17/06/2016 08:24, Maxime Bégnis wrote: Hello, Is there a way for me to file a bug report about this? BR, -- *NeoDoc* *Maxime Bégnis* max...@neodoc.fr Tél: +33 (0)4.42.52.24.20 789

Re: ImageInputStream issue when using

2016-05-24 Thread Chris Bowditch
Hi Michael, Can you generate the XSL-FO File? i.e. the result of the XSLT transform? If you then call FOP from the command line instead of via your embedded program do you see the issue? Can you also elaborate what you mean by "occasionally" is that 1 in 100, 1 in 10? Than

Re: Is there a way to remove "INFO org.apache.fop.apps.FOUserAgent - Rendered page XXX" logs ?

2016-04-29 Thread Chris Bowditch
You should be able to configure Commons logger to only output Warnings and higher and ignore INFO messages Chris On 28/04/2016 15:02, Julien Lancelot wrote: Hi, I'm using FOP 2.1, and when I generate a PDF, I can see the following logs in my console : 15:52:59.057 INFO

Re: Showing images in PDF embeded in a web app.

2016-03-29 Thread Chris Bowditch
as to cause and possible solution together with your fop.xconf file. Otherwise we'll just be guessing. Thanks, Chris On 12/03/2016 17:11, Sunrita Bagchi Basu wrote: Hi, I am struggling to show images and data in PDF within a web application. I could make the stand alone work easily. But in web

Re: font-base is ignored in 2.1

2016-03-21 Thread Chris Bowditch
was consolidated with Base. Thanks, Chris On 11/03/2016 22:39, Adam Retter wrote: It seems that fonts are not being resolved relative to the font-base config parameter in 2.1, instead they are being resolved directly by the ResourceResolver. This looks like a bug to me, can anyone confirm? I have a FOP

Re: table-header question

2016-01-21 Thread Chris Bowditch
, Chris On 21/01/2016 09:03, Pascal Sancho wrote: Hi, AFAIK, there is no such extension with FOP like XEP has (see [1]). As a workaround, you can remove it in a middle-process, using the Intermediate Format (see [2]), and re-feed FOP with changed IF. [1] http://www.renderx.com/reference.html

Re: xsl fo 1.1 pdf duplex printing

2015-11-29 Thread Chris
110/Bildschirmfoto_2015-11-29_um_16.png> Do you have an Idea whats the problem here? Thanks in advance! Best Chris -- View this message in context: http://apache-fop.1065347.n5.nabble.com/xsl-fo-1-1-pdf-duplex-printing-tp40800p43110.html Sent from the FOP - Users mailing list archive at Nabb

Cannot embed font in servlet pdf output

2015-10-23 Thread CRANFORD, CHRIS
ervlet-context:///WEB-INF/classes/fonts/myFont.ttc" IllegalArgumentException: URI scheme is not "file" Could someone please clearly explain how I should have my fop.xml defined and loaded in my servlet so that my font is properly loaded. Thanks, Chris

Re: alternate text extension not working in FOP version 2.0

2015-10-20 Thread Chris Bowditch
Hi Eva, If it works with -a option then this suggests the config file isn't being recognized. You need to specify -c option at command line to use a config file. Thanks, Chris On 19/10/2015 20:43, Eva wrote: Hi Chris, >From FOP's website, it mentions there are 3 ways to t

Re: alternate text extension not working in FOP version 2.0

2015-10-19 Thread Chris Bowditch
Hi Eva, Did you enable accessibility in the fop.xconf, via the tags: true Thanks Chris On 14/10/2015 15:24, Eva wrote: Hi Chris, I've simplify the original XSL with only one image for testing purpose and still found alt-text not showing when running a full check on accessibility. http

Re: alternate text extension not working in FOP version 2.0

2015-10-06 Thread Chris Bowditch
Hi Eva, I've not seen this problem before. fox:alt-text works fine for me and passes acrobat preflight. Can you share your complete XSL-FO File? Thanks, Chris On 24/09/2015 14:48, Eva Chang wrote: Hi, Trying to use xsl-fo to generate a pdf for accessibility compliance. Need to add

Re: Apache FOP 0.95

2015-09-28 Thread Chris Bowditch
Hi Nikos, FOP is a Java application so it doesn't care which windows version you are using. x86 or x64 should be fine. Also, there are no known security issues. Thanks, Chris On 17/09/2015 11:52, Papaiakos, Nikos (Nokia - GR/Athens) wrote: Hello, I know that this version is rather old

Re: fop-pdf-images upgrade in line with FOP 2.0

2015-08-17 Thread Chris Bowditch
, and have been for nearly a year now :-( Chris On 28/07/2015 17:33, Mark Gibson wrote: Hi, Is there any plans on releasing a version of fop-pdf-images in line with the fop 2.0 release? The current binary release of fop-pdf-images has been built against fop 1.1 Thanks Mark

Re: [FOP] Watermark does not overlay over text

2015-07-01 Thread Chris Bowditch
-* Thanks, Chris On 30/06/2015 15:13, Puja Jain wrote: I’m trying to overlay a watermark over text by placing the watermark in fo:region-after as per the FOP documentation in https://xmlgraphics.apache.org/fop/0.95/output.html. But the watermark is always rendered under the text. How can I get

Re: AW: Missing glyph error, but font contains glyph

2015-06-26 Thread Chris Bowditch
for review? Thanks, Chris On 24/06/2015 08:24, mulos wrote: Thanks, but where can I find the built-in Times font? In my fop\fonts – folder I have: times.ttf timesbd.ttf timesbi.ttf timesi.ttf All of them contain this character. Could this be a codepage problem? Daniel *Von:*Glenn Adams-2

Re: FOP2.0 taking more time format complex script documents

2015-06-24 Thread Chris Bowditch
Hi Sripathi, Not much we can do to help without at least the following: 1. XSL-FO file. Please attach your file. Please don't send XSLT/XML 2. fop.xconf. Please send the configuration file you are using. 3. The version of Java and Operating System you are using. Thanks, Chris On 24/06/2015

Re: floats

2015-06-11 Thread Chris Bowditch
specification. FOP is an open source project, so if you want this feature you will need to develop an extension to do it, and submit a patch file for the committers to review. Thanks, Chris On 11/06/2015 09:30, Michał Jaworski wrote: can it be considered as a part of XSL 1.1 spec? You are right

Re: FOP 1.1 to 2.0 Migration Guidance?!?

2015-06-11 Thread Chris Bowditch
do need a different font base URI to the global base URI then it might be possible with custom resolver for the Font Manager, but since I've not done that before I'm not 100% certain about that. Thanks, Chris On 08/06/2015 15:40, Jess Holle wrote: Okay, it's now clear that I could have just

Re: PostScript trays for printer Xerox 7835

2015-02-10 Thread Chris Bowditch
File on the JIRA entry As a workaround can you use the ps:ps-page-setup-code extension instead? Thanks, Chris On 06/02/2015 16:48, Christian Pestel wrote: Hi, I would like to print on a Xerox 7835 printer With LasetJet Printer trays, this work fine but not with Xerox 7835. With LaserJet

Re: Encoding problem with one specific letter and postscript

2014-10-27 Thread Chris Bowditch
was released. Thanks, Chris On 12/10/2014 20:16, Lembit Gerz wrote: Hello, I am using FOP 1.1 to generate postscript files with embedded fonts. Later I’m using ps2pdf to convert the postscript files to pdfs. The text includes Lithuanian letters. However, after coverting them to pdf, two

Re: FOP: unable to locate servlet-api

2014-08-21 Thread Chris Bowditch
Hi, Are you running FOP from the command line? If so, then you shouldn't need the servlet. That's just for testing FOP from a web application. It would be helpful for us to understand the issue if you could provide the full console output rather than just the error line. Thanks, Chris

Re: Loading fonts problem

2014-08-07 Thread Chris Bowditch
a non-CID font instead. Thanks, Chris On 06/08/2014 15:39, MartinKl wrote: Hello Chris, Thank you for your response. Do I have any option to tell fop 0.95 that I want to embbed all fonts trought fop.xconf or programatically? Great Regards Martin -- View this message in context: http

Re: Loading fonts problem

2014-08-04 Thread Chris Bowditch
Hi Martin, The preflight warning occurs because the font is only subset, instead of fully embedded. In later FOP versions you can specify embedding-mode=full attribute on the font configuration, but that's not available in FOP v0.95. Thanks, Chris On 04/08/2014 16:55, MartinKl wrote

Re: FOP 0.94 showing Error with opening URL...Connection Reset and fop.fo.FONode - Image Not Available

2014-07-07 Thread Chris Bowditch
: -Dorg.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.no-source-reuse=true Thanks, Chris On 23/06/2014 17:08, Terence M. Bandoian wrote: On 6/20/2014 1:29 PM, Rwui wrote: Hi there, So I'm working on some applications, and they're using fop-0.94.jar as external library to generate the PDF based on certain XSL file

Re: replace commons logging with slf4j

2014-05-21 Thread Chris Bowditch
the logging framework used by FOP we would want to evaluate a wide set of logging frameworks before picking one. AFAIK, No one within the committer team is currently looking at that. Thanks, Chris On 19/05/2014 04:13, Jason Harrop wrote: Hi Chris SLF4J is a widely used logging facade, which allows

Re: replace commons logging with slf4j

2014-05-10 Thread Chris Bowditch
Hi Jason, What's the motivation for doing so? I had a quick glance at the slf4j website and it just looks like yet another logging framework. What problem does it solve, and what benefits does it have over commons logging? Thanks, Chris On 24/04/2014 01:10, Jason Harrop wrote: Any chance

Re: My xslt file does not work with a Servlet but it works with a Java Application, Why?

2014-04-08 Thread Chris Bowditch
Hi, To help you we need more information; 1. FOP version 2. XSL-FO File, which is the real FOP input. XSLT file is no use on its own. 3. Example of good versus bad output Thanks Chris On 07/04/2014 21:26, edi4988 wrote: Hi. I have a Web Application and I have my xslt file and xml file. I

Re: Funding for Float support in FOP?

2014-02-13 Thread Chris Bowditch
the implementation cost would be in the range of several hundred thousand GBP :-o This is why fo:float has not yet been implemented. Sorry to be the bearer of bad news. Of course, I'm happy to learn if anyone has any idea how to implement a solution using the existing Knuth Layout Algorithm. Chris On 11

Re: Rendering issue in image output when setting BufferedImage.TYPE_BYTE_BINARY

2014-01-16 Thread Chris Bowditch
Hi Frank, The problem is caused by lack of support for dithering when converting to B+W output. This is mentioned in the documentation at [1] Thanks, Chris [1] http://xmlgraphics.apache.org/fop/trunk/output.html#bitmap On 15/01/2014 18:10, Frank B wrote: I'm creating a barcode using

Re: Floating an image (block right and wrap text)?

2014-01-06 Thread Chris Bowditch
than e-mailing me directly. Thanks, Chris On 05/01/2014 19:10, qbd...@vt.edu wrote: Chris, On one of apache FOP's web pages (http://xmlgraphics.apache.org/fop/) there is a picture in the Demonstration section which looks like text has been wrapped around an image. Was this example created

Setting Up Trunk In Eclipse

2013-12-11 Thread Chris Cartlidge
Hi Guys, I’m going to be working on a patch to add a JPEG render. However no .project file is supplied with the trunk so I am unable to set it up in eclipse without a lot of effort.. Anyone know if there is a .project file somewhere? --

RE: Setting Up Trunk In Eclipse

2013-12-11 Thread Chris Cartlidge
Thanks Rob, that was easy. I’ll get the code written along with the tests and submit a patch soon! *From:* Robert [mailto:rme...@hotmail.co.uk] *Sent:* 11 December 2013 12:15 *To:* fop-users@xmlgraphics.apache.org *Subject:* RE: Setting Up Trunk In Eclipse I forgot to say to add

External-Graphics PNG Output

2013-12-04 Thread Chris Cartlidge
Hi Guys, I have a simple fo document that includes a PDF as an *external*-*graphic. When this is rendered as a PDF the quality is great as you would expect. However, when I run this through the standard Bitmap renderer to produce a PNG the quality is awful and the image is pixelated..* *Any

RE: External-Graphics PNG Output

2013-12-04 Thread Chris Cartlidge
Hi, I am using 1.1. I’ll package up a runnable example and send it over. *From:* A Gian [mailto:a.yan...@hotmail.com] *Sent:* 04 December 2013 14:10 *To:* fop-users@xmlgraphics.apache.org *Subject:* RE: External-Graphics PNG Output Hello Chris, which fop version are you using ? 1.1

Re: java.lang.NoSuchMethodError: org.apache.fontbox.cff.CFFFont.getGIDMappings()Ljava/util/ArrayList;

2013-11-19 Thread Chris Bowditch
Hi Gonzalo, It is our intension to update the dependency on fontbox to be a specific version. In order to do that we need to wait for a release of fontbox containing the changes necessary to support OTF CFF Fonts to be released. Until then we must rely on snapshot releases. Thanks, Chris

PDF Controls was (Re: Floating an image (block right and wrap text)?)

2013-11-15 Thread Chris Bowditch
Hi Jennilee, Unfortunately the XSL-FO specification does not provide for injecting PDF specific items such as AcroForms or XFA into the generated PDF. Apache FOP doesn't have an extension for it either. Thanks, Chris On 05/11/2013 04:24, Adams, Jennilee JC wrote: Good day, Do you

Re: Floating an image (block right and wrap text)?

2013-11-15 Thread Chris Bowditch
a prototype and it still wasn't finished. So a complete implementation would be several man years to finish. Thanks, Chris On 04/11/2013 22:06, Jeffrey Walton wrote: On Mon, Nov 4, 2013 at 4:59 PM, Rob Sargent rsarg...@xmission.com wrote: I've always assumed typesetting was about type, not pictures

Re: Getting a list of font names without the memory hit...‏

2013-08-01 Thread Chris Bowditch
in the system. Thanks, Chris On 31/07/2013 12:53, Bernard Giannetti wrote: Now I'm chasing my tail...looking at FontCachehas gotten me back to FontInfo.getFonts()! Any other ideas please?! From: thebernmeis...@hotmail.com

Re: RTF - Only simple-page-masters are supported on page-sequences

2013-06-26 Thread Chris Bowditch
Hi, Thanks for the sample FO File. Since it appears to be a bug can you log a bug in JIRA and attach the test FO File there. Otherwise this issue may get forgotten. Thank you! Chris On 23/06/2013 00:27, Bonekrusher wrote: Hi Robert, Below is a small repo. Thanks for looking

Re: FOP 1.0 Wrap text in table cell

2013-06-03 Thread Chris Bowditch
Hi, This is an FAQ, see: http://xmlgraphics.apache.org/fop/faq.html#cells-overflow Thanks, Chris On 28/05/2013 16:48, anotherguy wrote: Hi all, I already tried wrap-option=wrap,keep-together.within-column=always but still can't put the text wrapping in the table cell. anyone know what

Re: Doubling result when sorting in FOP not in XSL

2013-05-22 Thread Chris Bowditch
-FO File. If you have 2 entries in the XSL-FO then this confirms the bugs resides in the XSLT file. For pure XSLT questions you will get a better response on the mulberry mailing list at [1] Thanks, Chris [1] http://www.mulberrytech.com/xsl/xsl-list Abegg, Regine -- Die Äbtissinnenstuben im

Re: FO to PDF conversion failing for the new Turkish Lira Symbol.

2013-05-14 Thread Chris Bowditch
Hi Ashok, Can you let us know which version of FOP you are using? Would you also be able to send us the full FO File? Can you confirm the font you are using is the one at [1]? If not, send us the correct URL so we can replicate this issue. Thanks, Chris [1] http://www.evertype.com/fonts

Re: Use of Type1 fonts without metrics information

2013-04-29 Thread Chris Bowditch
Hi Luca, Yes that is correct, FOP needs the PFB plus the AFM or PFM File in order to be able to process the Type 1 Font. The metrics XML File isn't needed though. What problem are you facing? Thanks, Chris On 29/04/2013 11:04, Luca Bellonda wrote: However, even when disabling the kerning

Re: Adding image to PDF File : Error

2013-04-19 Thread Chris Bowditch
was only added for data URLs in more recent versions of FOP. Thanks, Chris Apr 18, 2013 3:51:04 PM org.apache.fop.layoutmgr.table.TableLayoutManager getNextKnuthElements INFO: table-layout=fixed and width=auto, but auto-layout not supported = assuming width=100% Apr 18, 2013 3:51:04 PM

Re: line-height.conditionality

2013-03-26 Thread Chris Bowditch
Hi John, Sorry I didn't appreciate the full scenario you were looking at in your previous e-mail. Please do submit a patch if you have one, as I'm sure it will come in handy for others. Thanks, Chris On 26/03/2013 08:11, jsolutions wrote: Thanks Chris, That is not really the scenario I'm

Re: line-height.conditionality

2013-03-25 Thread Chris Bowditch
Hi, If you want to get rid of half leading on areas containing images or other non text items then specify font-size=0pt If the area contains text then you can specify line-height=1.0 (default is 1.2x font size) HTH, Chris On 20/03/2013 12:17, jsolutions wrote: I'm trying to get rid

Re: Change bars support in FOP?

2013-03-14 Thread Chris Bowditch
Hi Alexey, Reading the JIRA entry its clear that we are still waiting for some test cases. That is why the bug is in NEEDSINFO status. If they are provided then the patch could be reviewed again to check it is still compliant with the trunk code. Thanks, Chris On 11/03/2013 16:45, Alexey

Re: how to merge PDFs

2013-01-31 Thread Chris Bowditch
the files in, rather than having to manipulate PDF Text to achieve this. Take a look at the Java code example \examples\embedding\java\embedding\intermediate\ExampleConcat.java to see how to achieve what I'm describing. Thanks, Chris On 29/01/2013 15:30, Campbell, Lance wrote: Thanks

Re: Suppress output to screen

2013-01-23 Thread Chris Bowditch
an example of the messages you are seeing on the screen. You might be able to suppress them using log levels. $ fop -q -fo $YR.wk$WK.fo $YR.wk$WK.pdf /dev/null 21 Making landscape pages on USletter paper (11inx8.5in) Thanks for any help! Thanks, Chris sjm

Re: fop-ttfreader - output bounding box information for characters?

2013-01-09 Thread Chris Bowditch
Hi Alexey, On 08/01/2013 18:12, Alexey Neyman wrote: Hi Chris, On Tuesday, January 08, 2013 12:10:36 am Chris Bowditch wrote: Sounds like we need a FOP plug-in for pMML2SVG to replace the ageing JEuclid one. Pardon my ignorance, but what is FOP using for the XSL transformation? Is it Xalan

Re: fop-ttfreader - output bounding box information for characters?

2013-01-08 Thread Chris Bowditch
On 08/01/2013 07:52, Alexey Neyman wrote: Hi Chris, Hi Alexey, On Monday, January 07, 2013 11:44:46 AM Chris Bowditch wrote: Patch from pMML2SVG, slightly modified to apply to FOP 1.1 sources, attached. Thanks for the patch. To get this added to the code base please raise

Re: fop-ttfreader - output bounding box information for characters?

2013-01-07 Thread Chris Bowditch
- so that inline equations can be properly positioned on the line. Sounds like we need a FOP plug-in for pMML2SVG to replace the ageing JEuclid one. Thanks, Chris Regards, Alexey. Anyway, please raise the JIRA issue otherwise your patch could get lost. Thanks, Chris Regards, Alexey

Re: fop-ttfreader - output bounding box information for characters?

2013-01-04 Thread Chris Bowditch
. Thanks, Chris Regards, Alexey. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: How to find out why fop needs a certain font?

2012-12-21 Thread Chris Bowditch
and Pascal. Peter is researching the possibility of changing Batik so that it can use fonts defined in fop.xconf, but that is a long term project with no quick fix. Thanks, Chris If you want to get to the bottom of the matter please indicate what version of fop you are using and what OS

Re: Omitting Bottom table border on page-break

2012-12-17 Thread Chris Bowditch
to be absence on the bottom of a table spanning 2 pages on page 1 and present on page 2. Setting conditionality to retain will make the border be drawn on all pages that the table spans over. Thanks, Chris Thx -- View this message in context: http://apache-fop.1065347.n5.nabble.com

Re: Omitting Bottom table border on page-break

2012-12-17 Thread Chris Bowditch
Hi, On 17/12/2012 11:44, Bonekrusher wrote: Thank you Chris, but unfortunately this is the opposite of what I want to accomplish (if I understand your post). In this case I want the bottom border to be absent except on the last page. With border-bottom-width.conditionality=discard

Re: Maven dependencies for fop 1.1

2012-12-04 Thread Chris Bowditch
Thanks for the suggestion Stephen. I have changed the POM template so that the avalon dependency will be fixed in the next release. Committed in revision 1416937 Thanks, Chris On 02/12/2012 21:29, Stephen More wrote: avalon 4.2.0 artifact is already loaded in repo, it just has a different

Re: Cell border rendering error (thicker) with number-column-spanned

2012-11-02 Thread Chris Bowditch
will not be trivial. Thanks, Chris Thanks, Reeve. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Cell-border-rendering-error-thicker-with-number-column-spanned-tp17999p37229.html Sent from the FOP - Users mailing list archive at Nabble.com

Re: Does FOP-1.1rc1 change handling of RGB values?

2012-09-03 Thread Chris Bowditch
On 31/08/2012 21:52, rsargent wrote: Chris, I'm not sure how to read this. Are you endorsing string-replace as the way to go to get cmyk into the pdf or was that meant to be tongue-in-cheek? No I certainly was not endorsing string replace. I was intending to endorse the rgb-icc function

Re: using cmyk() in fop-1.1rc1 SOLVED

2012-08-28 Thread Chris Bowditch
, Chris THANKS, rjs On 08/27/2012 09:39 AM, Sergiu Dumitriu wrote: On 08/27/2012 11:09 AM, Rob Sargent wrote: Does anyone have at hand (a link to) an example of using the cmyk() function. All I get is Could not find function: cmyk. Who supplies this function? Running from cli ~/tools/fop

Re: next stable version for FOP?

2012-07-23 Thread Chris Bowditch
to multiple lists. Please avoid doing so in future. Thanks. To answer your question; the plan is to release FOP 1.1 a few weeks after 1.1rc1 when we've had sufficient feedback to be sure the release is sufficiently stable. Thanks, Chris Thank you, Danut Clapa Senior Java Developer TIC Phone

Re: Small error to the documentation

2012-07-18 Thread Chris Bowditch
on when the changes for the 1.1 documentation will be merged back to trunk? Thanks, Chris On Sat, Jul 14, 2012 at 12:08 PM, polymorphisme webmas...@polymorphisme.org mailto:webmas...@polymorphisme.org wrote: Hi, I have see an error to the documentation : http

Re: AFP Renderer

2012-07-16 Thread Chris Bowditch
], but that requires that the Overlay is installed on the printer. Please feel to raise a Bugzilla entry to track this enhancement request. Thanks, Chris [1] http://xmlgraphics.apache.org/fop/1.1rc1/output.html#afp-page-overlay

  1   2   3   4   5   6   7   >