Re: templates for tables: to generate custom tables from the generic template

2002-04-10 Thread J.Pietschmann
Argyn Kuketayev wrote: ... specific.xsl has templates to convert XML into xsl:fo file using templates from generic.xsl ... I want this to be done from specific.xsl by calling a template from generic.xsl. So, the template from generic.xsl will somehow get the column names and maybe widths. Then it w

Re: basic-link

2002-04-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: We r generating PDF files using fo. We want to provide some security features to the PDF like non-printable, non-editable etc., when opened thru Adobe acrobat. Can somebody help in achieving this? Can this be done thru FOP itself or do we need to use Adobe's API? If

Re: Tables inside of tables

2002-04-10 Thread Ken Green
J., That was it ... not quite enough cutting and pasting was done I missed the on the internal table. Thanks ! Ken - Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 3:34 PM Subject: Re: Tables inside of tables

RE: Tables inside of tables

2002-04-10 Thread Argyn Kuketayev
  So - the question is does anyone know if what I am doing (a table embedded in the cell of another table) is allowed ?    [Argyn Kuketayev] YES    

templates for tables: to generate custom tables from the generic template

2002-04-10 Thread Argyn Kuketayev
The idea: to have specific.xsl and generic.xsl file. specific.xsl has templates to convert XML into xsl:fo file using templates from generic.xsl example: bla-bla di-da this will be converted into with two columns and column names "Column One" and "Column Two". I want this to b

Re: Tables inside of tables

2002-04-10 Thread J.Pietschmann
Ken Green wrote: I am trying to build a table as follows: ... My first thought was to do this as one main table that was 5 columns wide, and then add a 3-column table embedded in the final column of the main table: ... Unfortunately, the content of the embedded table does not appear in the PDF outp

Re: upgrading from 0.20.1 to 0.20.3 question ...

2002-04-10 Thread RAYMOND Romain
Thanks a lot it was the wonderful link ... My PDF output is now (back) to OKAY just some alerts ... " [ERROR]: Logger not set [INFO]: building formatting object tree [INFO]: [1] [WARN]: table-layout=auto is not supported, using fixed! [WARN]: table-layout=auto is not supported, using fixed! [WARN

Re: upgrading from 0.20.1 to 0.20.3 question ...

2002-04-10 Thread RAYMOND Romain
thanks, I am looking at the renderx "translator" before ... & bonne soiree

Re: upgrading from 0.20.1 to 0.20.3 question ...

2002-04-10 Thread Rodolphe VAGNER
see http://xml.apache.org/fop/relnotes.html   for news   - Original Message - From: "Christian Mallwitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 6:04 PM Subject: RE: upgrading from 0.20.1 to 0.20.3 question ... > > there was a change in the xsl sp

RE: upgrading from 0.20.1 to 0.20.3 question ...

2002-04-10 Thread Christian Mallwitz
there was a change in the xsl spec which made it into FOP 0.20.3 but www.renderx.com has a stylesheet which translates your FO from old to new version which worked for me. bye christian -- Christian Mallwitz INTERSHOP Communications Germany Senior Technical Consultant phone: +49 3641 50 3453

upgrading from 0.20.1 to 0.20.3 question ...

2002-04-10 Thread RAYMOND Romain
I have the following error : " Exception='master-reference' for 'fo:page-sequence'matches no 'simple-page-maste r' or 'page-sequence-master' " Someone has already encountered this problem ? thanks.

Re: New-Line Feed work around!

2002-04-10 Thread Bruno Verachten
Hi- I don't know, if this will be helpful to any of you guys- but i had a problem implementing a new-line feed- I worked around it by doing the following:- BLANK-LINE where color is the same as the page background color. Here its white. Jesper Thorhauge (JTH) wrote: Hi This also worked f

RE: New-Line Feed work around!

2002-04-10 Thread Jesper Thorhauge (JTH)
Hi This also worked for me;  some-other-code I don't know why, though :-) Regards Jesper -Original Message- From: Chakraborty, Shantanil [mailto:[EMAIL PROTECTED] Sent: 9. april 2002 21:19 To: '[EMAIL PROTECTED]' Subject: New-Line Feed work around! Hi- I don't know, if this

