AW: URLs in external-graphics - corrupt PDF

2003-07-31 Thread Psi Aushilfe3
1. Does FOP signal any errors related to the external graphic? [2003-07-31 09:53:18,562 INFO,STDOUT] [ERROR]: Error in XObject : Error while loading image http://127.0.0.1:8083/must_unfortunately_not_be_made_public.gif : class java.lang.ClassCastException -

AW: URLs in external-graphics - corrupt PDF

2003-07-31 Thread Psi Aushilfe3
The URL is correct, a browser displays the .gif image. Well, it work with BMP images (however color images appear b/w) so it is probably a problem with FOP's GIF decoder (?). However FOP just can decode the GIF if I don't pass an URL but an file system path...weird.

0.20.4 - 0.20.5

2003-07-31 Thread Sam Prokop
Title: 0.20.4 - 0.20.5 Hi Fop-User, We are trying to update our servlet on tomcat to fop 0.20.5, but we are getting the following error: Error fo transform: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerConfigurationException:

AW: URLs in external-graphics - corrupt PDF

2003-07-31 Thread Psi Aushilfe3
The URL is correct, a browser displays the .gif image. Well, it work with BMP images (however color images appear b/w) so it is probably a problem with FOP's GIF decoder (?). However FOP just can decode the GIF if I don't pass an URL but an file system path...weird. ...and jpeg works just

How to display bullets in PDF or RTF

2003-07-31 Thread Raghava Reddy Narapa Reddy
Title: Message Hi All I need to use bullets in one of the PDF , How can i display bullets in PDF. Regards Raghava

RE : How to display bullets in PDF or RTF

2003-07-31 Thread VAGNER Rodolphe
Title: Message You should use lists : fo:list-block provisional-distance-between-starts="18pt"provisional-label-separation="10pt" !--some for-each statement ?? -- !-- list item -- fo:list-item !-- insert a bullet -- fo:list-item-label end-indent="label-end()" !--can use some exotic

Re: 0.20.4 - 0.20.5

2003-07-31 Thread Chris Bowditch
From: Sam Prokop [EMAIL PROTECTED] Hi Fop-User, We are trying to update our servlet on tomcat to fop 0.20.5, but we are getting the following error: Error fo transform: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerConfigurationException:

FOP 0.20.5 - problems with embedded fonts

2003-07-31 Thread Michal Jastak
I have problems with user defined fonts in FOP 0.20.5 embedded into Servlet. Background: -- - Servlet works on Jboss + Tomcat pair, - FOP user configuration is initialized in following way: options = new Options(servletContext.getResourceAsStream(/WEB-INF/userconfig.xml)); URL

When will there be a new version of FO ?

2003-07-31 Thread patrick andries
Well, the title says it all. I'm more particularly interested in margin notes, line numbering and better control of footnotes. P. Andries - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: outline

2003-07-31 Thread Victor Mote
Peter Menzel wrote: I just used the outline element from the fop xtensions and its works fine, but i have one problem. My fo document is (of course :) ) created by an xslt transformation and not everytime all the document parts that are referenced by the fox:outline will be in the document

Re: 0.20.4 - 0.20.5

2003-07-31 Thread J.Pietschmann
Sam Prokop wrote: We are trying to update our servlet on tomcat to fop 0.20.5, but we are getting the following error: ... javax.xml.transform.TransformerException: A node test that matches either NCName:* or QName was expected. This indicates a problem in your style sheet which probably slipped

Re: FOP 0.20.5 - problems with embedded fonts

2003-07-31 Thread J.Pietschmann
Michal Jastak wrote: I have problems with user defined fonts in FOP 0.20.5 embedded into Servlet. Does it work from the command line or with file: URLs? Maybe the font is corrupted by accessing it through a web server. J.Pietschmann

Re: render pdf page by page

2003-07-31 Thread J.Pietschmann
Mahbub ul Huq Bin Kabir wrote: Recently we try to render a PDF using XSLT using arround 2 data but we observe two problem. First I takes too much time and secondly it takes lot of memory to render and it fails with my 256MB RAM. Have a look at http://xml.apache.org/fop/running.html#memory

Re: AW: URLs in external-graphics - corrupt PDF

2003-07-31 Thread J.Pietschmann
Psi Aushilfe3 wrote: [2003-07-31 09:53:18,562 INFO,STDOUT] [ERROR]: Error in XObject : Error while loading image http://127.0.0.1:8083/must_unfortunately_not_be_made_public.gif : class java.lang.ClassCastException - sun.net.www.protocol.http.HttpURLConnection$HttpInputStream Weird, at this point