FOP - Servlet Problem

2001-09-21 Thread Amit
getOutputStream().flush(); Hopefully someone can help me out...before I pull all my hair out Thanks Amit - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

FOP WARNING

2001-09-24 Thread Amit
I am trying to generate PDFs using FOP-0.20.1. The input files are xml and xsl files I am using JRun3.0 with java1.2.2 Here is the error I get WARNING: Unknown formatting object ^root Anybody any ideas? - To unsubscribe, e-

Re: FOP WARNING

2001-09-24 Thread Amit
help Amit Semprini Davide wrote: Hi, I have had the same problem Nobody give me a response! This code in FOP Home page don't work (for me!) ! Driver driver = new Driver();   driver.setRenderer(Driver.RENDER_PDF);   InputHandler inputHandler = new XSLTInputHandler(xmlFile, xs

Re: FOP WARNING

2001-09-24 Thread Amit
InputSource(str), outPDF);   Is this performance? I think yes!! Bye   Amit wrote: [EMAIL PROTECTED]">Looking at your code I am guessing that you wrote the fo file out to the filesystem and then used the driver to convert it to PDF...how is performance on that? Instead of writing the file o

Re: Running Fop using tomcat

2001-09-25 Thread Amit
Peter, Use a servlet instead of a a jsp page. There should be an example of how to do it in the \docs\examples Thanks Amit Peter Mathew wrote: > Dear Friends, > I'm in a fix,new to Fop and its termnologies > Please help me, > Thanks in advance > > I'm using

IE6

2001-09-25 Thread Amit
Hi all, I finally got all my stuff working in netscape but not in IE6. In IE6 there just a blank page. No errors nothing. I am on WInNT and using Acrobat reader5 Here is my code: public void makePDF(String xmlFile, String xslFile, HttpServletResponse response) throws

Re: IE6

2001-09-25 Thread Amit
I finally got everything working in IE and Netscape .. thanks to all who helped out. Amit wrote: > Hi all, > I finally got all my stuff working in netscape but not in IE6. > In IE6 there just a blank page. No errors nothing. I am on WInNT and > using Acrobat reader5 >

colspan-type feature

2001-09-25 Thread Amit
hi all In my xsl file I want to basically have a feature like html's colspan. Anybody know the syntax ..I have tried looking a few places and haven't been able to find it. Any help would be appreciated. Thanks Amit --

Re: colspan-type feature

2001-09-26 Thread Amit
Thank you all for helping out. I have both the number-columns-spanned and number-rows-spanned working Amit Amit wrote: > hi all > In my xsl file I want to basically have a feature like html's > colspan. > Anybody know the syntax ..I have tried looking a few places and ha

image on every pdf page

2001-09-26 Thread Amit
I have images working .. http://localhost:8100/somepic.gif content-height="3cm" content-width="8cm"/> Is there a way so that this image is always on a page when a page break occurs in the pdf file.(kindda like page

Re: image on every pdf page

2001-09-26 Thread Amit
pond to fop-dev > > > > I have images working .. > > >http://localhost:8100/somepic.gif > content-height="3cm" > content-width="8cm"/> > > > Is there a way so that this image is always on a page when a page b

Re: Newbie question: Error: Null

2001-10-02 Thread Amit
you trying to create a servlet which will out put PDF files with the xml and xsl files as input? Amit Paul Kowlessar wrote: > Hi, > > I have just downloaded FOP 0.20.2 and have included the appropriate jars > into my classpath. To test my installation, I have created a simple > p

Re: Newbie question: Error: Null

2001-10-02 Thread Amit
response.setContentLength(content.length); response.getOutputStream().write(content); response.getOutputStream().flush(); } catch (Exception ex) { throw new ServletException(ex); } /* ----*/ Paul

Re: pdf freeze due to image?

2001-10-05 Thread Amit
does this happen only on windows 2000? Also I am sure this is just a typo with your URL below...the server is missing in the url. Linda Zammit wrote: > > > We have an intermittent problem with out pdf's that are created with > FOP 19. For some reason the image referred to in: > > http://whate

Re: Performance

2001-10-18 Thread Amit
Yup I run it under Linux and it is actually way faster than windowsNT or 98. I have the latest kernel 2.4.12 and am using jdk1.2.2 with 128MB or RAM this is in my development environment. Jim Wright wrote: > I run complex table stuff on Linux with FOP pretty consistently, and > have not experien

Re: [vote] Merging JFor with FOP

2001-10-18 Thread Amit
+1 it would make JFOR and FOP "richer" "John Kattestaart (Freeler)" wrote: > > -Original Message- > > From: Jim Wright [mailto:[EMAIL PROTECTED]] > > Sent: donderdag 18 oktober 2001 21:06 > > To: [EMAIL PROTECTED] > > Subject: RE: [vote] Merging JFor with FOP > > > > > > I don't officia

Re: image on every pdf page

2001-09-28 Thread Amit
t; > 09/26/01 01:05 PM > Subject: image on every pdf page > > Please respond to fop-dev > > > > > > > > I have images working .. > > > > > >http://localhost:8100/somepic.gif > >

Page Breaks

2001-09-28 Thread Amit
Is there a way to insert a bage break in the pdf that I am trying to generate using a xsl fo tag in my xsl file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Invalid Image URL - error on relative URL : no protocol

2001-10-10 Thread Amit
If on Windows do this: file:C:\path\some.gif If on Unix like OS do this file:///www/images/some.gif Amit MEMMADI Said wrote: > Hi all, > > I have the folowing error with fop 0.20.1 > > Error while creating area : Invalid Image URL - error on relative URL : no protocol:

