How to use xls:value-of as attribute

2008-11-06 Thread Frank Niedermann
Hi, I am using barcode functionality from the Barjode4J project, this is what I have working so far: fo:block fo:instream-foreign-object barcode:barcode xmlns:barcode=http://barcode4j.krysalis.org/ns; message=message barcode:code128

force odd/even/new pages on demand

2008-11-06 Thread Georg Datterl
Hello, Maybe I'm missing something obvious or my design is really not the best, but I want to tell a page to be on a special side on demand. Basically I get a stream of content from somewhere and I wrap everything in nice fo:blocks and stuff and stream it into a fo:flow. Now and then I suddenly

AW: How to use xls:value-of as attribute

2008-11-06 Thread Ingo Maas
For attributes you 'll need an attribute value template with curly braces: message={node} Instead of node you can use a parameter with $param or a variable $var too. HTH, Ingo -Ursprüngliche Nachricht- Von: Frank Niedermann [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6.

RE: force odd/even/new pages on demand

2008-11-06 Thread Pascal Sancho
Hi, What you need is the property initial-page-number (=auto-odd or =auto-even) set on your fo:page-sequence. That should help you. Pascal -Message d'origine- De : Georg Datterl [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 novembre 2008 10:42 Hello, Maybe I'm missing something

AW: AW: force odd/even/new pages on demand

2008-11-06 Thread Georg Datterl
Hello Laurent, Georg Datterl a écrit : Hello Pascal, Yes, that seems to make the page-sequence-masters unnecessary. Thanks a lot. But I would still have to start a new page-sequence. Now if I could avoid that, too... may that link help ? (i didn't try)

replacing PdfContentByte.addImage(flie.pdf)

2008-11-06 Thread Georg Datterl
Hello, Is there a way in Fop to include content from other pdf files? I have to replace iText with Fop and there is still one problem: iTexts PdfReader reads a source pdf, returns PdfImportedPage (for each page), wraps each pdf page in an Image and adds it to PdfContentByte via

AW: force odd/even/new pages on demand

2008-11-06 Thread Georg Datterl
Hello Pascal, What you need is the property initial-page-number (=auto-odd or =auto-even) set on your fo:page-sequence. That should help you. Yes, that seems to make the page-sequence-masters unnecessary. Thanks a lot. But I would still have to start a new page-sequence. Now if I could

Editable pdf

2008-11-06 Thread Tatiyana
Dear All, I need to make pdf form to which client can add information or edit after its generated. I don't need to put this new information back to the database. Could you please help me to understand can I do it using FOP? Thank you very much. -- View this message in context:

Re: AW: force odd/even/new pages on demand

2008-11-06 Thread Laurent Morel
Georg Datterl a écrit : Hello Pascal, What you need is the property initial-page-number (=auto-odd or =auto-even) set on your fo:page-sequence. That should help you. Yes, that seems to make the page-sequence-masters unnecessary. Thanks a lot. But I would still have to start a new