Rotating External-Graphic

2004-06-21 Thread Ralph Goebel
Hello World, I actually create a XSL:FO file an are now facing a little problem. Many thanks in advance, if you could help me with this. I have many EPS graphic files to include in the document. Because of the dimension of the pages, the EPS files need to be rotated. I see two possibilities to

Re: Problem with transformation

2004-06-21 Thread Johan Andersson
Thank you very much for the hint and the google phrase, that solved it. Johan Andersson J.Pietschmann wrote: Johan Andersson wrote: I'm trying to transform the XML snippet below to a FO table with a width of 3 columns. The list contain a maximum of 9 elements. Each cell should contain an image

Re: FW: OutOfMemoryError by large tables: Alternative solution?

2004-06-21 Thread anders . malmborg
Thanks to the input from the honorable fop-user's and the posting http://www.biglist.com/lists/xsl-list/archives/200212/msg00917.html I managed to put something together. To make the thread complete here is the Perl script to generate the XML (again, you might has to change the first line of

Re: Problem with transformation

2004-06-21 Thread Johan Andersson
Thank you for your comments regarding the structure of my XML snippet. The orignal XML document is actually formated as you suggest. I don't know why I missed that when I wrote the question, have to blame it on the fact that it was friday. ;-) Johan Andersson Zaleski, Matthew (M.E.) wrote:

Re: What XSLT and XSL-FO editor do you use?

2004-06-21 Thread Thorbjørn Ravn Andersen
Roger wrote: Do you know of any good wysiwyg editor for FO, and one that allows you to edit or import the code? I don't expect Dreamweaver quality. Other good tools are also welcome. XMLSpy works fine to create an XSD, but I've seen a lot of tools out there, so I'm wondering what your

RE: What XSLT and XSL-FO editor do you use?

2004-06-21 Thread jerald.selvaraj
Xmlspy is good -Original Message- From: Thorbjørn Ravn Andersen [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 4:49 PM To: [EMAIL PROTECTED] Subject: Re: What XSLT and XSL-FO editor do you use? Roger wrote: Do you know of any good wysiwyg editor for FO, and one that allows you

Error in output to PostScript

2004-06-21 Thread Renzo Callant
Hi all, Im trying to render a PostScript file with FOP. But i get the following error : [DEBUG] rendering areas to PostScript [INFO] [1] [DEBUG] Last page-sequence produced 1 pages. [INFO] [2] [ERROR] PostScript Command exceeded limit of 255 characters

RE: What XSLT and XSL-FO editor do you use?

2004-06-21 Thread Rob Stote
Title: RE: What XSLT and XSL-FO editor do you use? Hello all: I have tried the following editors: 1) Altova: I found this editor the least user friendly of the bunch. It does not offer a true WYSIWYG environment. Once you get your head around how to actually works, you can develop

Re: Rotating External-Graphic

2004-06-21 Thread Jeremias Maerki
Three ideas: 1. Create a small PostScript program that embeds an EPS file and rotates it as desired. Then run the PS program through GhostScript and use the EPS writer. This can easily be automated with script languages and a minimum of programming knowhow. 2. Requires some programming

Re: Error in output to PostScript

2004-06-21 Thread Jeremias Maerki
Uh oh. My fault. You hit a bug. This happens in org.apache.fop.render.ps.PSStream.java. I think I read somewhere that a single line of PostScript code shouldn't contain more than 256 characters. That's probably why I wrote that check. But unfortunately, I can't find the reference anymore. A

Re: fop and fonts in embeded svg graphics?

2004-06-21 Thread [EMAIL PROTECTED]
thanxs, you're right: strokesvgtext is the key. with strokeSVGText=true the text will be rendered as graphic instead of text. exact what i wanted. my fault, i tought both versions (windows and unix) were the same... markus Jeremias Maerki wrote: Are your userconfig.xml files the same? This