Re: FOP alignment problem between two font type

2016-03-08 Thread Andreas L. Delmelle
Indeed... Also note that the issue as described ONLY affects the Base14 (built-in) Symbol font, so another way to address this would be to make sure to use the TrueType Symbol font, if available, in which case the font-selection would also produce the intended result with two different fonts.

Re: Hyphenation Jar License Issues

2015-07-30 Thread Andreas L. Delmelle
Hi Sripathi On 30 Jul 2015, at 13:23, sripathi sripathi.rao...@gmail.com wrote: Thanks for your reply Luis..I want to use en-us pattern files,these are comes under 'Other-Free' license.Am not aware of 'Other-Free' license,is this is free? Can i use these pattern file in my commercial

Re: Content spanning multiple pages issue

2011-07-30 Thread Andreas L. Delmelle
On 30 Jul 2011, at 17:55, Fernando Israel wrote: Hi Fernando I use FOP 1.0 to produce PDFs. The issue I am facing is that the content of the page is such that it should span over multiple pages but I only get one single page PDF file. I believe I am missing something very obvious. The

Re: TOC with leaders - alignment problems

2011-07-30 Thread Andreas L. Delmelle
On 30 Jul 2011, at 18:37, mhoenicka wrote: Hi Markus snip / When processing these fo with fop nightly builds (first tested: March 04 2011, last tested: July 27 2011), the chapter titles are correctly aligned on the left side. However, the page numbers do not align on the right side,

Re: Content spanning multiple pages issue

2011-07-30 Thread Andreas L. Delmelle
On 30 Jul 2011, at 21:13, Fernando Israel wrote: Hi Fernando, snip / So I now have to rephrase the question. Can I have a table within an absolute postioned block container go over to a second page it its length requires so ?. I guess that the answer is no, but I better ask. You guess

Re: No default font defined by OutputConverter

2011-07-23 Thread Andreas L. Delmelle
On 22 Jul 2011, at 16:59, Lance Goforth wrote: Hi Lance snip / Does the context allow for multiple concurrent sessions, or can the user only render a single document at a time? Has it been reported across a number of different Java Runtime implementations or are all users working with the

Re: No default font defined by OutputConverter

2011-07-21 Thread Andreas L. Delmelle
Hi Lance One thing is not entirely clear to me: Is the error thrown when rendering to PDF, AWT, or both intermittently? I've only seen it rendering to AWT, but I may have missed it going to PDF, that is used less often. OK, I was asking, since if it were only for PDF, then it

Re: using command line : SAXException: Mismatch: page-sequence vs. root

2011-07-20 Thread Andreas L. Delmelle
On 20 Jul 2011, at 10:04, Aya Sah wrote: Hi I know that this error : SAXException: Mismatch: page-sequence vs. root have already been solved in java http://xmlgraphics.apache.org/fop/faq.html#saxexception-mismatch here . But I'm using a command line, is it possible to find the original

Re: No default font defined by OutputConverter

2011-07-20 Thread Andreas L. Delmelle
On 20 Jul 2011, at 19:02, Lance Goforth wrote: Hi Lance I've seen this message on the groups and online discussed - but never any answers. Indeed, and from the looks of it, it is already occurring since 2002 (references to FOP 0.1x?)... There are no answers, probably because no one ever

Re: character #133;

2011-07-19 Thread Andreas L. Delmelle
Just to be complete: I wrote fo:block font-family=”Arial”/ xsl:texttestowe=12345#133;ABCD/xsl:text /fo:block On PDF his text was splitted into the two lines: 12345 ABCD #133; is the [next line] control character. It should not be used as this in FO to PDF. That is true in this

Re: WordML continuous section break

2011-07-15 Thread Andreas L. Delmelle
On 15 Jul 2011, at 09:26, Marcos García wrote: Hi Marcos I have created a reduced version of the original WordML document with the same continous section break, and obtained the same results (it breaks it in two different pages). Here you have the FO I'm currently using. It's long.

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-15 Thread Andreas L. Delmelle
On 15 Jul 2011, at 17:54, Hamed Mohammed wrote: Hi Just to get it out of the way: please refrain from hijacking existing threads in the future, unless it really is the same issue. The OP was about fo:list-blocks, your issue concerns fo:table-rows. The OP was about missing child elements,

Re: Mysterious left truncation of table in region-before: version 1.0 only

2011-07-15 Thread Andreas L. Delmelle
On 15 Jul 2011, at 15:57, Rob Sargent wrote: Hi Rob Drats. I played with the fo after attaching it and before sending. The commented-out region-before lines are the ones which cause the problem. Sorry, but which commented lines are you referring to? I do not see any in the posted

