Re: # characters for Base-14 fonts

2008-09-01 Thread Vincent Hennebert
Hi Ryan, Ryan Lortie wrote: > On Sun, 2008-08-31 at 22:22 +0200, Andreas Delmelle wrote: >> Not sure what the cause of the issue is (yet), but as for a final >> try, the following seems to produce desirable results: >> >> >>(1) (+2) (> character="∀"/>3) (text) >> > > This is a fascinating

Re: break-before in list-item-body: missing following content

2008-09-01 Thread Vincent Hennebert
Hi Patrice, patrice rosnet wrote: > Hello > > I have a problem with a "break-before" in a list-item-body: > content following this attribute inside the list-item-body has disappeared > "continue2/2 end" It’s a bug in the code dealing with lists (for curious people: the element list for the con

Re: break-before in list-item-body: missing following content

2008-09-02 Thread Vincent Hennebert
Hi Patrice, patrice rosnet wrote: > Hello Vincent, > > I think my testcase can be related with an existing bugzilla entry: > https://issues.apache.org/bugzilla/show_bug.cgi?id=43416 Indeed, that’s the one. > Perhap's I should attach this file to the entry ? Don’t worry about that, the file th

Re: Error when using XSL with French Characters

2008-09-04 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: > On Sep 3, 2008, at 18:35, Steffanina, Jeff wrote: > > Hi Jeff > >> There is always one MORE option to consider!! >> >> What would you suggest as the best way to handle this? > > I think I'd opt for using (N)umeric (C)haracter (R)eferences. Reasoning > would be that

Re: NPE when rendering fo:block-container inside fo:inline

2008-09-09 Thread Vincent Hennebert
Hi Frank, Frank Worsley wrote: > Hello, > > I am using the Antenna House XSL stylesheets to convert XHTML to > XML-FO. This works very well in most cases. However, I have come > across a problem where a fo:block-container inside a fo:inline will > cause an NPE. > > An example FO file that exhibi

Re: Auto dectect font and embedding

2008-09-09 Thread Vincent Hennebert
Hi Raphael, Raphael Parree wrote: > Hi, > > On the fop web site i found the following ( > http://xmlgraphics.apache.org/fop/trunk/fonts.html#autodetect) > "By default, all fonts are embedded if an output format supports font > embedding" > > (I am using auto detect font).. > > Later on that sam

Re: FOP doesn't like XSL/Format as the default namespace

2008-09-09 Thread Vincent Hennebert
Hi Ryan, Ryan Lortie wrote: > Hi. > > Consider the following two FO documents (ignoring the obvious problem > that they're missing elements): > > 1) > > > 2) > > > >>From my understanding, these two documents are exactly the same. When > run on document #1, however, FOP emits the following

Re: docbook bookmarks and xpdf

2008-09-11 Thread Vincent Hennebert
Hi, Dale P. Smith wrote: > Jeremias Maerki jeremias-maerki.ch> writes: > >> If this is the result you get, you're using a non-conforming JVM. For >> encoding the title, FOP uses "UTF-16" encoding for which you can find in >> the spec: >> "When decoding, the UTF-16 charset interprets a byte-order

Re: table border irregularity

2008-09-29 Thread Vincent Hennebert
Hi, Peng Zuo wrote: > Hi, > > We are using FOP for printing tabular report. > Between each column, there is a border. The attachment is the FO we > generated > use to print PDF via FOP package. And the PDF is its output result. > > As you may notice (specially when you zoom the PDF to 400%), the

Re: table border irregularity

2008-09-29 Thread Vincent Hennebert
Hi, dbtool wrote: > Hi, > > I have the same problem. http://www.nabble.com/file/p19715842/preview.pdf > preview.pdf shows the mentioned behaviour and > http://www.nabble.com/file/p19715842/preview_without_bgcolor.pdf > preview_without_bgcolor.pdf shows the same output but without background >

Re: Adding Verdana font in Linux and registering it with FOP 0.94

2008-09-29 Thread Vincent Hennebert
Hi Nancy, nancy_b wrote: > Hi John, > > Thanks for your response! Unfortunately, the auto-detect capability did not > work for me. By the way, where is the main configuration file that FOP uses > to process default fonts and other parameters? Try to ‘semi-automatically’ configure the fonts: – by

Re: Setting a different border style on particular table cells [was: table border irregularity]

2008-09-29 Thread Vincent Hennebert
Hi Laurent, Laurent Morel wrote: > Vincent Hennebert a écrit : >> FOP definitely paints borders over backgrounds; what you’re seeing is >> a rendering defect of your PDF viewer, partly due to the relatively big >> size of pixels on monitors. The printed document should look

Re: Fop Warnings

2008-10-01 Thread Vincent Hennebert
Hi Tom, Tom Browder wrote: > Just yesterday I got fop 0.95 installed to try tp make a pdf version > of the GnuCash (www.gnucash.org) guide, and the resukts look great for > the first time. That’s good news! > Obviously some tinkering will need to be done, but > that is to be expected for a newb

Re: Fop Warnings

2008-10-02 Thread Vincent Hennebert
Hi, Just a little precision, for the sake of correctness. John Brown wrote: > Tom Browder wrote: > > One more thing: the XSL-FO produced by FOP does not contain any > new line characters, Strictly speaking it’s not FOP that produces the XSL-FO, it’s the XSLT processor configured in your Java i

Re: Fop Options

2008-10-02 Thread Vincent Hennebert
Hi Tom, Thanks for your comments. Tom Browder wrote: > First, thanks to the fop developers for a fine program--it has enabled > successful pdf generation of the GnuCash guide which apparently hasn't > been possible for some time with other docbook tool chains. > > I am using the trunk version o

Re: Upgrade 0.20.5 to 0.95: all texts are shifted to top!

2008-10-03 Thread Vincent Hennebert
Hi, j1997 wrote: > After upgrading to FOP 0.95, all texts (in table cells) are shifted towards > the top (the table cell's top border). It looks like the old FOP 0.20.5 > centered the text in a cell by the capital letters (i.e. a capital letter is > exactly vertically centered) and the new FOP 0.9

Re: Upgrade 0.20.5 to 0.95: all texts are shifted to top!

2008-10-08 Thread Vincent Hennebert
usually work fine provided that the descender value specified in the font metrics is accurate. This works with Nimbus Sans L but may not for other fonts! Your mileage may vary. HTH, Vincent j1997 wrote: > > Vincent Hennebert-2 wrote: >> I guess FOP 0.20.5 was taking the height of

Re: Layout Question -

2008-10-08 Thread Vincent Hennebert
Hi Phil, Philip V wrote: > Hi, > > I have a requirement to do the following: > > Text will be on the right-hand pages (even) with supporting illustration on > the facing left-hand pages (odd). (BTW, right-hand pages are odd and left-hand pages even.) > Is this possible using xsl-fo? I am gene

Re: How to center horizontally 1 or 2 tables within other table?

2008-10-21 Thread Vincent Hennebert
Hi, text-align is an inherited property, so you need it to specify only once at the root of the document. However, you have a text-align="left" further down the document tree in your code below. Maybe that’s the origin of your problem. HTH, Vincent gennady wrote: > Hi, > Here is the snippet of

Re: Missing table footer when report data exactly fits into a single page and "Leave out table footer at page-break" is enabled

2008-10-23 Thread Vincent Hennebert
Hi Harshini, Sorry, FOP 0.20.5 is no longer supported. It’s so old that hardly anyone in the dev team has the knowledge to provide support anyway. All I can say is that you should definitely upgrade to the latest version. Or lobby whoever have the decision power until they agree to upgrade. All th

Re: empty columns on multi-column-page

2008-10-23 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hello everybody. > > Like many poster before me, I do have a problem with different column-counts > on one page. Only slightly different from the examples I found in this > mailing list. > > Usually, I want a 2-column-layout, but sometimes blocks span both colu

Re: Missing table footer when report data exactly fits into a single page and "Leave out table footer at page-break" is enabled

2008-10-23 Thread Vincent Hennebert
tml#binary Or you can also provide us with a small but complete XSL-FO file, so that we test it for you. Vincent > Many Thanks in Advance > Harshini > > -Original Message- > From: Vincent Hennebert [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2008 3:37 PM > To:

Re: AW: empty columns on multi-column-page

2008-10-24 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hello Vincent, > >>> Like many poster before me, I do have a problem with different >>> column-counts on one page. Only slightly different from the examples I >>> found in this >>> mailing list. >>> >>> Usually, I want a 2-column-layout, but sometimes blocks s

Re: empty columns on multi-column-page

2008-10-27 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hello Vincent, > >>> Well, most of the time even I would use the balancing algorithm, but not in >>> all cases. I guess I could implement a kind of fox-useBalancer="false" >>> for this cases, but even that would not make Block C (see below) possible. > >> Well

Re: Translating tex into XSL

2008-11-03 Thread Vincent Hennebert
Hi Frank, My first reaction is to say: good luck ;-) Frank Niedermann wrote: > Hi, > > is there a documentation on how to translate tex into XSL for usage with > Apache FOP? Not that I know of. > We have a process in our ERP system that is using tex files for output > generation (PS and PDF)

Re: displaying empty rows for a table

2008-11-05 Thread Vincent Hennebert
Hi, JWang wrote: > I have to display some empty rows for a table just to fill the spaces. FOP > 0.20 works just fine. FOP 0.95 collapses the empty rows. I understand that > 7.26.10 "empty-cells" is not yet implemented in FOP. I tried to use > white-space="pre" and enter white spaces for some of th

Re: Embeded SVG fonts

2008-11-11 Thread Vincent Hennebert
Hi Barry, Barry Whiting wrote: Ok Jeremias I have managed to generate the metrics file for the 3 fonts I need to embed and have added this to my config file For some reason these 3 fonts are not being embedded how ever which I don't understand as I have o

Re: break-before breaks span?

2008-11-19 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: Hello again, To keep this thread alive, I tried using break-after. Using break-after="even-page" does what I would have expected from break-before="odd-page", but break-after="odd-page" creates TWO empty pages. Why? I guess you use FOP version 0.94? I can repr

Re: [FOP Trunk] Bugs with register fonts in fop configuration file or using -v option

2008-11-19 Thread Vincent Hennebert
Hi Hugues, Andreas Delmelle wrote: On 18 Nov 2008, at 20:57, HLeonardi wrote: Forgot the second part: 2/ If I launch a pdf transformation with -v option in command line: [EMAIL PROTECTED]:/media/echanges/GDeL/fop-trunk$ ./fop -v -fo test.fo -pdf test.pdf FOP Version svn-trunk fop version is

Re: Table carry over to new page

2008-11-19 Thread Vincent Hennebert
Hi, gary wrote: I am generating tables in xsl-fo format and using fop to generate the pdf. A table is repeated n times. Some time the table is spread across two pages. How can I force the table to carry over to the next page if it does not fit onto the current page and not spread across two pa

Re: break-before breaks span?

2008-11-20 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: On 19 Nov 2008, at 11:43, Vincent Hennebert wrote: Georg Datterl wrote: Hello again, To keep this thread alive, I tried using break-after. Using break-after="even-page" does what I would have expected from break-before="odd-page", but b

Re: [FOP Trunk] Bugs with register fonts in fop configuration file or using -v option

2008-11-20 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: On 19 Nov 2008, at 11:57, Vincent Hennebert wrote: If nobody objects I’m going to rename this option into -version to avoid the confusion. Makes a lot of sense. Maybe Pascal's remark should also be taken into account. If previously the transform

Re: space-end on inline throws off formatting in pdf

2008-11-20 Thread Vincent Hennebert
Hi, foretopman wrote: I wanted to start a block with a couple of inlines so that I could put a text-decoration attribute (=underline) on them. And I wanted to have some space after each inline that the text-decoration didn't apply to. So I put a space-end attribute on each inline. (see attached

Re: break-before breaks span?

2008-11-20 Thread Vincent Hennebert
Vincent Hennebert wrote: See section 4.8 of the XSL-FO 1.1 specification [1]: “A break-after condition depends on the next formatting object in the flow; the condition is satisfied if either there is no such next formatting object, or if the first normal area generated and returned by that

Re: break-before breaks span?

2008-11-20 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: Hi Vincent, To keep this thread alive, I tried using break-after. Using break-after="even-page" does what I would have expected from break-before="odd-page", but break-after="odd-page" creates TWO empty pages. Why? I guess you use FOP version 0.94? I can reproduc

Re: FO writing

2008-11-28 Thread Vincent Hennebert
Hi Erwan, Erwan de FERRIERES wrote: It's the same for me. And moreover, i'm on debian... and don't think use it this way The two leading editors on Unix platforms are vim and emacs. Both are general-purpose text editors, but can be enhanced with an XML editing mode. Vim has an xmledit plug-in

Re: Problem with page content overflowing the footer.

2008-12-05 Thread Vincent Hennebert
Hi Chris, Do you have blocks with elastic spaces on the same page before the list starts? Then it’s a bug in FOP, that wrongly propagates to the list content the adjustments that were made on those spaces. Can you please provide a sample FO file showing the problem, so that we can confirm? Thank

Re: AW: AW: keep-together.within-column

2008-12-08 Thread Vincent Hennebert
Hi Sandra, sandraB wrote: I'm using a xsl stylesheet to transform an xml file to FO file. I don't know exactly in which cells I can get the classnames. So that means that you don’t have a special markup for classnames? In which case it’s only a guess game indeed. Maybe you can use a regexp att

Re: Problem with page content overflowing the footer.

2008-12-08 Thread Vincent Hennebert
Hi Chris, Chris Dams wrote: Hello Vincent, 2008/12/5 Vincent Hennebert: Can you please provide a sample FO file showing the problem, so that we can confirm? Okay, I have now simplified the file a bit. I attached it to this email together with the pdf produced. In order not to overflow the

Re: keep-together.within-column

2008-12-08 Thread Vincent Hennebert
Hi Sandra, sandraB wrote: Hi, I'm facing another issue. I keep my solution but with yours it will be the same problem: I transform the text() node by replacing the '.' with '\u200B'. But how can I call the on the result (I can have some bold text text or italic text text in a table cell) ? I

Re: Table footer should fill remaining space on page. Possible?

2008-12-15 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: Hi everybody, Is it possible to define a table footer which takes up all the remaining space on the page? I want a table which always spreads over the whole page, no matter how many rows of data it actually contains. Theoretically yes, in practice this hasn’t

Re: got the exception when generating PDF from FO file

2009-01-09 Thread Vincent Hennebert
Hi Matt, Matt Dong wrote: Hi, Actually, we sent the following issue last week, but we are still waiting the feedback. Is there any update for it? Thanks in advance. We got the convertFo2Pdf failed exception when using FO file to generate the PDF file. The problem is that we try to use

Re: got the exception when generating PDF from FO file

2009-01-13 Thread Vincent Hennebert
Matt -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: Friday, January 09, 2009 6:25 AM To: fop-users@xmlgraphics.apache.org Subject: Re: got the exception when generating PDF from FO file Hi Matt, Matt Dong wrote: Hi, Actually, we sent the following issue

Re: multicolumn with headline

2009-01-19 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi everybody, > > I guess I need your help again. I have a 3-column page layout containing a > table. And I have a headline which should be printed on every page, but not > every column: > > headline... > > TH TH TH TH TH TH > 1a 1b 5a 5b 9a 9b > 2a

Re: table-rows spanning more than one page

2009-01-19 Thread Vincent Hennebert
Hi Phil, bonekrusher wrote: > Thanks Jeremias, > > I was able to get it working, however I come across a problem if the table > is nested inside a cell. > I've attached a working example. The nested table runs into the > region-after. I worked on this all day and can't seem to figure it out. Can

Re: multicolumn with headline

2009-01-20 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi Vincent, > >> I have the feeling this is a job for markers, but I've >> never played with markers myself. Maybe something like >> this: put a marker containing the headline in every >> cell, and a retrieve-marker with retrieve-boundary="page". >> Hope this s

Re: start-indent endindents too

2009-01-21 Thread Vincent Hennebert
Hi Georg, I think you uncovered another uncertainty due to XSL-FO referencing CSS2. Basically it depends on which effect the “left” property has, given that in your example it has its default value of “auto” [1]. Looking at CSS2, the answer is all but straightforward [2]. However, if we make the

Re: multicolumn with headline

2009-01-21 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi Andreas, > >> I think Vincent is right: not doable with XSL-FO. >> Breaking the flow's column-layout can only be achieved by span="all" >> and that property only has effect for direct children of the flow. >> If you specify it on a deeper block, the processo

Re: multicolumn with headline

2009-01-21 Thread Vincent Hennebert
geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH:www.irs-nbg.de > Willmy PrintMedia GmbH:www.willmy.de > Willmy Consult & Content GmbH: www.willmycc.de > -Ursprüngliche Nachricht- > Von:

Re: multicolumn with headline

2009-01-22 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi Vincent, > >> Then you have to do it in two steps: one to see in how many lines >> the headline will be broken, > > Does FOP offer any help here? I could calculate the string length and divide, > but that would not take hyphenation into account. Not reall

Re: W: AW: Keep-together.within-page in FOP 0.95

2009-01-23 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi Jeremias, > > I finally came around to testing your keep-together with numbers and it did > not quite work as I did not expect anyway. > > Let's assume I have one block with five child blocks. If all five blocks fit > on one page, keep them on one page. Oth

Re: break line

2009-01-26 Thread Vincent Hennebert
Hi Sylvie, Michonska Sylvie wrote: > Hello, > > We upgrade FOP from 0.20.5 to FOP 0.94. We use FOP to transform XML files to > PDF files. We don't have the same graphic results : > - different line breaks > - different interlines. > > How can we obtain the same graphic results ? The answer

[Fwd: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open]

2009-01-26 Thread Vincent Hennebert
[On behalf of the Travel Assistance Committee] Original Message Subject: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open Date: Fri, 23 Jan 2009 13:28:19 + From: Tony Stevenson To: travel-assistance apache.org The Travel Assistance Committee is now accepting

Re: cell number overflow

2009-02-03 Thread Vincent Hennebert
Hi, fopuser wrote: > Hi there! > > Well, I could bet, that this has already been an issue. however, I didn't > find anything in the archives. I'm trying to move an old piece-a-code from > fop 0.20 to fop 0.95. Here are the details: > > - java v1.6.0 > - fop 0.95 > > > As

Re: cell number overflow

2009-02-05 Thread Vincent Hennebert
Hi, Li, Hao wrote: > FOP 0.93 and 0.94 may just give the warning below and continue to render: > > WARNING: There are fewer table-columns than are needed. Column 5 was > accessed, b > ut only 4 columns have been defined. The last defined column will be reused. > (fo > :table, location: 23/245)

Re: Using draft images with fop, and catalogs.

2009-02-06 Thread Vincent Hennebert
Hi Richard, Kerry, Richard a écrit : > I don't particularly want to use "base". > Up to now I've been the only person here using FOP. I have my own local > paths hard-coded into various batch and configuration files I'm using. > I am now trying to rearrange my project so other members of my team

Re: Suppress the Form-Feed at the end of a page-sequence

2009-02-10 Thread Vincent Hennebert
Hi, Christopher R. Maden wrote: > Steffanina, Jeff wrote: >> Unfortunately, the "single" page-sequence is so large that I run out of >> memory. > > The problem is that figuring out a pagination strategy consumes memory. > The page-sequence is one way FOP knows that it can stop calculating > pagi

Re: span is influencing page breaking?

2009-02-23 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi everybody, especially Vincent. > > Attached fo-file contains a red block which is printed on the first page, > although there's not enough space left. If I remove the span="all" for the > block, it is printed on the next page. Can you tell me why span="all" i

Re: span is influencing page breaking?

2009-02-23 Thread Vincent Hennebert
ürnberg > > HRB Nürnberg: 17193 > Geschäftsführer: Yong-Harry Steiert > > Tel.: 0911/36 78 88 - 26 > Fax: 0911/36 78 88 - 20 > > www.geneon.de > > Weitere Mitglieder der Willmy MediaGroup: > > IRS Integrated Realization Services GmbH:www.irs-nbg.de >

Re: border-after-style with leaders

2009-02-24 Thread Vincent Hennebert
Hi Eric, Amick, Eric wrote: > I tried the following FO to generate a PDF in both 0.94 and 0.95: > > > http://www.w3.org/1999/XSL/Format";> > >page-width="8.5in"> > > > > > >hello > there > > > > > The output has no line in front of "hello there". I know that > le

Re: span is influencing page breaking?

2009-02-26 Thread Vincent Hennebert
Hi Georg, Georg Datterl wrote: > Hi Vincent, > > I thought of a workaround and found a new problem. Since the problem is > caused by a span change, I inserted a new empty block with span="all" before > the offending block. Voilá, table moves to the next page. Problem avoided. That’s ‘Voilà’ :

Re: FOP 0.95 BookMark Issue

2009-03-02 Thread Vincent Hennebert
Hi, (This is a DocBook question. Better ask on the docbook-apps mailing list [1] next time.) You must use the fop1.extensions parameter instead of fop.extensions [2]. [1] http://wiki.docbook.org/topic/DocBookAppsMailingList [2] http://docbook.sourceforge.net/release/xsl/current/doc/fo/fop1.exte

Re: FOP 0.95 BookMark Issue

2009-03-03 Thread Vincent Hennebert
Hi, Bramani wrote: > Hi Vincent, > > Thanks for you suggesion. > I tried using 'fop1.extensions' in my attached stylesheet but now I am > getting the following new error from FOP. Any Idea for the cause of this > error. > - > SEVERE: Exception > java.lang.I

Re: How to format number which is less then 1

2009-03-03 Thread Vincent Hennebert
Hi, This is a pure XSLT question. Try to ask it on the Mulberrytech XSL list, it’s much more likely that you will get an answer there: http://www.mulberrytech.com/xsl/xsl-list/index.html HTH, Vincent Ashish Kulkarni wrote: > HiI have a style sheet with following number format > > > select="f

Re: No ImagePreloader found for *.svg

2009-03-03 Thread Vincent Hennebert
Hi Francesc, Do you have a doctype declaration in your svg file? http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";> I’ve had problems in the past with svg files not having a doctype declaration, thus not recognized as being svg by FOP. But I don’t remember the details. You may want to post your

Re: No ImagePreloader found for *.svg

2009-03-04 Thread Vincent Hennebert
Hi Francesc, Francesc Alted wrote: >> Anyway, something else to check: >>> 3-mar-09 8:26:09 >>> org.apache.fop.fo.properties.CommonBorderPaddingBackground >>> SEVERE: Background image not available: >>> http://docbook.sourceforge.net/release/images/draft.png >> Does this PNG fail because you are

Re: block margin as a percentage 0.95 / 0.93 difference

2009-03-04 Thread Vincent Hennebert
Hi John, This indeed sounds like a bug. Would you mind creating a bug report on Bugzilla, and attach a small FO file showing the error? https://issues.apache.org/bugzilla/enter_bug.cgi?product=Fop Thanks! Vincent John Escott wrote: > Hi, > > I'm having a problem setting a block margin-right to

Re: putting different marks on the last page which gets extended when data flows in dynamically

2009-03-04 Thread Vincent Hennebert
Hi, Bibhu_Das wrote: > Hi All, > I have designed 3 pages which are known as simple-page-master master-name= > "FirstPageLayout" , simple-page-master master-name="all-2NDpages" and > simple-page-master master-name="all-3RDpages".But when the 3RDpages gets > extended(like some call details are pr

Re: Table border rendered by 0.95

2009-04-03 Thread Vincent Hennebert
Hi Ajit, ajit kulkarni wrote: > Hey Andreas, > > > Thanks a ton for your concern, I really am thankful to u. > > 1. 'Smooth Line Art' Option is enabled in my acrobat reader. > > 2. Separate model is really not suitable for me as it will need lot of > redesigning. (I am using XSLT for to genera

Re:

2009-04-08 Thread Vincent Hennebert
Hi Fabio, fabio wrote: > Hi, > thanks for your reply. > > > I would like that the dots were aligned vertically: on the following image > you can see that the dots are not aligned with the red lines. It's possible > to do this? > http://www.nabble.com/file/p22945146/leader.gif Theoretically ye

Re: Flow xsl-region-body does not map to the region-body in page-master blank

2009-04-17 Thread Vincent Hennebert
Hi Helmut, Helmut Denk wrote: > when i try to transform a docbook5-compatible xml > to pdf using the fop-trunk i get the following error: > > > javax.xml.transform.TransformerException: > java.lang.UnsupportedOperationException: > Flow "xsl-region-body" does not map to the region-body in page-m

Re: fo:inline - Added extra spaces

2009-04-21 Thread Vincent Hennebert
Hi, lmhelp wrote: > Hi everyone, > > Thank you for reading my post. > Have a look at the following piece of code: > > We have: > - a "fo:block" element, > - and two "fo:inline" elements inside of it one after the other: > > = > > >

Re: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1)

2009-04-23 Thread Vincent Hennebert
Hi Nancy, nancy_b wrote: > Hi folks, > > I still can't understand what causes the following warning messages to > appear when I compile PDF docs using XSLTROC and FOP 0.94 in Debian Linux. > > WARNING: table-layout="fixed" and column-width unspecified => falling back > to proportional-column-wid

Re: Resolution in vector formats [was: Is it possible to create PDFs in 96 DPI?]

2009-04-24 Thread Vincent Hennebert
n. > > > I feel better for that > Martin > > > On 24 Apr 2009, at 10:32, Vincent Hennebert wrote: > >> Hi, >> >> Like you noticed the resolution only applies to images. I am slightly >> puzzled by the way you compare both outputs: are you putting t

Re: Is it possible to create PDFs in 96 DPI?

2009-04-24 Thread Vincent Hennebert
Hi, Like you noticed the resolution only applies to images. I am slightly puzzled by the way you compare both outputs: are you putting the sheet of paper next to the screen and looking for differences? Then note that the HTML result is likely to be highly different from one environment to the oth

Re: Using keep-together.within-column and break-after results in missing text

2009-04-30 Thread Vincent Hennebert
Hi, kkapelon freemail gr wrote: > Hello > > I am using FOP 0.95 (latest stable at the time of writing) and trying the > following FO file. > > > I then convert it to PDF with > > fop -fo minimal.xml minimal.PDF > > Expected output > > Either (option 1): > > A PDF file with two pages with

Re: Japanese PDF mojibake

2009-05-05 Thread Vincent Hennebert
Hi, I’ve just managed to produce a working PDF file using your sample FO file and the IPAGothic font, so FOP (both 0.95 and Trunk) is definitely able to handle that font. Since we always miss the most obvious, maybe you can double-check the following points: - are you sure you use the right config

Re: Two page layout issues

2009-05-06 Thread Vincent Hennebert
Hi Avik, This is a known issue of FOP which is being worked on. FOP currently can’t handle sequences of pages with different widths, and therefore assigns to all pages the width of the first one. Sorry, no estimate as to when this feature will be implemented, but since it’s far from trivial it’s

Re: Getting PDF output to display Russian characters

2009-05-06 Thread Vincent Hennebert
Hi Richard, In addition to what Andreas said, you must have had some warning from FOP telling you that it couldn’t find your Russian font, and that it switched to a default one that doesn’t contain the needed glyphs. Or maybe you didn’t specify the font-family property in the FO file? You have to

Re: Two page layout issues

2009-05-07 Thread Vincent Hennebert
Hi Avik, Avik Sengupta wrote: > Thanks vincent. > > Are there any suggestions on workarounds? No that I know of, I’m afraid. Sorry, Vincent > > Regards > - > Avik > > > > On 5/6/09, Vincent Hennebert wrote: >> Hi Avik, >> >> This is

Re: issues with TTFReader

2009-05-08 Thread Vincent Hennebert
Hi Chris Bowditch wrote: > Geert Bormans wrote: > > Hi, > >> Hi, >> >> I need to deliver PDF for all European languages using FOP (preferably) >> >> I am testing on a windows machine, the eventual operation will be on a >> Sun Solaris 10 machine. >> And I have a bunch of questions >> >> 1. Does

Re: Using foreign characters without embedding font

2009-05-14 Thread Vincent Hennebert
Hi Sebastian, Sebastian Albrecht wrote: > Hi, > i am using fop 0.20.5 on Linux for generating PDF. Now i want to generate > PDF in greek language. I specify font-family="Arial" in the fo and configure > arial.ttf/.xml correctly in userconfig.xml. PDF is generated fine and every > character is disp

Re: Empty PDF (on Windows)

2009-05-20 Thread Vincent Hennebert
Hi Adrian, Are you sure you closed any applicable stream properly? That’s the only thing I can think of and might explain why it’s working on some platforms and not others. HTH, Vincent Adrian Wiesmann wrote: > Sam, > > Thanks for your help. > >> I had a very similar problem to this. Just be

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, Tobias Anstett [k15t.com] wrote: > Hi, > > we use (DocBook to) FO to PDF transformations. In the exported PDF the > bookmarks doesn't work as expected. Although each bookmarks points to > the correct page they don't jump to the correct section on that page - > always pointing to the be

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Vincent, > > do you know which version of FO corresponds to trunk version 534713 ? > > Because this is the one I have installed. > > Cheers, > Tobias > > On Wed, May 20, 2009 at 12:25 PM, Vincent Hennebert > wrote: >> Hi Tobias, >> >> Tobias Anstet

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
experience with Maven so can’t really help you, but it’s probably a matter of adding another dependency element on XML Graphics Commons. [1] http://xmlgraphics.apache.org/commons/ > Cheers, > Tobias > > On Wed, May 20, 2009 at 3:43 PM, Vincent Hennebert > wrote: >> Hi Tobi

Re: Auto Table Column Width

2009-05-28 Thread Vincent Hennebert
Hi Tobias, Tobias Anstett [k15t.com] wrote: > Hi, > > please see my original question below. Furthermore I'd like to know if > there are already approaches or ongoing development on this issue. Do > you know how other FO processors capable of this feature have solved > the problem. Would be nice

Re: Wrong encoding results in empty PDF? Was: Re: Empty PDF (on Windows)

2009-05-29 Thread Vincent Hennebert
produced. HTH, Vincent Adrian Wiesmann wrote: > Hello all > > On Wed, 20 May 2009 11:17:42 +0100 > Vincent Hennebert wrote: > >> Are you sure you closed any applicable stream properly? That___s the >> only thing I can think of and might explain why it___s working o

Re: Strange bug in 0.95?

2009-06-01 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: > On 29 May 2009, at 18:31, Amick, Eric wrote: > > > Hi Eric > >> I have the following simple FO: >> >> >> I was expecting the border to be the same distance from every edge of >> the page, but the resulting PDF has the side and bottom edges of the >> box closer to

Re: Strange bug in 0.95?

2009-06-01 Thread Vincent Hennebert
extremely’ useful might be debatable though. There is a semi-automatic way to achieve what you want: Eric Amick > Legislative Computer Systems > Office of the Clerk > > -Original Message- > From: Vincent Hennebert [mailto:vhenneb...@gmail.com] > Sent: Monday, June 1

Re: FOP creating *.tmp files

2009-06-02 Thread Vincent Hennebert
Hi Soma, somag wrote: > Hi All, > > I am using FOP 0.95...I can generate PDF, PCL files. Fop is creating *.tmp > files, Those file are not deleting after process. I’m not aware of any piece of code in FOP that creates *.tmp files. Can you tell us more? How do you run FOP? What are the names, ty

Re: Strange bug in 0.95?

2009-06-02 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: > On 01 Jun 2009, at 16:49, Amick, Eric wrote: > >> Fair enough. It still seems like a lot of work (and not exactly >> intuitive) just to draw a box along the margins of a page. I can't help >> wondering why they disallowed borders on region-body, for instance. I thin

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-03 Thread Vincent Hennebert
Hi Nancy, nancy_b wrote: > Hi, > > Thanks a lot for suggestions. It seems that I have increased JAVA heap > space, by specifying -Xmx1000m (I have 2Gb) , although I am not sure how > much I should really allocate for running compilation of large docs. If that works with -Xmx1000m, then go for i

Re: Event model doesn't contain the definition for org.apache.fop.afp.AFPEventProducer

2009-06-03 Thread Vincent Hennebert
Hi, attaluri1210 wrote: > Hi, > > I have downloaded the latest source from the trunk and I have build it. > When I tried to run FO -> AFP I got the below exception. > Can anyone guide me to get rid of this error. Your help is greatly > appreciated. > > I have downloaded the file by file from t

Re: ZapfDingbats font issues [was: FOP 0.95 fails to compile large PDF files - java heap space]

2009-06-04 Thread Vincent Hennebert
Hi Nancy, There seems to be a lot of confusion around here :-) And my own earlier confusion about which version of FOP is affected by the change of the default value for font-family didn’t help :-| So please reset your memory, and let’s start again from the beginning. Which version of FOP are you

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-05 Thread Vincent Hennebert
Hi Nancy, nancy_b wrote: > Hi Andreas, > > It seems that getting FOP from the trunk is too complicated for me. When is > the next binary FOP version due to? > > Regarding what you said about - I > have no idea how to translate this into XSL/XML. > > Meantime, I did some other tests. Bob Stayto

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-08 Thread Vincent Hennebert
Hi Nancy, Don’t put the new files in system-wide directories (/usr/share/java, /usr/bin/build). Those directories are managed by Debian administration tools and if you manually modify things there you’re likely to break your system. The ideal way is to create a Debian package containing the Trunk

Re: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14)

2009-06-15 Thread Vincent Hennebert
Hi Tom, I can build FOP without any problem on the same system (ok, jdk1.6.0_13 instead of jdk1.6.0_14 but that shouldn’t change anything really). Are you sure you are actually running the Sun jdk? This is the usual trap on Debian-based systems. Run ‘update-alternatives --display javac’ in a term

Re: OpenSymbol font

2009-06-16 Thread Vincent Hennebert
Hi, grom358 wrote: > I'm trying to use the opensymbol font from openoffice. I get this warning: > xHeight value could not be determined. The font may not work as expected. > > I'm trying to use ballot box and ballot box with x characters from the font > as bullets in fo:list-block. They display b

Re: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14)

2009-06-16 Thread Vincent Hennebert
building FOP. I’d first check that you are running the right jvm, and then we can get back to how to use that switch later on. HTH, Vincent Tom Browder wrote: > On Mon, Jun 15, 2009 at 05:13, Vincent Hennebert wrote: >> Hi Tom, >> >> I can build FOP without any problem o

  1   2   3   4   5   >