xml/xsl pdf servlet output problem

2002-05-08 Thread Rich Schiavi - ISDI.NET
i'm using the SimpleServlet which was posted prior (and attached). it works great with a .fo http://localhost:8088/fop/fop?fo=c:/dev/tmp/table.fo the trouble i'm seeing is this. using a very simple .xsl and .xml, the output is not getting sent to the outputstream, *however* the PDF is getting

xml-pdf servlet output timeout

2002-05-08 Thread bonsigno
Hi, I had writen a servlet who generates a dynamic PDF document with a long elaboration time (some minutes). In the mean time the client browser that had made the servlet request, shows the errors HTTP 500 - Internal server error or Unable to find the server or DNS error. The servlet elaboration

RE: xml/xsl pdf servlet output problem

2002-05-08 Thread Peter Jacobs
Does it work in Netscape? It is probably the very annoying bug in Internet Explorer there is a lot of information in the fop-user archives, e.g.: http://marc.theaimsgroup.com/?l=fop-userm=101898344218255w=2 http://marc.theaimsgroup.com/?l=fop-userm=101900052502730w=2 You could try:

first page must have no page number

2002-05-08 Thread Eric Smith
I tried implementing this with two page-master's but failed- could someone please pass me the code to implement this. thanx -- Eric Smith

RE: xml-pdf servlet output timeout

2002-05-08 Thread Wright Neiland (app1nlw)
Perhaps not a direct solution - but for large documents I try to kick off the process asyncronously with JMS. I have also found- due to unreliable browser rendering of pdf documents that storing the generated document as a file in a temporary directory works well. Because there is an asyncronous

import/include

2002-05-08 Thread Balaji Loganathan
Hi, Ofcourse this is a XSL question.Does using import/include increases the processing speed. I'm using Xalan and Fop. I tried importing a xsl with 43 variables instead of declaring them inside the main xsl.I didn't see any processing speed difference,I used my stop watch :-) to chk it.

Re: import/include

2002-05-08 Thread Oleg Tkachenko
Balaji Loganathan wrote: Ofcourse this is a XSL question. I beleive xsl-list maillist (http://www.mulberrytech.com/xsl/xsl-list) is a better place for xslt-related questions. Does using import/include increases the processing speed. I don't think so, these facilities (like in others

Page Borders

2002-05-08 Thread John Bourke
Guys have any of you used page borders with FOP, I can't get it to render them yet if I try my XSL-FO in Antenna House's evaluation package they are rendered as you would expect. Does FOP not implement this yet, I'm using 0.20.3 John

Out of Memory Error !!

2002-05-08 Thread Abhijat Upadhyay
hi there !! i am getting out of memory error when i try to process a very large document containing a single fo:page-sequence tag a single fo:table tag. i have gone thru the mailing list looking for some solution to this problem but though the problems are similar i am not able to figure out

Newbie question - underlining blank spaces.

2002-05-08 Thread Jack Donohue
Hi all. Is there any way to force FOP to underline a string, even if it is composed entirely of blank characters? I'm using fop-0.20.3, if that matters. I have a template which produces an underlined, fixed-length string in my pdf doc. It pads the string with spaces if necessary to make it the

Re: Out of Memory Error !!

2002-05-08 Thread Naveen_Rojanala
Hi Abhijit, Looks like it might be in a recursive mode or something. I am not totally aware of this kind or problem ,but how big is your document ? Are you using the combination of xml and xsl filer or just the fo file to print out in PDF? naveen

ANN: TIFFRenderer for FOP

2002-05-08 Thread Oleg Tkachenko
Hello! For the people interested in faxing using xsl-fo and FOP I'm happy to announce TIFFRenderer for FOP. The homepage is at http://www.tkachenko.com/fop/tiffrenderer.html and here is some info: TIFFRenderer for FOP, version 0.9 TIFFRenderer is a small Java library extending Apache's FOP by

fop-0.20.3 Don't know what to do with error

2002-05-08 Thread DuCharme, Bob (LNG)
When I call the fop.bat that comes with fop-0.20.3 using a very simple hello world formatting object file in the same directory as fop.bat, I get an error that says (in its entirety) Don't know what to do with no matter what parameters I supply. This is under Win98, and the same fo input file

PDF embedding

2002-05-08 Thread Patrick Lanphier
What's the cleanest way to embedded a PDF inside a PDF file using FOP? Thanks much for the help. Patrick Lanphier The Artemis Group http://www.artemisgroup.com phone: 814-235-0444 fax: 800-582-9710

Re: PDF embedding

2002-05-08 Thread J.Pietschmann
Patrick Lanphier wrote: What's the cleanest way to embedded a PDF inside a PDF file using FOP? You'll probably have to implement an extension element or an image handler. Alternatively, try iText http://www.lowagie.com to mix arbitrary PDF, including PDF generated by FOP and your existing PDF.

Re: xml-pdf servlet output timeout

2002-05-08 Thread J.Pietschmann
bonsigno wrote: Hi, I had writen a servlet who generates a dynamic PDF document with a long elaboration time (some minutes). In the mean time the client browser that had made the servlet request, shows the errors HTTP 500 - Internal server error or Unable to find the server or DNS error. The

Re: Java 1.1.x

2002-05-08 Thread Kendall Adkins
Hello Everyone, This is for those of you who are interested in running FOP under Java 1.1.8. I am successfully using version 0.17 in a servlet running on a Domino R5 Server. It was really not that hard to get going. The only real difficulty was in conforming to the version of FO-XML supported

Re: File seems to be kept open!

2002-05-08 Thread J.Pietschmann
Mirko Sertic wrote: After the renderer has done its work, i want to delete my temp files. I can delete every temp file except the image files!!! (the java java.io.File.delete() method gives a false as return value, so the the file is not deleted and is still alive in my temp dir!!!). The files

Re: Newbie question - underlining blank spaces.

2002-05-08 Thread J.Pietschmann
Jack Donohue wrote: Is there any way to force FOP to underline a string, even if it is composed entirely of blank characters? I'm using fop-0.20.3, if that matters. Try something which results in fo:inline text-decoration=underline#x005F; #160;/fo:inline The first is the

Re: fop-0.20.3 Don't know what to do with error

2002-05-08 Thread J.Pietschmann
DuCharme, Bob (LNG) wrote: When I call the fop.bat that comes with fop-0.20.3 using a very simple hello world formatting object file in the same directory as fop.bat, I get an error that says (in its entirety) Don't know what to do with no matter what parameters I supply. This is under Win98, and

Re: first page must have no page number

2002-05-08 Thread J.Pietschmann
Eric Smith wrote: I tried implementing this with two page-master's but failed- could someone please pass me the code to implement this. ?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 master-name=regular

turn off logging

2002-05-08 Thread Rich Schiavi - ISDI.NET
I attempted to turn off logging by adding the following to my servlet init routing: MessageHandler.setOutputMethod(MessageHandler.NONE) However, I still get all this stuff. I've search and trying to figure out how to configure the servlet/webapp to not print all this information. Is there a