Re: Mysterious left truncation of table in region-before: version 1.0 only

2011-07-14 Thread Andreas L. Delmelle
On 14 Jul 2011, at 05:58, Rob Sargent wrote: Hi Rob Is this by any chance a know bug in version 1.0? Searching for open issues in Bugzilla that contain both table and region-before yielded no results. So, I would assume that, if it is a bug, it is not a known one (or already fixed in trunk

Re: fop not handling svn rotated text on linux

2011-07-12 Thread Andreas L . Delmelle
On 07 Jul 2011, at 21:07, Rob Sargent wrote: Hi Rob I can't seem to get my logger setup properly. I have these in my original log4j.properties file log4j.logger.org.apache.fop=ERROR log4j.logger.org.apache.xmlgraphics=ERROR I've changed them both to DEBUG, but only the xmlgraphics

Re: fop not handling svn rotated text on linux

2011-07-07 Thread Andreas L. Delmelle
On 07 Jul 2011, at 16:36, Rob Sargent wrote: Hi Rob snip / Unfortunately I've had no luck with a substitution block in my fop config file _comme ca_: renderers renderer mime=application/pdf filterList !-- provides compression using zlib flate (default

Re: fop not handling svn rotated text on linux

2011-07-07 Thread Andreas L. Delmelle
On 07 Jul 2011, at 19:07, Rob Sargent wrote: Hi Rob My mistake. A rash assumption that the example was simply glossing over the renderer specific stuff. (Seemed reasonable to me that one might want different fonts in different renderers) I now have the following (partial) config. file

Re: fop not handling svn rotated text on linux

2011-07-07 Thread Andreas L. Delmelle
On 07 Jul 2011, at 20:01, Rob Sargent wrote: Hi Rob First off, thanks for your persistence in this matter. No problem. I do not see the 'DEBUB - FontInfo ... replacing ...' line (nor the others you mention) but this is likely a symptom of the setting of my log level. Let me try to

Re: fop not handling svn rotated text on linux

2011-07-02 Thread Andreas L. Delmelle
On 01 Jul 2011, at 18:20, Rob Sargent wrote: Hi Rob snip / I'm coming to the conclusion that to guarantee all platforms use the same font I must include it in the distribution of the client. As I've said, we're already including non-standard fonts (e.g. Optima), but my naive assumption

Re: fop not handling svn rotated text on linux

2011-06-30 Thread Andreas L. Delmelle
Hi Rob, On 06/29/2011 10:44 AM, Rob Sargent wrote: Well, that explains why the bold text of my sidebar looks fine! Give that this SVG we're talking about I have to get _some_ font into the OS's fonts setup. Also give that the stylesheet has to work on Windows, Mac and Linux, what are the

Re: fop not handling svn rotated text on linux

2011-06-30 Thread Andreas L. Delmelle
On 30 Jun 2011, at 22:56, Rob Sargent wrote: Did you follow the link Vincent posted in Bugzilla? IIC, that explains exactly what the core issue is, and shows what needs to be done to work around it. Obviously, that would mean your FOP config is not portable across all platforms, but that

Re: fop not handling svn rotated text on linux

2011-06-30 Thread Andreas L. Delmelle
On 30 Jun 2011, at 23:47, Rob Sargent wrote: The news about the mac is reassuring, thanks. So far I've swapped out the alias for Numbus Sans L for FreeSans in /etc/fonts/conf.avail/30-metric-aliases.conf: fonts-config; fc-cache; placed the following in my fop config xml font

Re: fop not handling svn rotated text on linux

2011-06-30 Thread Andreas L. Delmelle
On 01 Jul 2011, at 00:12, Andreas L. Delmelle wrote: snip / Did you also configure FOP to locate the FreeSans.ttf file? See: http://xmlgraphics.apache.org/fop/1.0/fonts.html#basics, and beyond Just noticed that it is not explicitly mentioned, but if you have a large number of fonts

Re: fop not handling svn rotated text on linux

2011-06-30 Thread Andreas L. Delmelle
On 01 Jul 2011, at 00:25, Rob Sargent wrote: Even with auto-detect on? In that case, the answer to my question would be: Yes, FOP is configured to look elsewhere. Still, it just occurred to me that the font definition you added, would only influence the specifications of font and font-family

Re: Strange response

2011-06-21 Thread Andreas L. Delmelle
On 21 Jun 2011, at 17:39, Theresa Jayne Forster wrote: Hi Theresa I have a fo file with a block inside a b-c But on the pdf produced, I am not seeing the block on it. But I do see the red border of the b-c And all text is missing, any ideas why? snip / FO =

Re: I need bottom up text.

2011-06-20 Thread Andreas L. Delmelle
On 20 Jun 2011, at 18:07, Theresa Jayne Forster wrote: Hi Theresa I am trying to do a document with a box near the bottom which is bottom aligned. I have tried everything but as soon as I put the apply-templates inside the table the text vanished, what am I doing wrong and how can I get

Re: fop .95 PDF generation issue with IE 6 (working fine in IE7)

2011-06-19 Thread Andreas L. Delmelle
On 17 Jun 2011, at 22:07, Chetan Shirol wrote: Hi Chetan I have set the content/type properly to PDF but still the issue is there. Actually we are migrating from fop .25 to .95 and this migration has caused this issue. Yes, but you also mention the issue is limited to IE6. People should

Re: Text fill color in external SVG is not preserved

2011-06-14 Thread Andreas L. Delmelle
On 14 Jun 2011, at 02:10, Matthias Reischenbacher wrote: snip / I use Fop - nightly build on Win7/64 bit + Java 6. All the a, b, c, d labels should be red (first two are red, the rest is black) All the Text (1, 2, 3) should be white (first two are white, the third is black) I believe

Re: How to determine which block are fo:table-row from XML-AT output?

2011-06-13 Thread Andreas L. Delmelle
On 13 Jun 2011, at 12:05, Vincent Hennebert wrote: On 10/06/11 18:32, Andreas L. Delmelle wrote: The area tree XML stores the specified id as a prod-id attribute. There can definitely be multiple areas with the same prod-id, as a block can be broken over multiple columns or pages. Since

Re: Text Overflows into adjacent cell

2011-06-13 Thread Andreas L. Delmelle
On 13 Jun 2011, at 22:53, Chetan Shirol wrote: Hi Chetan I am upgrading fop from .25 to .95 and facing the below issue. Please help. snip / Case 2: Long text with No white space like eg: ReallyReallyLongTextNoWhiteSpace then the text flows- overlaps the next column. FOP implements

Re: Text fill color in external SVG is not preserved

2011-06-13 Thread Andreas L. Delmelle
On 13 Jun 2011, at 21:50, honyk wrote: Hi Jan I use external graphics (SVG) in my FO document and when it is processed with FOP, color definition of some texts is ignored (they are black in the output). I can see the correct result in common browsers as well as in the Batik Squiggle

Re: How to determine which block are fo:table-row from XML-AT output?

2011-06-10 Thread Andreas L. Delmelle
On 10 Jun 2011, at 18:55, Christopher R. Maden wrote: Hi Chris On 06/10/2011 12:49 PM, Andreas L. Delmelle wrote: It does make perfect sense, but from FOP perspective, also poses the challenge of properly implementing id on fo:table-row... Since there is no area to attach the id to, we

Re: Hair ripping time

2011-06-03 Thread Andreas L. Delmelle
On 03 Jun 2011, at 16:30, Theresa Jayne Forster wrote: Hi Theresa Ok I cannot see what is wrong here,` snip / The app I am working on does this Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF,useragent,out); TransformerFactory factory =

Re: Hair ripping time

2011-06-03 Thread Andreas L. Delmelle
On 03 Jun 2011, at 17:27, Theresa Jayne Forster wrote: Hi Theresa This makes no sense its crashing out with no error on this line Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF,useragent,out); And it jumps straight to System.out.print(*); snip / } catch

Re: how to do relative position

2011-05-26 Thread Andreas L. Delmelle
On 24 May 2011, at 19:39, Andreas L. Delmelle wrote: On 24 May 2011, at 13:55, Theresa Jayne Forster wrote: I am trying to do a multi section document where I have a “container” with absolute position and then the contents of the “container” are generated from a template call in the xsl

Re: how to do relative position

2011-05-24 Thread Andreas L. Delmelle
On 24 May 2011, at 13:55, Theresa Jayne Forster wrote: Hi Theresa I am trying to do a multi section document where I have a “container” with absolute position and then the contents of the “container” are generated from a template call in the xsl to the same bit of code but with different

Re: Can you mix page values in the same report?

2011-05-16 Thread Andreas L. Delmelle
On 09 May 2011, at 21:51, Eric Douglas wrote: Hi Eric Am I missing something? Is there a way to pass the page parameters as variables? I have an fo:flow nested inside a fo:page-sequence tag. The fo:page-sequence has a master-reference attribute which points to a master-name attribute

Re: Fop 1.0: resolving relative Font URLs

2011-04-14 Thread Andreas L. Delmelle
On 14 Apr 2011, at 17:15, Ulrich Mayring wrote: Hi Ulrich Hm, maybe it's not a problem with the FOP code itself, but with the new version of xmlgraphics-commons included in FOP 1.0. At least there seems to be a new class called CommonURIResolve involved, which wasn't used in FOP 0.95. In

Re: Fop 1.0: resolving relative Font URLs

2011-04-14 Thread Andreas L. Delmelle
On 14 Apr 2011, at 17:28, Andreas L. Delmelle wrote: In that case, can you check what happens if you use a trailing slash in the embed-url? ^^ Errmm... Sorry, too quick. I obviously meant 'the font-base'. Regards Andreas

Re: keep-together.within-line=always not working with inline and hyphenation

2011-04-14 Thread Andreas L. Delmelle
On 14 Apr 2011, at 15:14, Tobias Rettstadt wrote: Hi Tobias As I understand from the specification and previous posts, an inline with keep-together.within-line=always should prevent hyphenation of the containing text by ensuring that it is rendered on the same line. But that does not seem to

Re: Fop 1.0: resolving relative Font URLs

2011-04-13 Thread Andreas L. Delmelle
On 13 Apr 2011, at 17:33, Ulrich Mayring wrote: Hi Ulrich All I'm doing is replace fop-0.95.jar with fop-1.0.jar and our application ceases to work. Just a thought: it might be that the font-cache has also changed slightly between the two versions. Try adding a line to your code like

Re: Fop 0.95: Generation of multiple PDFs on a single template

2011-04-13 Thread Andreas L. Delmelle
On 13 Apr 2011, at 13:37, JOSE L MARTINEZ-AVIAL wrote: Hi Jose We've been using FOP for a while to generate PDFs. Basicallly we generated a PDF for every one of our customers, so we have developed a procedure to generate a XML file for each customer, and then we generate the PDF invoking

Re: Fop 0.95: Generation of multiple PDFs on a single template

2011-04-13 Thread Andreas L. Delmelle
On 13 Apr 2011, at 18:51, Andreas L. Delmelle wrote: On 13 Apr 2011, at 13:37, JOSE L MARTINEZ-AVIAL wrote: ... That's a long process, since we need to create the XML and invoke FOP for each customer. snip / As far as I know, you would definitely have to resort to a two-step approach. I

Re: Series of hyphen in fo:block are bypassing wrap-option=wrap

2011-04-07 Thread Andreas L. Delmelle
On 07 Apr 2011, at 08:31, Prasanna wrote: Hi Prasanna, Series of hyphen chars are not getting wrapped with wrap-option=wrap. Any clue why this is happening? Some, but the most important one is probably that FOP implements Unicode line breaking rules, and Unicode UAX#14 does not allow

Re: xslt 2.0 month name

2011-04-06 Thread Andreas L. Delmelle
On 06 Apr 2011, at 20:06, Chen Yang wrote: Hi Chen, I’m using xslt fn:formate-dateTime() to get the current date and time, for English it’s works fine. But everytime I try to get the month name in different languages(fr,de,etc),I will just get the current date and time with [Language:

Re: fop-hyph creates odd output

2011-04-03 Thread Andreas L. Delmelle
On 03 Apr 2011, at 16:12, Florian Apolloner wrote: Hi Florian Now the pdf output is fine for the block without hyphenation (the content after ---*infinity) but if I run it through hyphenation (the first block) it's completely broken (Especially compare the lines with linebreaks, eg the last

Re: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Andreas L. Delmelle
On 01 Apr 2011, at 13:13, Dennis van Zoerlandt wrote: Hi Dennis I will look further into modifying the XSL file in a such way multiple page-sequences are used. I think it's the best solution this far. Am I correct to say multiple page-sequences won't affect the definitive page lay-out of

Re: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Andreas L. Delmelle
On 01 Apr 2011, at 16:47, Eric Douglas wrote: I currently only have one fo:page-sequence tag in my xsl. How would auto page numbering with fo:page-number work otherwise? If you do not use the 'initial-page-number' property, the numbering for the next page-sequence just continues from where

Re: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Andreas L. Delmelle
On 01 Apr 2011, at 21:38, Eric Douglas wrote: I only reference the words page-sequence once. Is this the single page sequence problem you're talking about, or is my page loop referencing multiple page sequences? Your sample does have the potential to create large page-sequences, yes. It all

Re: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-03-31 Thread Andreas L. Delmelle
On 31 Mar 2011, at 15:08, Dennis van Zoerlandt wrote: Hi Dennis In the meanwhile I have tested a few things. In the attachment you'll find a FO file ( http://old.nabble.com/file/p31286241/fop1.0-5000-fo.zip fop1.0-5000-fo.zip ) which has scrambled data because of confidentiality. I

Re: Thread safe?

2011-03-30 Thread Andreas L. Delmelle
On 30 Mar 2011, at 15:36, Eric Douglas wrote: Hi Eric I am talking about the first. Basically, it is a completely separate XSLT/JAXP implementation (TransformerFactory, Transformer etc.) Since you mentioned that the issue manifests itself only when using Oracle's Transformer implementation, a

Re: Thread safe?

2011-03-29 Thread Andreas L. Delmelle
On 29 Mar 2011, at 17:29, Eric Douglas wrote: Hi Eric I think this is what they mean by thread safe. I seem to have a concurrency issue. If I call a transform using the Fop handler with a PNGRenderer from 2 JVM sessions at or near the same time one crashes. I haven't been able to

Re: Thread safe?

2011-03-29 Thread Andreas L. Delmelle
On 29 Mar 2011, at 21:23, Eric Douglas wrote: It's actually crashing on the first transformer. It only crashes if I run 2 of these at once. Is there something obvious I'm missing in this java code? snip / Perhaps... We do not see the declaration of 'myTransformer'. Is that variable local

Re: Thread safe?

2011-03-29 Thread Andreas L. Delmelle
On 29 Mar 2011, at 22:13, Eric Douglas wrote: I did include the new statement. The declaration is up at the class level. There should be one factory for the class and one transformer per instance. OK, that should be safe, indeed. snip / It's only when I run 2 at once the first transform

Re: Thread safe?

2011-03-29 Thread Andreas L. Delmelle
On 29 Mar 2011, at 22:55, Eric Douglas wrote: I have yet to see any threading problems with the FOP objects. Well, there probably are /some/, but in general, care has been taken to make sure that each rendering-run is isolated, and the process itself is currently completely single-threaded

Re: Making serialization documents in FOP

2008-01-16 Thread Andreas L Delmelle
On Jan 16, 2008, at 18:27, Jay Bryant wrote: Hi I'm creating java servlet for making PDF file from xml and xslt files. It's possible making documents with 1000 pages or more ? How many memory i must have in my server to do this ? How long take generate this file ? I've created a system

Re: Bullet points in japanese

2008-01-16 Thread Andreas L Delmelle
From: [EMAIL PROTECTED] Subject:Re: Bullet points in japanese Date: January 16, 2008 20:19:25 GMT+01:00 To: [EMAIL PROTECTED] Just noticed that I originally replied to Akagi off-list, but I think the info might be useful to other users as

Re: last-line-end-indent in 0.94

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 17:26, Amick, Eric wrote: Hi It appears that FOP 0.94 treats negative values for last-line-end- indent as 0, which is wrong. Non-negative values produce the expected results. That seems like a bug indeed. The XSL-FO 1.1 Recommendation clearly states that 'Positive

Re: language specification for PDF document

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 20:37, Li, Hao wrote: Hi I followed your instruction to generate the pdf. After I open it in acrobat, under file-document properties-advanced-reading options, the language option is still blank. Am I missing something? As far as I know, the 'language' property is used

Re: language specification for PDF document

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 21:29, Li, Hao wrote: Hi Is this document level language identifier part of XSL-FO standard and its usage is fo:root language=en like Chris suggested? Or can it be xml:lang attribute? The xml:lang 'attribute' in XSL-FO is classified as a shorthand

Re: Rendering time configuration settings using fo:declarations

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 18:11, Adrian Cumiskey wrote: Hi A thought occurred to me whilst implementing something and I thought I would share it with you.. I don't have time to implement this but maybe somebody else would like to pick up this idea/ suggestion... Basically, I was wondering if

Re: Text Formatting Problem

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 18:03, Amick, Eric wrote: Hi I have a three-column listing of phone numbers, and most of the time, each column entry has only one line of text. Sometimes, however, I have entries that look like this: Text that spans two lines ... 9 More text that

Re: language specification for PDF document

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 23:36, Li, Hao wrote: Hi Henry Does it mean that the implementation will be Apache FOP specific, because there is no such XSL-FO standard property for document level language of PDF? Basically: yes. There is no connection/obligation of a FO processor to any particular

Re: TransformerException: fo:page-sequence is not a valid child element of fo:flow

2008-01-14 Thread Andreas L Delmelle
On Jan 14, 2008, at 18:18, Andreas L Delmelle wrote: On Jan 14, 2008, at 05:48, Travis Staloch wrote: Hi I'm trying to use fop along with xsltproc to create a pdf from docbook xml. xsltproc successfully creates an fo document with the command: xsltproc /usr/share/sgml/docbook/xsl

Re: Bullet points in japanese

2008-01-14 Thread Andreas L Delmelle
On Jan 14, 2008, at 16:17, Akagi Kobayashi wrote: Hi Could you help me set the IPAGothic font as the font for the list - so that the bullets show? Bullets in IPAGothic (and in MS fonts) are #12539; (#x2022 doesn't work for me.). Setting the bullet in common/ja.xml l:dingbat key=bullet

Re: TransformerException: fo:page-sequence is not a valid child element of fo:flow

2008-01-14 Thread Andreas L Delmelle
On Jan 14, 2008, at 05:48, Travis Staloch wrote: Hi I'm trying to use fop along with xsltproc to create a pdf from docbook xml. xsltproc successfully creates an fo document with the command: xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.73.2-2.fc8/fo/ docbook.xsl my.book sf.fo

Re: How navigate/scroll inside the PreviewPanel

2008-01-10 Thread Andreas L Delmelle
On Jan 10, 2008, at 20:00, Giulio Buccini wrote: Hi Giulio I know: I wrote about MY requirements from MY point view... probably everyone have a different view about that and is pretty impossible to make everybody happy. I understand this... Of course, but it is always interesting to see

Re: 508 compliance

2008-01-09 Thread Andreas L Delmelle
On Jan 9, 2008, at 18:56, Li, Hao wrote: Hi there, Does anyone know if the PDF generated by fop 0.93 is 508 compliant or FOP does the effort to make it 508 compliant? Honestly, I had no idea what is meant by 508 compliance to begin with. For all those who are interested:

Re: 508 compliance

2008-01-09 Thread Andreas L Delmelle
On Jan 9, 2008, at 20:51, Christopher R. Maden wrote: On Wed, 2008-01-09 at 20:29 +0100, Andreas L Delmelle wrote: At first glance, it seems to be something that applies to accessibility of information in general (is not restricted to printed media). Yes. It would be better to make

Re: 508 compliance

2008-01-09 Thread Andreas L Delmelle
On Jan 9, 2008, at 20:53, Li, Hao wrote: Thanks Andreas. Yes. It is about accessibility. Although the pdf can be generated, the customer does not like it because of accessibility issues, for example: missing PDF tags, lacking language specification etc. After searching about tagged pdf, I

Re: attributes of block

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 18:36, irene23 wrote: Hi, Since this is my first post of the year: Best Wishes for 2008 to the whole FOP community! Now as to your question, and Pascal's reply: I´m using xsl-region-after in this way: I have two page-masters defined, with one having a different

Re: attributes of block

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 19:35, irene23 wrote: Hi snip / - Is this what you want to tell me? The attributes retrieve-position, retrieve-boundary are correct? Yes, exactly. - But in the fo:simple-page-master fo:region-after region- name=footer extent=1.50in/ . /fo:simple-page-master I must

Re: Image rendering at position problem

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 18:58, Glenn Brand wrote: Hi, I am trying to place a graphic (customer logo) to the right of a table at the top of a patient walk out statement of account. When I put the graphic on the style sheet editor (stylus studio2008) it looks correct but when it gets published as

Re: Filling a table cell entirely with an external graphic

2008-01-02 Thread Andreas L Delmelle
On Jan 3, 2008, at 02:07, Tim Gates wrote: Hi, I have a series of problems which can be broken down into one problem in that I don't understand how to eliminate the implicit padding associated with an external graphic inside a table. If I try and create 4 images side by side then there is

Re: Fop 0.94 (Docbook and tables)

2007-12-21 Thread Andreas L Delmelle
On Dec 21, 2007, at 10:31, [EMAIL PROTECTED] wrote: Hi I am trying to upgrade from fop 0.20.5 to 0.94 and in conjunction with DocBook (1.70.1) found out that there is a irritating change in operations regarding table processing. When processing tables they: 1 Don´t cross pages (e.g if

Re: hyphenation-character doesn't appear in pdf

2007-12-21 Thread Andreas L Delmelle
On Dec 21, 2007, at 09:16, Jeremias Maerki wrote: Hi Right, as soon as you enable white-space-treatment=preserve the hyphenation-character is just ignored. Otherwise, the hyphenation character works fine. Can you please open an issue in Bugzilla and add your files there? We'll have to look

Re: FOP Servlet Performance Problem

2007-12-03 Thread Andreas L Delmelle
On Dec 3, 2007, at 13:12, Noya Paolo wrote: Hi Andreas thanks for your reply, the XML is very little (ranging from 50 to 250 nodes with size less than 10Kb) that change it with a BufferedReader or even using a DOMSource (I already parse XML elsewhere) not give me a real gain. Maybe a 1 or

Re: FOP creates only blank pages

2007-12-02 Thread Andreas L Delmelle
On Dec 2, 2007, at 22:27, Michael Siepmann wrote: Hi Michael snip Very long shot, but could it have something to do with the encryption? Can you try commenting out the following line: userAgent.getRendererOptions().put(encryption-params, new PDFEncryptionParams(null, null, true,

Re: FOP Servlet Performance Problem

2007-12-01 Thread Andreas L Delmelle
On Nov 28, 2007, at 16:46, Noya Paolo wrote: Hi Sorry for the late reply. As Jeremias already indicated, profiling is one option. There are various tools and there is lots of documentation available on the internet concerning profiling of the JVM. Just Google around for 'java profiling'

Re: FOP creates only blank pages

2007-12-01 Thread Andreas L Delmelle
On Nov 30, 2007, at 11:45, Michael Siepmann wrote: Hi we have a content management system, which can create FO and with the help of FOP PDF. The system uses an Apache Tomcat 5 and we have used FOP 0.20. This combination works. But now, I've switched to FOP 0.94 and changed the code which

Re: anything wrong with this XSL snippet

2007-11-30 Thread Andreas L Delmelle
On Nov 30, 2007, at 19:00, Daling Xu wrote: Hi I am using FOP to generate PDF from an XML doc. In my PDF, I would like to insert image in some places, but because not every time I have an image for all the element in the xml, I use a XSL:If statement like this way: fo:block xsl:if

Re: create FONode objects directly and generate PDF file

2007-11-21 Thread Andreas L Delmelle
On Nov 21, 2007, at 20:57, Daling Xu wrote: Hi I fully understand the process of from Java Obj -- xml -- Fo file -- PDF and already made it work in my application. But is it possible directly create FONode objects, e.g. Flow, Table in my java code and then call a FOP api (maybe a

Re: how to embed svg to fop?

2007-11-20 Thread Andreas L Delmelle
On Nov 20, 2007, at 09:10, m_dieu wrote: Hi snip / And my attempt to include this into a fop looks like this: fo:block fo:instream-foreign-object svg:svg width=170mm height=130mm xmlns:xlink=http://www.w3.org/2000/svg; ^^ You might want to bind the SVG

Re: Mac Font problem

2007-11-20 Thread Andreas L Delmelle
On Nov 20, 2007, at 09:05, Raphael Parree wrote: Andreas, That solved it for now... tx. When I have time I will try to find out the cause... FWIW, and to whom it may concern: the limitation, I think, is caused by the following in org.apache.fop.fonts.TTFFile line 225 and following ===

Re: Mac Font problem

2007-11-19 Thread Andreas L Delmelle
On Nov 20, 2007, at 07:56, Raphael Parree wrote: Hi I have a problem with a font on a Mac…on my PC everything seems to work but on the Macs uses by our publishing department the Courier New font does not work. It is installed on the Mac (True Type font). I am working with rev 592554 (6

Re: BreakingAlgorithm Problem

2007-11-16 Thread Andreas L Delmelle
On Nov 16, 2007, at 09:29, fma-001 wrote: Hi thanks for your hint. I wrote a template, which checks if there are some non-letter-characters (like '.', '/'; etc.). If this is the case, I concat the string after each character with Unicode Zero Width Space ('#x200B;'), but then FOP 0.93

Re: Capturing FOP logging message event in an embedded application using FOP 0.94

2007-11-15 Thread Andreas L Delmelle
On Nov 14, 2007, at 13:24, Michael Tracey Zellmann wrote: Hi Sorry for the late reply... Thanks for the response. I am trying to think of a way to still succeed. What I want to do is to send all logging messages from anything related to FOP to their own file. In the logging.properties,

Re: Two successive columns in a table -- problem with the page-break

2007-11-13 Thread Andreas L Delmelle
On Nov 13, 2007, at 17:10, jorgito wrote: Thanks! So far I can't see solutions to these two problems, but will try to find them. column-count is an attribute of region-body, I don't know how to change this inside a page. You can't change the column-count mid-page, but you can make

Re: Capturing FOP logging message event in an embedded application using FOP 0.94

2007-11-13 Thread Andreas L Delmelle
On Nov 13, 2007, at 18:29, Michael Tracey Zellmann wrote: Hi I have developed an application that generates PDFs of documentation in an eclipse environment controlled by a variety of SWT widgets. My customer would like his users to know when FOP has encountered a problem, but give them

Re: how to set the logger?

2007-11-13 Thread Andreas L Delmelle
On Nov 13, 2007, at 16:35, Gregan, Miroslav wrote: I need to use FOP 0.94 embedded, in a big project composed by different Eclipse's plug-ins where 2 of them define an org.apache.commons.logging.Log library, which causes me the following error: Invalid class loader hierarchy. You

Re: Unexplained space

2007-11-13 Thread Andreas L Delmelle
On Nov 13, 2007, at 21:52, Kamal Bhatt wrote: Hi Khamal Hi, I have a block with another block of text within and within it, I have another block of text. I do this to maintain spacing in certain circumstances (defined by the XSLT). Unfortunately one of the sideffects of this is a very

Re: Two successive columns in a table -- problem with the page-break

2007-11-13 Thread Andreas L Delmelle
On Nov 13, 2007, at 22:52, jorgito wrote: snip / So far I don't really have a column-break but a single table with 4 columns. I am iterating from 1 to (n + n mod 2) div 2 and writing in row m: year m and year m + (n + n mod 2) div 2. So the page-break is not done by me. I see. In

Re: Two successive columns in a table -- problem with the page-break

2007-11-13 Thread Andreas L Delmelle
On Nov 14, 2007, at 00:20, Andreas L Delmelle wrote: snip / Any ideas? Seems like a tough nut to crack in pure XSL-FO, at first glance... What you seem to need is the possibility to have a fo:block- container with a given maximum-height that spans all columns, and a descendant two-column

Re: Images not resized properly in fop 0.94

2007-11-09 Thread Andreas L Delmelle
On Nov 9, 2007, at 20:08, Puppala, Kumar (LNG-CON) wrote: Hi Kumar I am running into an issue with both gif and png images in fop 0.94. I am trying to render a big GIF image in my PDF document. Since the image does not fit in a single page, it should be resized. In FOP 0.20.5, I do see the

Re: linebreak fop0.94

2007-11-07 Thread Andreas L Delmelle
On Nov 7, 2007, at 21:27, Andreas Siepert wrote: The empty-fo:block variant doesn't work my way. I already considered it but it does not only create a new line but also inserts an empty line. Really? Hadn't checked that, actually... If so, I'm not sure if that is correct behaviour, so we

Re: proper fop command line

2007-11-04 Thread Andreas L Delmelle
On Nov 3, 2007, at 22:09, Khaled Aly wrote: snip / Hi Khaled / Vincent, As a heads-up: I just tried running the attached FO through FOP trunk, and it seems to work fine. Seems that the issue then is restricted to the 0.94 release, but has been resolved in the meantime (?) Cheers

Re: proper fop command line

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 10:29, Khaled Aly wrote: Hi Khaled - I have my Java_Home environment variable pointing to the root of jdk1.5.0_09, the version I got installed. I see the FOP downloads labeled jdk1.3 and jdk1.4. I assume my JDK version should be backward compatible and this could not be

Re: Tools for reverse FOP?

2007-11-01 Thread Andreas L Delmelle
On Oct 31, 2007, at 23:59, siegfried wrote: Hi Are there any tools that will accept a PDF and produce XML? How do you mean this exactly? Translating PDF to a FO-document? What is the use-case? Might this be a feature of FOP someday? No plans that I'm aware of. Cheers Andreas

Re: Vertical Small Caps alignment

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 22:30, Andreas L Delmelle wrote: fo:block font-size=11pt font-family=Times font- weight=bold fo:wrapper font-size=75%fo:wrapper font-size=133%P/fo:wrapperART/fo:wrapper /fo:block Now, no matter what I try, the smaller text (ART) is aligned at the top

Re: proper fop command line

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 21:29, Khaled Aly wrote: Thanks Andreas for your willingness to help. I got it working fine with 0.93, which is the version used by oXygen 8.2 (that's why I never noticed there was a problem; somehow 0.93 is forgiving about the particular issue). When I tried same on

  1   2   3   4   5   >