embedded svg with blank anchor elements causes NullPointerException in 1.0Dev

2003-03-11 Thread Krautbauer, Bruce
Hi, The following document processes without error with 0.20.5rc2 but causes a java.lang.NullPointerException with 1.0Dev. I narrowed it down to the fact that the has 'null' content. Should I submit a bug or is this bad XSL:FO? Thanks, Bruce http://www.w3.org/1999/XSL/Format";>

Re: PDF boomarks not created due to location?

2003-03-11 Thread Jeremias Maerki
Call it a feature. Sounds nicer. No seriously, I think it's simply a shortcoming in documentation. And yes, patches are always welcome, especially for documentation. :-) Thanks. On 11.03.2003 23:04:01 Philip Semanchuk wrote: > Thank you very much Jeremias. The documentation that I have not been >

can FOP generate .fo from the original XML?

2003-03-11 Thread Robert P. J. Day
from its command-line options, it appears that FOP can take the original XML and XSL and go straight to PDF. can i have it just generate the .fo file instead? as far as i can see, the "-fo" option is strictly for referring to the .fo input file. is this correct? rday

Re: AW: left margin different on two printouts...

2003-03-11 Thread Philip Semanchuk
I had not taken that into account and that was indeed the problem. That's two problems you've fixed for me today, Jeremias! Any chance you want to make it three and fix this file I/O bug I've got in my Java code? =) If you want to email me your SnailMail address, I'll send you a thank-you postcard

Re: PDF boomarks not created due to location?

2003-03-11 Thread Philip Semanchuk
Thank you very much Jeremias. The documentation that I have not been able to find is something that states whether this feature is WAD (working as designed) or if it is just a known quirk/bug. If patches are welcome then I guess it is the latter. =) Thanks again Philip On Tue, 2003-03-11 at 04:43

Re: conditional include of "fluff" material

2003-03-11 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: This is working in FOP. But if the chapter ends on a page that is more than 1/2 empty, I want to display some filler material (quotes from famous people, images, etc)... Is there a way to do a conditional include of content, the condition being that the page has enoug

Re: Distribution of FOP - the different jars

2003-03-11 Thread J.Pietschmann
Zmitko, Jan wrote: I have a question mentioned the FOP Release 0.20.5. In this distribution are the following JARS "Xerces version 2.2.1, Xalan version 2.4.1 and Batik version 1.5beta4. and avalon-framework-cvs-20020806.jar" the original. In this JARS, is there only the needed minimum for FOP or co

RE: FOP in production app

