what are the other third party softwares needed ?

2002-05-08 Thread Naveen_Rojanala
To Run the FOP and see the output in PDF through IE or Netscape browser. Jar files from FOP lib directory, Adobe Acrobat Reader(is read only O.K, and which version?), Plugins for IE and Netscape(Isn't default when you install Adobe's Acrobat Reader?),Java 1.3(I am having this version).. Anything

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 way

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. http://www.w3.org/1999/XSL/Format";> Stuf

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, a

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 _   The first is the underline character, the last a non breaking space. J.Pietsch

Re: import/include

2002-05-08 Thread J.Pietschmann
Balaji Loganathan wrote: Ofcourse this is a XSL question. Then it should be asked on the XSL list http://www.mulberrytech.com/xsl/xsl-list/ Does using import/include increases the processing speed. No. J.Pietschmann

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 are

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: 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 se

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. J.Pi

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

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 w

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 provi

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

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 d

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 th

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

RE: What about streams in a fo-file?

2002-05-08 Thread Katiyar, Bhawana
you could write : You will get the image embeded in the pdf. - Bh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 9:03 AM To: [EMAIL PROTECTED] Subject: What about streams in a fo-file? Hello,

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 languages)

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. Regards

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

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/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-user&m=101898344218255&w=2 http://marc.theaimsgroup.com/?l=fop-user&m=101900052502730&w=2 You could try: http://loc

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 elaboratio

File seems to be kept open!

2002-05-08 Thread Mirko Sertic
Hi there again. I'm running my FOP formatter in a java standalone application and let it render PDF's the hole day. It acts like a converter-server. Clients are giving it the xml and xsl file and the formatter does the rest. Sometimes it has also to render some images into the pdf file. These fi

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 gen