Re: Fop speed improvements

2001-10-11 Thread Amit
There are disclaimers stating that Fop is not ready for production level use. However many of us use it. I can generate 2+ page pdfs with graphics in less than 30 seconds...this is just to give you an idea. I a using JDK1.2.2 with 512MB of RAM If you could paste/attach your servlet code or the xml

Re: Embedding fop in IE..Help!!!

2001-10-15 Thread Amit
Can you open other pdf files (via a link in a html page) in IE? "Rajagopal. V" wrote: > Hi All > I have an XML file which i combine with a XSL to > generate the FO file and render it. It works fine with > Netscape but im having a tough time with IE. It is > displaying garbage on teh screen. All

FOP support for number-rows-spanned property

2001-09-20 Thread amit . pherwani
ever, I keep getting errors - is the "number-rows-spanned" property not implemented in FOP yet? Thanks for your help amit - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Gui FO editor

2001-10-23 Thread Amit Kirdatt
Is there a gui fo document editor anybody knows of? If it is open source even better

image align

2001-11-13 Thread Amit Kirdatt
ut that dosen't work and I tried other things but no luck Any help would be appreciated   thanks Amit

Re: image align

2001-11-13 Thread Amit Kirdatt
mage align According to the short reference, you use before, center, or after. Paul Branham [EMAIL PROTECTED] 24/7 Media, Inc. Phone:(301)897-7722 -Original Message-From: Amit Kirdatt [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 13, 2001 12:37 PMTo: Fop FopSubject:

Re: image align

2001-11-13 Thread Amit Kirdatt
me line as the logo graphic. Paul Branham [EMAIL PROTECTED] 24/7 Media, Inc. Phone:(301)897-7722 -Original Message-From: Amit Kirdatt [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 13, 2001 1:36 PMTo: [EMAIL PROTECTED]Subject: Re: image align It i

Date

2001-11-13 Thread Amit Kirdatt
How do you insert todays date Is there something similar to page-number   I tried   that dosen't work. any ideas   thanks Amit

XSLTransform

2001-11-14 Thread Amit Kirdatt
Stream, outDoc);   <**Code**>     But somehow the outDoc is null. According to the api it should've have written out to outDoc.   I am sure I am doing something wrong ... If somebody has some insights/suggestions I would really appreciate it   Amit  

Fw: XSLTransform

2001-11-14 Thread Amit Kirdatt
Title: RE: XSLTransform   - Original Message - From: Amit Kirdatt To: Clute, Andrew Sent: Wednesday, November 14, 2001 12:43 PM Subject: Re: XSLTransform XSLTransform.transform() expects xmlDoc, xslInputStream, and an org.w3c.dom.Document According to your example your

FopServlet

2001-11-14 Thread Amit Kirdatt
(specifically org.w3c.dom.Document) and an xsl file   any help would be appreciated   Amit

Re: Easier logging suppression for Driver?

2002-04-19 Thread Amit Kirdatt
That would be very usefull, and I am sure there are many others who would like it as well. Also in my humble opinion the logger used in FOP should be a configurable using the log4j package. - Original Message - From: "Rhett Aultman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Fri

PDF to RTF

2002-04-26 Thread Amit Kirdatt
Does anybody know of a PDF to RTF converter written in Java (preferably)? Or does anybody know of a XSL:FO based RTF renderer? I tried the jfor one but is not sufficient for what I am trying to do...(lacks support for headers, borders footers etc)

Unable to generate PDF file from EJB using FOP

2002-07-09 Thread Amit Rangari
also, I am using the same setEnv.bat file to set the environment for running both standalone program as well as weblogic application server. Please help me Thanks Amit -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 9:39 AM To: [EMAIL PROT

RE: Unable to generate PDF file from EJB using FOP

2002-07-10 Thread Amit Rangari
? Ramana.JV. -Original Message- From: Amit Rangari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 12:39 PM To: [EMAIL PROTECTED] Subject: Unable to generate PDF file from EJB using FOP I have written a simple class which takes XML and XSL and translate it into PDF using FOP (this works

RE: Unable to generate PDF file from EJB using FOP

2002-07-11 Thread Amit Rangari
Unable to generate PDF file from EJB using FOP Amit Rangari wrote: > Simply the rendering not done It is hard to guess your problem from such a sparse description. Some possibilities: - Are you using IEx as a client? Do you use a URL ending in .pdf to access the PDF? - Have you used a comman

Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Amit Rangari
Hi All, I am not able to execute the FOServlet on weblogic6.1. I get a blank PDF in the IE when I try to execute the FOServlet. The message on Weblogic console is: "[DEBUG] Using weblogic.xml.jaxp.RegistryXMLReader as SAX2 Parser" Please help me to resolve this issue. Th

RE: Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Amit Rangari
-Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Problem Executing FopServlet on bea weblogic6.1 Amit Rangari wrote: > I am not able to execute the FOServlet on weblogic6.1. > I get a bla

RE: Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Amit Rangari
the size of the ByteArrayOutputStream it is showing 0 this means nothing is being rendered. Thanks Amit -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Problem Executing FopServlet on bea weblogic6.1 Amit Rangari

RE: Problem Executing FopServlet on bea weblogic6.1

2002-07-15 Thread Amit Rangari
\lib\tools.jar; E:\bea\wlserver6.1\config\alphadomain2_2\applications\TestBean.jar; E:\bea\wlserver6.1\lib\weblogic_sp.jar; E:\bea\wlserver6.1\lib\weblogic.jar Thanks Amit -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 1:44 PM To: [EMAIL