Re: Tables inside of tables

2002-04-10 Thread Chuck Paussa
Ken, I have done exactly what you describe, so I know it is possible. The only thing I can think of is that you haven't allowed enough room for the inner table to be displayed. Test it making sure that the width of that 5th column is wider than the combined widths of the three columns of the en

mail list

2002-04-10 Thread @Basebeans.com
Subject: mail list From: Vic Cekvenich <[EMAIL PROTECTED]> === This mail is now mirrored on a news so you can read it using a news reader at news.basebeans.com. (other "news" on there are Struts, Tomcat, Soap, Fop, Castor, Orion, Resin, Commons, Tags, etc.) You may need to hit "refresh" to get

z-index status

2002-04-10 Thread Jesper Thorhauge (JTH)
Hi   I can see that z-index haven’t been implemented yet...i’ve read other posts where people had the same problem as me, namely converting HTML stuff (layers etc.) with z-index into PDF. Also, if anyone can guide me into the task of implementing z-index, i would be glad to help ..! I wou

one letter words

2002-04-10 Thread Michal Kwiatek
Hi! Is there a way to prevent fop from breaking the line just after a one letter word like English 'a'? I'm really concerned about it, because in Polish we have plenty of them ('w','z', 'o', i' etc.) and it looks awful. I tried using the 0xA0 unicode character (non-break space), but fop misinterp

Re: basic-link

2002-04-10 Thread Rodolphe VAGNER
You should try http://forum.planetpdf.com - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 11:22 AM Subject: RE: basic-link Hi, We r generating PDF files using fo. We want to provide some security features to the PDF like non-printab

RE: basic-link

2002-04-10 Thread Vasantha . Nataraju
Hi, We r generating PDF files using fo. We want to provide some security features to the PDF like non-printable, non-editable etc., when opened thru Adobe acrobat. Can somebody help in achieving this? Can this be done thru FOP itself or do we need to use Adobe's API? If somebody could help

fo:basic-link

2002-04-10 Thread MagnusSjöberg
Hi all! When using fo:basic-link it appears that the 'hotspot' around the text in the PDF gets misaligned. The more links I have in a page, the more the hotspots stray away, making me think the error is cumulative. (My fo consists of several page sequences, if that could be a factor...) Are there

force-page-count, blank page and text in this blank page

2002-04-10 Thread Rodolphe VAGNER
Hy   I'm on a document composed with diferent page sequences. Those sequences are put together to realise a final document. So I have to generate sequences with a force-count-page to have an even number of pages in each sequence. The problem is that when a page is forced it appears without t

AW: keep-with-next on one page

2002-04-10 Thread Michael Heinen
I got it to work now using a new blind table with multiple rows containing the whole stuff to keep together. Thanks -Ursprungliche Nachricht- Von: J.Pietschmann [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. April 2002 22:16 An: [EMAIL PROTECTED] Betreff: Re: keep-with-next on one pa

FOP : bar of progress during the render

2002-04-10 Thread Philippe Pithon
Hi, For the big xml files, the render maybe long. I would like to show a bar of progress during the render in my program. Which is the name of the variable (or method) containing the number of the page in the course of render

WG: page-number

2002-04-10 Thread Henrik Holle
hi, how can i count all pages in my document? i have different "page-sequence master-reference" but want to something like :" this document has 12 pages". is it possible? regards henrik holle

Re: FOP debug message meaning

2002-04-10 Thread John Austin
On Tuesday 09 April 2002 15:04, you wrote: > When running FOP without turning off the debug information written to > the standard out, text such as this is printed when FOP finishes > rendering a PDF page: > > Parsing of document complete, stopping renderer > Initial heap size: 111343Kb > Current h

Tables inside of tables

2002-04-10 Thread Ken Green
Hello,   I am trying to build a table as follows:     COLUMN    COLUMN    COLUMN    COLUMN Info    Info    Info                                                                         Info    Info    Info                                                                         I