Footer only on last page

2005-01-12 Thread Torsten
Hello all, is there a possibility to print a page footer only on the last page of a (possibly) multipage document. I dont know if there is a page break in the production process. ThanX -- Best regards, Torsten mailto:[EMAIL PROTECTED]

Re[2]: Embeded EPS in PDF

2004-01-21 Thread Torsten
xx- snip JM> development focus is clearly on HEAD. Patches for HEAD are highly JM> welcome however. But I guess you know that already. We keep talking JM> about that all the time and it gets boring. :-) sorry I've forget it, because of my absence from the list for the last few months

Embeded EPS in PDF

2004-01-20 Thread Torsten
Hello fop-user, Forget the previous mail ;) I've redirected a stream into a file and see the prob now. We don't send the eps-file to fop, but we create an 'real' postscript file which has the eps included (plus some extra listing informations). Now EPSReader only checks the first 4 by

Embedded EPS in PDF

2004-01-20 Thread Torsten
(0xC5D0D3C6), but the incoming streambuffer always starts with 0x37338083 (%!PS). That would be wonderful for, but it seems to be, that in the pdf, the original data (inclusive preview) is inserted ;( Has anyone an idea where I have to look, to eleminate this (bug)? -- Best regards, Torsten

Re: page breaks in table-rows

2003-12-04 Thread Torsten
ut 'keep-together.whithin-page' as prop on the table-row? -- cu, Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PDF-Report with dynamic JPEG-Image

2003-11-21 Thread Torsten Buslei
Is it possible to referance anexternal image with a http-URL? Does someone use such dynamic images?Thanks in advance,Torsten

Re[2]: XSL-FO Problem (Line not coming as proper location)

2003-11-21 Thread Torsten
-- X--snip I'm not really sure, how FOP's graphics implementation works, but it seems to be is outside the clipping Area so it wouldn't be drawn anytime. What about using -- border-bottom="solid" -- in your Date Table Cell --

Re[2]: Import problem

2003-11-13 Thread Torsten
he xerxes/xalan side. ThanX anyway -- Best regards, Torstenmailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Import problem

2003-11-13 Thread Torsten
elements. Further, the xsl:import element must be the first element to occur after the xsl:stylesheet element I also tried xsl:include with the same success ;( Any help would be appreciated -- Best regards, Torsten mailto:[EMAIL PROTECTED] ---

RE: Infinite loop on pagination

2003-07-30 Thread Torsten Erler
d if the creation of reports doesn't come back it's buggy for the customer. It costs a lot of time to communicate and investigate that the prob was in the stylesheet (again). Thanx Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Infinite loop on pagination

2003-07-30 Thread Torsten Erler
another Fo-Formatting Tool (Antenna House) and it renders the pdf correct. Is this a case for Bugzilla??? How to avoid such traps? cu Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: fo & word

2003-07-16 Thread Torsten Erler
Hi... There is a Word-2000 Html2Fo converter: http://www-uk.hpl.hp.com/people/fabgia/wh2fo/wh2fo.html Save your original as html (in word) and try to convert it. p.s.: I never used it, so feel not sad if the result looks not as you expected. cu Torsten > -Original Message- >

RE: Croatian letters in pdf

2003-07-15 Thread Torsten Erler
://xml.apache.org/fop/fo/fonts.fo.pdf cu Torsten > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 15. Juli 2003 14:40 > To: [EMAIL PROTECTED] > Subject: Croatian letters in pdf > > > Hi, all. > i try to put croatian letters in pdf

RE: Aligning table in center without indenting...

2003-07-15 Thread Torsten Erler
Hi... see: http://xml.apache.org/fop/fo.html#fo-center-table-horizon regards Torsten > -Original Message- > From: Kodandapani A. [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 15. Juli 2003 14:01 > To: [EMAIL PROTECTED] > Subject: Aligning table in center without indentin

RE: [newbie] Page orientation in fop

2003-07-14 Thread Torsten Erler
Define a ???-page-master with the appropriate width * heigth e.g. for A4 Paper: cu Torsten > -Original Message- > From: Leonard Wolters [mailto:[EMAIL PROTECTED] > Sent: Montag, 14. Juli 2003 11:50 > To: [EMAIL PROTECTED] > Subject: [newbie] Page orientation in fo

RE: combine 2 or more PDF files

2003-07-14 Thread Torsten Erler
Hi A post-processor like iText / ghostscript can do this for you. see: http://xml.apache.org/fop/resources.html#products-pdf cu Torsten -Original Message- From: Yudhistira Ardhi Nugraha [mailto:[EMAIL PROTECTED] Sent: Montag, 14. Juli 2003 05:00 To: [EMAIL PROTECTED] Subject: combine 2

RE: checkbox

2003-07-10 Thread Torsten Erler
ont folder). For special Characters inside the PDF Fonts see: http://xml.apache.org/fop/fo.html#xml-special-chars or: http://xml.apache.org/fop/fo/fonts.fo.pdf for characters and its hex value in the Base14 fonts, delivered by the base fop version. cu Torsten > -Original Messag

RE: checkbox

2003-07-08 Thread Torsten Erler
Hi, either you use the (unchecked) checkbox from ZapfDingbats Font ❏ or draw it by yourself (svg requires batik.jar) like that: cu Torsten > -Original Message- > From: Todtenhaupt, Susann > [mailto:[EMAIL PROTECTED] > Sent:

RE: line break at long string - overlap the following table cell

2003-06-25 Thread Torsten Erler
Turn on hyphanation in your stylesheet like below: cu Torsten > -Original Message- > From: Zmitko, Jan [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 25. Juni 2003 13:36 > To: [EMAIL PROTECTED] > Subject: line break at long string - overlap the following table cell > &

RE: Large XML Files and FOP: Out of Memory Exception

2003-06-25 Thread Torsten Erler
Try to increase the memory size like below: javaw -Xmx256m -Xms150m %CLASSPATH% ... cu Torsten -Original Message- From: Meier Reto [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 25. Juni 2003 12:22 To: [EMAIL PROTECTED] Subject: Large XML Files and FOP: Out of Memory Exception hi all

Re: block with table spanning different page-masters

2003-06-24 Thread Torsten Straube
ke you are completely right. I realy did misunderstand how page sequence masters work and your suggestion works exactly as I want to. Again, many thanks for helping Torsten Straube -- _____ Torsten Straube * picturesafe media/data/bank GmbH Lüerstr. 3

Re: block with table spanning different page-masters

2003-06-23 Thread Torsten Straube
:-) I ran the transformation and trimmed the resulting FO as much as possible. thanks Torsten Straube http://www.w3.org/1999/XSL/Format";> first page logo here Adresse hier URI hier SWDev Herr To

Re: block with table spanning different page-masters

2003-06-19 Thread Torsten Straube
J.Pietschmann wrote Torsten Straube wrote: I have a document with a first page that is different ( other header) from the other pages. Everything is fine until I put a block on the first page that contains a table that is to big to fit onto that first page. FOP places the header of the first

RE: checkbox in pdf

2003-06-18 Thread Torsten Erler
r insert it directly into your template. Draw your own checkboxes as you need it and U're without any handicap from font-side. gReetZ Torsten > -Original Message- > From: Zmitko, Jan [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 18. Juni 2003 13:57 > To: '[EMAIL

RE: checkbox in pdf

2003-06-18 Thread Torsten Erler
Hi AFAIK neither Helvetica nor the other fonts youv'e tried out, contain this glyph so U've to use a font which has this character at this address. Unfortunality I cant help you which font has it but I think another solution would be to create a simple graphic (box.gif) which can be scaled to

RE: FOP locks output file under WinXP

2003-06-18 Thread Torsten Erler
;~) I thought it. It was just a lark to be not lurking on the thread because it was already solved. Sorry if I've violated your programmer proudness ;) cu > -Original Message----- > To Torsten Erler: "Thread.sleep(2);" was just to > demonstrate that Acrobat >

block with table spanning different page-masters

2003-06-17 Thread Torsten Straube
reaches a page that ist not generated from this block ( the one containing the table). Is there any way to get around this behaviour? Any hints are much appreciated. thanks Torsten -- _ Torsten Straube * picturesafe media/data/bank GmbH Lüerstr. 3

RE: FOP locks output file under WinXP

2003-06-17 Thread Torsten Erler
> > Hi Nicolas > > > > hmm... you've forgot to flushing and closing the OutputStream! > > and you have to do it in a "finally" clause if you want it to be > reliable. > I've also to bleat ;) Remove 'Thread.sleep(2)', if your'e waiting for the execution do that: * //close the Stream befo

RE: Pls help: Showing images of their own size

2003-06-17 Thread Torsten Erler
ind the working template attached cu Torsten http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL/Format"; version="1.0"

RE: multipage postscript files

2003-06-17 Thread Torsten Erler
bject: Re: multipage postscript files > > > Using Ghostscript you can merge 2 or more pdf files. > > ----- Original Message - > From: "Torsten Erler" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 17, 2003 2:05 PM > Subject: RE: multi

RE: multipage postscript files

2003-06-17 Thread Torsten Erler
Ok Thanx Jeremias, U'r suggestions were very helpful for me. cu Torsten > -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 17. Juni 2003 13:54 > To: [EMAIL PROTECTED] > Subject: Re: multipage postscript files > > > >

RE: multipage postscript files

2003-06-17 Thread Torsten Erler
and ThanX Torsten > The other idea is to write a little Java class that parses the > PostScript file, and splits it in three parts: header, pages > and trailer. > The header and trailer you store in memory and for each page > you create > a new PS file with the header the page x a

RE: multipage postscript files

2003-06-17 Thread Torsten Erler
defined in the 'BoundingBox' DSC Comment for the whole document. But each %%page: and %%PageBoundingBox: is ignored respectively drawed into the boundingbox of the whole document. Do you know any soluition for that? Any help would be appreciated!! cu Torsten > -Original Message- >

multipage postscript files

2003-06-17 Thread Torsten Erler
ed now.   Is it in maintenance, planned or has anyone already started working on this issue???   If all is no, has anyone a pointer where (and how) to patch this up.   ThanX Torsten  

RE: Pls help: Showing images of their own size

2003-06-16 Thread Torsten Erler
cu Torsten -Original Message- From: Zahidul Islam [mailto:[EMAIL PROTECTED] Sent: Montag, 16. Juni 2003 14:28 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Pls help: Showing images of their own size hello i am facing a problem fo

RE: FOP format is different between DPF and printed output

2003-06-16 Thread Torsten Erler
ot use the same font information... >>citation finish Either U can Use Acrobat Reader for Printing the created PDF directly or U've to live with this differences ;( cu Torsten - To unsubscribe, e-mail: [EMA

RE: line break

2003-06-05 Thread Torsten Erler
Use mailto:[EMAIL PROTECTED] Sent: Donnerstag, 5. Juni 2003 12:44 To: [EMAIL PROTECTED] Subject: line break Hello. I have a xml: ... My name is Francisco I live in Madrid . and i use that with FOP: and i get in the Pdf

RE: can I use ?

2003-06-05 Thread Torsten Erler
move table header out of the body: cu Torsten -Original Message- From: Francisco García [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 5. Juni 2003 10:44 To: [EMAIL PROTECTED] Subject: can I use ? Hello. I use in a table, but i get: Error

RE: Graphic Problem

2003-05-22 Thread Torsten Erler
call FopImageFactory.resetCache() in FOP 0.20.4 you have to implement it by yourself and recompile FOP ;( cu Torsten -Original Message-From: Swee Yueng [mailto:[EMAIL PROTECTED]Sent: Donnerstag, 22. Mai 2003 09:13To: [EMAIL PROTECTED]Subject: Graphic Problem Hi,       I

RE: transform pdf to xsl-fo

2003-05-21 Thread Torsten Erler
First option - save your word file as word 2000 html and try:   http://wh2fo.sourceforge.net/   Second - I don't know ;(   cu Torsten   -Original Message-From: Olivier George [mailto:[EMAIL PROTECTED]Sent: Mittwoch, 21. Mai 2003 15:26To: [EMAIL PROTECTED]Subject: tran

RE: PCL - Postscript Print

2003-05-20 Thread Torsten Erler
helps cu Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: XPath expression

2003-05-15 Thread Torsten Erler
ThanX alot -- your explanation reduces dramatically the size of my xsl and enlarges my xsl-understanding. All what I've written in many hours, is shrinked to a few lines of code ;(. But it works great ;))) cu Torsten > -Original Message- > From: David Neary [mailto:[EMAI

RE: XPath expression

2003-05-15 Thread Torsten Erler
xsl. If anyone has time to look in it ...any comments/proposals etc. are very welcome cu Torsten > -Original Message- > From: David Neary [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 15. Mai 2003 11:43 > To: '[EMAIL PROTECTED]' > Subject: RE: XPath expression

OT: XPath expression

2003-05-15 Thread Torsten Erler
umber has the selected node in a full expanded tree. (I need this to set the row backgound color for each second row)   ThanX   cu Torsten  

RE: external graphics and memory usage

2003-05-15 Thread Torsten Erler
... Sorry I use 0.20.4. Just now I've downloaded 0.20.5rc2 and I'm enjoyed to see a method at the end of the class: FopImageFactory.resetCache() Simply call it ;) cu > -Original Message- > From: Torsten Erler [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 15. Mai 2003

RE: external graphics and memory usage

2003-05-15 Thread Torsten Erler
ears the Map on programmatically request after your Task has finished. Then recompile and all works great ;0) cu Torsten > -Original Message- > From: Mirko Sertic [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 15. Mai 2003 09:19 > To: Fop-User > Subject: fo:external graphics and memory u

RE: testing support for various graphics formats

2003-05-12 Thread Torsten Erler
cript file, like other programming languages. This will allow to embed postscript viruses into pdf documents invisible for the user. cu Torsten > -Original Message- > From: Robert P. J. Day [mailto:[EMAIL PROTECTED] > Sent: Montag, 12. Mai 2003 16:12 > To: [EMAIL PROTECTED] >

RE: HTML render class available?

2003-04-25 Thread Torsten Erler
html Each generated FO tag/property has to be translated and replaced by html tags for outputting. Have fun ;) cu Torsten > -Original Message- > From: Christian Neuroth [mailto:[EMAIL PROTECTED] > Sent: Freitag, 25. April 2003 14:18 > To: [EMAIL PROTECTED]; [EMAIL PROTECTE

RE: HTML render class available?

2003-04-25 Thread Torsten Erler
False you dont use XML->PDF, XML->PS, XML->SVG you're using XML+XSL->FO->PDF, XML+XSL->FO->PS.. for HTML you need XML+XSL->FO where FO is your friend. your xsl stylesheet can contain: the resultig FO is: ThatsTheDataFromXML

table--row background

2003-04-24 Thread Torsten Erler
lored row. I've set the border on the fo:table around and on the last column at the left side ++---+ || | ||===| || | ||===| ++---+ What's going wrong? ThanX cu Torsten -

RE: accessing attributes in xml

2003-04-24 Thread Torsten Erler
Thanx -> [EMAIL PROTECTED] = 'SALES'] was the pointer I'm looking for -> it works well.   I tought @ goes directly to the attribute value, but wherefrom should the parser know which attribute was meant ;(   { Thinking is hard, if you've turned off you

accessing attributes in xml

2003-04-24 Thread Torsten Erler
Hi all,   I've an xml like:   ... Hans Friedrich Mueller   Now I've to check inside the xsl this:         Can anyone help me how to check the value for the tag where the attribute is 'SALES' and how to access this value.   ThanX in Advance   cu Torsten  

RE: foa extension

2002-11-28 Thread Torsten Erler
short answer: yes (workflow) and yes (right namespace[s]) > -Original Message- > From: Scherler, Thorsten [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 28. November 2002 11:42 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: AW: foa extension > > > H

foa extension

2002-11-28 Thread Torsten Erler
:group' ignored The screen rendering result and the produced PDF-file looks very good (except a few character encoding problems). Does anyone know how avoid the error ThanX Torsten Erler - To unsubscribe, e-mail: [EMAIL

Euro Sign Problem

2002-11-13 Thread Torsten Erler
xmlSource = new StreamSource( reader );Result foResult = new StreamResult( out );Transformer transformer = getTransformer( xslFilePath );transformer.transform( xmlSource, foResult );     ThanX Torsten Erler   Junior Software DeveloperE-mail: mailto:[EMAIL PROTECTED] Telephone: (+49) 351-318

RE: PFM font embedding problems.

2002-11-13 Thread Torsten Erler
HI IIRC try to use *.pfb files in embed-file="..." cu Torsten <>

RE: Fonts in PDF (embedded postscript)

2002-11-12 Thread Torsten Erler
and thousends of proofs can be processed in a batch. ThanX Torsten > -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 12. November 2002 13:37 > To: [EMAIL PROTECTED] > Subject: Re: Fonts in PDF (embedded postscript) > > >

Fonts in PDF (embedded postscript)

2002-11-12 Thread Torsten Erler
fonts correct but the embedded postscript looks still poor on printing.   I print the pdf via command line on Acrobat Reader 5.0.   Has anyone an idea?   ThanX   Torsten Erler   Junior Software DeveloperE-mail: mailto:[EMAIL PROTECTED] Telephone: (+49) 351-31875-0Direct: (+49) 351-31875-754net

RE: How to Center a text in a table cell?

2002-06-28 Thread Torsten Erler
try: Greeting Torsten > -Original Message- > From: Stefano Barella [mailto:[EMAIL PROTECTED] > Sent: Freitag, 28. Juni 2002 10:29 > To: [EMAIL PROTECTED] > Subject: How to Center a text in a table cell? > > > Hi, I'm Stefano and I have a problem > with

[OT] ToastScript using

2002-06-14 Thread Torsten Erler
render the postsript into the whole preview document to give the user the chance to cancel the printer job or the pdf generation. Can you provide me an link, a documentation, code-samples or an "howto"-document ( www.geocities.com/toastscript/ only provides download). ThanX in advance Torst

RE: stykesheet attribute version

2002-06-11 Thread Torsten Erler
I think you should try this: http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL/Format"; version="1.0"> note at the version attribute inside the xsl:stylesheet tag cu Torsten ps: > -Original Message- > From: [EMAIL PRO

RE: Landscape Layout

2002-06-07 Thread Torsten Erler
Simplest way: swap the values of the page-width and page-height Attributes in the Page Master reference of your xsl-template. greetings torsten -Original Message- > From: Urban, Patrick [mailto:[EMAIL PROTECTED] > Sent: Freitag, 7. Juni 2002 16:05 > To: [EMAIL PROTECTED]

RE: about drawing a Horizontal Line in PDF

2002-06-07 Thread Torsten Erler
try something like this cu torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Freitag, 7. Juni 2002 11:14 To: [EMAIL PROTECTED] Subject: about drawing a Horizontal Line in PDF Hi, How to create a horizontal line in PDF. I am using fop-0.20.3rc.jar for

How to expand blocks in table in table ?

2002-02-28 Thread Torsten Krämer
one line a linebreak is inserted an the cell gets bigger. Fine. Only the other cells of the top-level-table will not expand even with space-after.optimum and space-after set to 0. Question: How can I get the cells (and nesting blocks) of one row to be the same height ? Thanx, torsten k