2003-03-11 Thread s-oualid
Hi ! We are using fop 0.20.5 in client/server app (300 users, calls are synchronised) and in our websites (servlet embedded, synchronised too) running on tomcat 3.23 app server. We only use FOP for generating PDF dynamic catalogs (example here http://www.tatouage.fr/temp/fop_user_example.pdf).

Question about Word character encoding.

2003-03-11 Thread s-oualid
Hi, I have a little query : I am looking for a table with the hexadecimal code for the MS Word specific characters (eg: "..." or the ' character). I am coding a java class that will clean the Word input to avoid FOP to render specific character as "#". eg : if (c == 0x85) { stBuffer.append(

Re: Best Image Format for FOP for printing and viewing?

2003-03-11 Thread Peter Solberg
SVG is the best for printing It is a vector graphic and will sustain it's quality throughout... However, the source MUST be from a vector based application such as Adobe Illustrator. SVG's can import other raster images inside of an SVG and are NOT vector based. Therefore you must sustain the

Best Image Format for FOP for printing and viewing?

2003-03-11 Thread rhodespc
This is for reports that people can view on-line and to print. So it's not a either "view or print" situation. It's like I need the best of both worlds. I need to have print quality and view quality in the same document. I am trying to get quality images in FOP, but have not been pleased with

conditional include of "fluff" material

2003-03-11 Thread rhodespc
I have dynamic report, with chapters and pages. Each Chapter begins a new page. This is working in FOP. But if the chapter ends on a page that is more than 1/2 empty, I want to display some filler material (quotes from famous people, images, etc)... Is there a way to do a conditional include

Distribution of FOP - the different jars

2003-03-11 Thread Zmitko, Jan
Hello, I have a question mentioned the FOP Release 0.20.5. In this distribution are the following JARS "Xerces version 2.2.1, Xalan version 2.4.1 and Batik version 1.5beta4. and avalon-framework-cvs-20020806.jar" the original. In this JARS, is there only the needed minimum for FOP or contain this

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Hans Stoessel
If I convert the SVG file with the version of FOP, the PDF file is much bigger (about 5 times). And a font I use (Arial) in the SVG file is changed in the PDF file. With the version 0.20.5 works this correct. I think I use the old version for the moment... One more question: Can I change the size

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Hans Stoessel
OK, I can transcode my SVG file now with the new FOP version. The PDF is much bigger than before, but I can't still open it in Adobe Illustrator. With the Reader it works. Hans "Jeremias Maerki" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > That's easy. See below. > > On 11.

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Jeremias Maerki
That's easy. See below. On 11.03.2003 14:31:19 Hans Stoessel wrote: > In the attachment, you'll find a zipfile who contains the following files: > > test.svg -> svg file > chart.pdf -> created from test.svg, can't open in illustrator, only in Adobe > Reader > fehlermeldung.pdf -> error message if

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Hans Stoessel
Hi In the attachment, you'll find a zipfile who contains the following files: test.svg -> svg file chart.pdf -> created from test.svg, can't open in illustrator, only in Adobe Reader fehlermeldung.pdf -> error message if I try to open chart.pdf in adobe illustrator 10 (mac) test big.svg -> bigge

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Jeremias Maerki
On 11.03.2003 12:05:43 Hans Stoessel wrote: > Hi > > Thanks for your answer. > > Update in CVS: > >...I suggest you update to the one in CVS because it's improved and nearing > a release. ...and we could use some testers. :-) > I have downloaded the latest version and built it. But it doesn't wo

Re: rendering XML from TIFF

2003-03-11 Thread Oleg Tkachenko
Rick Delpo wrote: Is there a way to parse elements from TIFF format into XML ? OCR -- Oleg Tkachenko Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Hans Stoessel
Hi Thanks for your answer. Update in CVS: >...I suggest you update to the one in CVS because it's improved and nearing a release. ...and we could use some testers. :-) I have downloaded the latest version and built it. But it doesn't work. The class org.apache.fop.configuration.Configuration is m

newbie: testing FOP on an existing document

2003-03-11 Thread Robert P. J. Day
as a beginner to FOP, i'm testing running it on an existing document to see how the PDF output differs from that produced by passivetex. as a testbed, i'm playing with tim waugh's "selfdocbookx" document, which has a nice working environment, a sample docbook document, and a Makefile to prod

Re: PDF boomarks not created due to location?

2003-03-11 Thread Jeremias Maerki
The outline extension is documented here: http://xml.apache.org/fop/extensions.html The original file where this is documented is the file xml-fop/src/documentation/content/xdocs/extensions.xml (trunk in CVS). You're invited to provide a patch. Documentation on the XML format used for documentati

Re: AW: left margin different on two printouts...

2003-03-11 Thread Jeremias Maerki
Philip, (just for completeness) when printing from Acrobat Reader 5, you've got to take into account the three checkboxes in the print dialog (in "Copies and Adjustments") which can distort your print output by scaling the PDF (the function is dependant on the printable areas supplied by the print

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Jeremias Maerki
Are you working with the PDF transcoder from a released version or from the trunk in CVS? If the former I suggest you update to the one in CVS because it's improved and nearing a release. ...and we could use some testers. :-) On 11.03.2003 09:20:01 Hans Stoessel wrote: > I convert an SVG file into

AW: FOP in production app

2003-03-11 Thread Normen Ruhrus
Hi David, We are just starting to use FOP for Printing and PDF Streaming issues in A Data Warehouse application. Works good, no big stones in our way, yet :-) Greetings Normen > -Ursprüngliche Nachricht- > Von: Holk, David A [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 10. März 2003

AW: AW: left margin different on two printouts...

2003-03-11 Thread Normen Ruhrus
Hi Clay, Yes, this seems to be the case; FOP does not seem to be the problem. We changed margins to 1,5cm and voila good print on both printers! Thank you very much for helping me locating this issue... Greetings Normen -Ursprüngliche Nachricht- Von: Clay Leeds [mailto:[EMAIL PROTECTED

AW: FOP in production app

2003-03-11 Thread Gehrer Helmut
Hello David We are using FOP in several productive applications in a insurance environment. Mit freundlichen Grüssen Helmut Gehrer Visana Services AG E-Mail: [EMAIL PROTECTED] URL: www.visana.ch > -Ursprüngliche Nachricht- > Von: Holk, David A [mailto:[EMAIL PROTECTED] > Gesendet

Re: FOP in production app

2003-03-11 Thread Jochen . Maes
Hi there, I'm using FOP in production and we render up to 5000 in 1 run (once a night), another application makes pdf's continuously during the day (0-1500) and another application is a webapplication and reders dynamic pdf's depending on the clients requests. Non of the machines use more the 8

Re: FOP in production app

2003-03-11 Thread Bertrand Delacretaz
Le Lundi, 10 mars 2003, à 18:36 Europe/Zurich, Holk, David A a écrit : Is anyone using FOP in a production app? ... Several customers of companies that I'm working with are, daily production of small to medium-sized documents (from a few to 250 pages). Stability is no problem IMHO, you can get go

SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-11 Thread Hans Stoessel
Hi I convert an SVG file into a PDF file using FOP: //-- // Save as PDF //-- boolean saveAsPDF() { try { Configuration.put("strokeSVGText"

SV: FOP in production app

2003-03-11 Thread Uwe Klosa
We are using it in production for dynamic pages on the web, for an internal workflow and for printing of parts of thesis and dissertations. Best regards Uwe Klosa __ Electronic Publishing Centre Development UPPSALA UNIVERSITY University Library Tel

RE: FOP in production app

2003-03-11 Thread Kielen, Agnes
Hi David, For one customer we use FOP in a production environment. For another we use XEP. This choice is made in consultation with our customers with respect to their requirements and the money they want to spend. Cheers, Agnes -

RE: FOP in production app

2003-03-11 Thread Hans Kappert
Title: RE: FOP in production app We are. We're using it to deliver printed offers to the customer, the size of documents are, however, fairly small. No problems so far. Hans Kappert Co-maker B.V. Postbus 24006 2490 AA  's Gravenhage www.co-maker.nl tel:  +31(0)70 - 317 80 40 fax: +31(0)70 -