The new Release 0.19

2001-06-18 Thread Chetan Vig
Hi Arved, I am been using FOP 0.17 and I wanted to confirm that by using FOP 0.19 or its stable version I would not be changing my XSL-FO files. Please do let me know as I am interested in the new features as well as do not want to rewrite the old XSLs Thanks, -Chetan

Release 0.19

2001-06-19 Thread Chetan Vig
I just wanted to know if Release 0.19 was stable enough so that I can download it. coz, I saw bunch of emails flying about the PDF hanging etc etc. Thanks, -Chetan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

FOP-Support

2001-06-19 Thread Chetan Vig
Hi Seshadri, Is the out of memory patch part of the FOP 0.19 or it has to be seperately downloaded from minfiresolutions website. Please let me know. Thanks, -Chetan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Memory leaks when using FOP 0.19.0 many times

2001-06-29 Thread Chetan Vig
...If one tries to run multiple threads at the same time it bombs the server. As a result, I am not able to use this stuff yet for my users. We will have to come up with some kind of solution for that. Thanks, -Chetan Vig Arved Sandstrom wrote: On Wednesday 27 June 2001 13:35, Mikko Honkala wrote

Re: org.apache.fop.apps.FOPException: InputSource is not set.

2001-06-29 Thread Chetan Vig
Hi Erik, try this InputSource fo = new InputSource(new java.io.ByteArrayInputStream(baos.toByteArray())); Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PDF); driver.setOutputStream(out);

Re:

2001-06-29 Thread Chetan Vig
Yesmy big documents run greatalso...I am not using the -Xmx argument anymore ...before... I was setting it to 320M... Its awesome. Thanks, -Chetan Vig FOP-Support wrote: aha! I never realized that multiple users could be running fop Ok, this means that across multiple

Re: running from servlet, is buffering needed?

2001-07-06 Thread Chetan Vig
No, seshadri. Can't I call FOP from the servlet too. need the memory buffer for the servlet...my reports are approx. 300-500 pages and currently I have set my XMX to 384Mhowever, I would like to avoid doing that to my app. server. -Chetan Dave Frankson wrote: I use FOP solely from a

Re: FOP memory profile

2001-07-16 Thread Chetan Vig
Hi Mark, I am also looking for this memory problem solution. I like your analysis. Please do continue to work on it and apply the patches and keep me posted. Cheers, Chetan Vig Mark wrote: Howdy fopsters Yesterday I spent about 10 hours with FOP, vi, and a memory profiler (JProbe 3

Re: FOP jar and patches available

2001-07-24 Thread Chetan Vig
Hey Mark, I am trying to implement your changes in. However, I had a question on the setRenderer method. driver.setRenderer(new org.apache.fop.render.awt.AWTRenderer(translator)); What is this translator, and how do I create a new instance for this translator? Is it Translator translator =

Driver class

2001-07-25 Thread Chetan Vig
Hi Mark, I had a question on the Driver class which you modified. Is there any particular reason why addPropertyList call in the setupDefaultMappings() method was taken out. Thanks, -Chetan Vig __ Do You Yahoo!? Make international calls

Bookmarks

2001-07-25 Thread Chetan Vig
if you could please take a look at that. I am really looking forward to your changes so that I can implement this memory changes soon on my system. Let me know if you need any help from me on this. Cheers, Chetan Vig __ Do You Yahoo!? Make

Re: file is taking long time to download!

2001-07-27 Thread Chetan Vig
. Thanks, -Chetan Vig Ravi Remella wrote: Hai all, I am using FOP.17. When I am downloading the PDF file its working fine but taking little bit longer when file is even 185 KB. Did anyone know why its doing that, please help me. thanks in advance regards remella

Re: tables with margins and borders

2001-08-06 Thread Chetan Vig
Hi Arved, Did you get a chance to look at the JPEG image I send you which increases the PDF file size? Please advise as I am not sure what I need to do to reduce the PDF file size. Thanks, Chetan Vig Arved Sandstrom wrote: At 11:43 AM 8/6/01 -0400, Ralph LaChance wrote: fyi, the awt

Re: positioning of blocks

2001-08-09 Thread Chetan Vig
Use Block Containers here is an example fo:block-container height=225pt width=275pt top=45pt left=60pt padding=3pt position=absolute fo:block xsl:call-template name=LEGEND/ /fo:block /fo:block-container

Bookmarks

2001-08-20 Thread Chetan Vig
The bookmarks functionality seems not be working anymore with FOP 0.20.1 Please let me know if there is someother way of invoking it. Thanks, -Chetan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Bookmarks

2001-08-20 Thread Chetan Vig
Hi, I noticed that the PropertyMapping files have been deleted in the new Release (I have FOP 0.20.1 dated 08/20/01 03:00 am version). As a result the bookmarks feature of the PDF is missing. I would appreciate if you somebody could take a look at that. Cheers, Chetan Vig

Re: Bookmarks

2001-08-20 Thread Chetan Vig
- From: Chetan Vig [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 11:13 AM To: fop Subject: Bookmarks Hi, I noticed that the PropertyMapping files have been deleted in the new Release (I have FOP 0.20.1 dated 08/20/01 03:00 am version). As a result the bookmarks feature

Re: FO - PDF works with Netscape, not with IE

2002-03-04 Thread Chetan Vig
Make sure you have the following set in your response // CONTENT DISPOSITION ENSURES THAT IE BROWSER RECOGNIZES THE PDF // BYTE STREAM AS A PDF FILE // SOLUTION FOUND FROM MICROSOFT SUPPORT PAGE // NO IMPACT FOR NETSCAPE