Import problem

2003-11-13 Thread Torsten
would be appreciated -- Best regards, Torsten mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: Import problem

2003-11-13 Thread Torsten
-- Best regards, Torstenmailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: page breaks in table-rows

2003-12-04 Thread Torsten
on the table-row? -- cu, Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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

Re[2]: Embeded EPS in PDF

2004-01-21 Thread Torsten
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 -- Best regards, Torstenmailto:[EMAIL PROTECTED] Ad.ps Description

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]

How to expand blocks in table in table ?

2002-02-28 Thread Torsten Krämer
for 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

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 fo:simple-page-master master-reference=A4 page-width=XXXpt page-height=YYYpt... -Original Message- From: Urban, Patrick [mailto:[EMAIL

RE: stykesheet attribute version

2002-06-11 Thread Torsten Erler
cu Torsten ps: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Dienstag, 11. Juni 2002 14:50 To: [EMAIL PROTECTED] Subject: Re: stykesheet attribute version i showed the code in the first mail , and i do implement the version in the tag... look

[OT] ToastScript using

2002-06-14 Thread Torsten Erler
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 Torsten PS.: If you have

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

2002-06-28 Thread Torsten Erler
try: fo:table-cell display-align=center 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 xsl-fo

Fonts in PDF (embedded postscript)

2002-11-12 Thread Torsten Erler
correctbut 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-linx Europe

RE: Fonts in PDF (embedded postscript)

2002-11-12 Thread Torsten Erler
) hundreds of generated ad's are in one pdf-proof 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

RE: PFM font embedding problems.

2002-11-13 Thread Torsten Erler
HI IIRC try to use *.pfb files in embed-file=... cu Torsten attachment: winmail.dat

Euro Sign Problem

2002-11-13 Thread Torsten Erler
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-31875-0Direct: (+49) 351-31875

foa extension

2002-11-28 Thread Torsten Erler
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 PROTECTED] For additional

accessing attributes in xml

2003-04-24 Thread Torsten Erler
attribute is 'SALES' and how to access this value. ThanX in Advance 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 attributewas meant ;( { Thinking is hard, if you've turned off your brain ;) } cu Torsten -Original

table--row background

2003-04-24 Thread Torsten Erler
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: HTML render class available?

2003-04-25 Thread Torsten Erler
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 PROTECTED] Subject: Re: HTML render

RE: testing support for various graphics formats

2003-05-12 Thread Torsten Erler
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] Subject: Re: testing

RE: external graphics and memory usage

2003-05-15 Thread Torsten Erler
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 usage Hello! I have a little

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 09:43 To: [EMAIL

OT: XPath expression

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

RE: XPath expression

2003-05-15 Thread Torsten Erler
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 De : Torsten Erler [mailto:[EMAIL PROTECTED] I know it's not the right

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:[EMAIL PROTECTED] Sent

RE: PCL - Postscript Print

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

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: transform pdf

RE: Graphic Problem

2003-05-22 Thread Torsten Erler
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 wrote

RE: can I use fo:table-header?

2003-06-05 Thread Torsten Erler
move table header out of the body: fo:table-header fo:table-row fo:table-cell/ fo:table-row /fo:table-header fo:table-body fo:table-row fo:table-cell/ fo:table-row /fo:table-body cu Torsten -Original Message- From: Francisco García [mailto:[EMAIL PROTECTED] Sent: Donnerstag

RE: line break

2003-06-05 Thread Torsten Erler
Use fo:table-cell white-space-collapse=false xsl:value-of.. cu Torsten -Original Message- From: Francisco García [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 5. Juni 2003 12:44 To: [EMAIL PROTECTED] Subject: line break Hello. I have a xml: ... Name My name

RE: FOP format is different between DPF and printed output

2003-06-16 Thread Torsten Erler
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: [EMAIL PROTECTED] For additional

RE: Pls help: Showing images of their own size

2003-06-16 Thread Torsten Erler
fo:block text-align=end fo:external-graphic src=YOUR_URL_HERE/ /fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table cu Torsten

multipage postscript files

2003-06-17 Thread Torsten Erler
. 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: multipage postscript files

2003-06-17 Thread Torsten Erler
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- From: Jeremias

RE: multipage postscript files

2003-06-17 Thread Torsten Erler
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 and the trailer, so you get a PS file

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 On 17.06.2003 13:47:58 Torsten Erler

RE: multipage postscript files

2003-06-17 Thread Torsten Erler
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: multipage postscript files Ok Thanx Jeremias, U'r suggestions were very helpful for me

RE: Pls help: Showing images of their own size

2003-06-17 Thread Torsten Erler
template attached cu Torsten ?xml version=1.0? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; version=1.0 xsl:template match=images fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; fo:layout-master-set fo:simple-page-master

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 before calling

block with table spanning different page-masters

2003-06-17 Thread Torsten Straube
it 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: 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

RE: checkbox in pdf

2003-06-18 Thread Torsten Erler
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 PROTECTED]' Subject: AW: checkbox in pdf thanks, this is that i need. I´ve tried

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: block with table spanning different page-masters

2003-06-23 Thread Torsten Straube
ran the transformation and trimmed the resulting FO as much as possible. thanks Torsten Straube ?xml version=1.0 encoding=ISO-8859-1? fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; fo:layout-master-set fo:simple-page-master end-indent=0mm padding-after=0mm margin-right=20mm margin-left=20mm

Re: block with table spanning different page-masters

2003-06-24 Thread Torsten Straube
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 * D-30175

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: fo:table table-layout=fixed inline-progression-dimension.optimum=100% hyphenate=true language=en hyphenation-push-character-count=2 hyphenation-remain-character-count=2 cu Torsten -Original Message- From: Zmitko, Jan [mailto:[EMAIL

RE: checkbox

2003-07-08 Thread Torsten Erler
/ svg:line x1=12 y1=17 x2=20 y2=3/ /svg:g /svg:svg /fo:instream-foreign-object cu Torsten -Original Message- From: Todtenhaupt, Susann [mailto:[EMAIL PROTECTED] Sent: Dienstag, 8. Juli 2003 08:39 To: '[EMAIL PROTECTED]' Subject: checkbox Hi @ all! How is it possible to create

RE: checkbox

2003-07-10 Thread Torsten Erler
). 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 Message- From: Todtenhaupt

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: [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: fo:simple-page-master page-width=297mm page-height=210mm master-name=a4 fo:region-body/ /fo:simple-page-master cu Torsten -Original Message- From: Leonard Wolters [mailto:[EMAIL PROTECTED] Sent: Montag

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 indenting... Hi, I

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, but i got # in pdf. i heard taht

Infinite loop on pagination

2003-07-30 Thread Torsten Erler
-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]

PDF-Report with dynamic JPEG-Image

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