Re: Example extension

2002-03-01 Thread Jeremias Maerki
Have a look at: http://www.exslt.org/ That's an XSLT extension, not a FOP extension. Right? Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41 41 317 2029 Internet http://www.outline.ch

RE: Corrupt PDF files?

2002-03-01 Thread Solange Desseignes
I had the same problem, but it was because the OutputStream is not closed in method run() of the class CommandLineStarter of the FOP library. I patched my FOP and closed the OutputStream, and have no more problems... If you use this class try to close the Stream... Solange Desseignes

Re: FOP Interfaces

2002-03-01 Thread fred redf
Hi Jeremias, and all other peoples here, I would like to know where an arbitrary event has occured during fop rendering. Let me give you a short example: i produce a *big* pdf with fop that should include another pdf that was produced in another way (i my case, it was produced by distiller from

Re: FOP Interfaces

2002-03-01 Thread Jeremias Maerki
I get it now, thanks. I think that's an interesting thing. Definitely, worth putting on the task list. I could use something like that, too. I would like to know where an arbitrary event has occured during fop rendering. Let me give you a short example: i produce a *big* pdf with fop that

cvs commit: xml-fop/test createpdf.sh

2002-03-01 Thread chrisg
chrisg 02/03/01 04:44:40 Modified:.Tag: fop-0_20_2-maintain CHANGES build.bat build.sh build.xml fop.bat docs/design Tag: fop-0_20_2-maintain build.bat build.sh docs/examples Tag: fop-0_20_2-maintain runtests.bat

Re: FOP Interfaces

2002-03-01 Thread fred redf
Thanks Jeremias --- Jeremias Maerki [EMAIL PROTECTED] a écrit : I get it now, thanks. I think that's an interesting thing. Definitely, worth putting on the task list. I could use something like that, too. I would like to know where an arbitrary event has occured during fop rendering.

output PDF via java.io.Writer

2002-03-01 Thread Holger Prause
Hello, I am using Fop-0.20.2 Is it generally possible to output a pdf stream via a java.io.Writer object ? I know its better to use OutputStreams objects to output binary streams as pdf,but i want to use a JSPWriter(in a TagLibrary Class) to output a Pdf Stream so that i can use it as

AW: output PDF via java.io.Writer

2002-03-01 Thread Beer, Christian
Is it generally possible to output a pdf stream via a java.io.Writer object? Well a java.io.Writer is used for character output. A PDF is binary output, especialy if you use filters (Flate, ...) I think it could be possible, but no good idea! The problem is, that a writer handles character

Re: converting SVG to PDF

2002-03-01 Thread James Richardson
fred redf wrote: Hi Boby, The prob is that svg renderer *need* to connect to an X11 server cause batik relies on AWT. When you run it via the command line there is no prob (assuming you actually are connected to some kind of X11 server). I found a workaround by running servlet

Problem with TTFReader

2002-03-01 Thread Richard Waginger
I tried to convert times.ttf font from my winXP fonts directory, but I failed. I used the command like in example on font support page, but program allways ended with exception: command: c:\Fop-0.20.2java build\org.apache.fop.fonts.apps.TTFReader C:\windows\fonts\times.ttf

Re: [REDESIGN] TextLayoutManager whitespace handling

2002-03-01 Thread Karen Lease
Arved, are you sure about that? It's a bit confusing since the spec (actually it's 7.15.12 not 7.5.12 as I mistakenly wrote last time) says white-space-collapse happens during area building but only talks about adjacent flow objects not at all about areas. Well actually it does. It says that the

Re: Example extension

2002-03-01 Thread Matt Savino
I've been told than an extension is the way to go for these two needed features: 1. Add a string ['(Continued)'] to a table header if the table spans multiple pages. Note these tables are part of the content and can start anywhere in the page. They could be seen more like paragraphs or blocks

DO NOT REPLY [Bug 6813] New: - FopServlet does not work!

2002-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.