Re: Questions on the new Intermediate Format

2009-06-02 Thread Andreas Delmelle
On 03 Jun 2009, at 08:23, Tobias Anstett [k15t.com] wrote: Hi Tobias I have some question regarding the new intermediate format: 1) Is it used automatically in FOP 0.95 or do I have to activate it somehow? No, it is only available in FOP's Trunk version. IIRC, it is used automatically.

Questions on the new Intermediate Format

2009-06-02 Thread Tobias Anstett [k15t.com]
Hi, I have some question regarding the new intermediate format: 1) Is it used automatically in FOP 0.95 or do I have to activate it somehow? 2) Does it change the way page-sequences are handled? In other words does the rendering process still hold the whole tree (of the processed page-sequence)

Issue generating barcode when using the latest code from trunk.

2009-06-02 Thread attaluri1210
Hi Everybody, I am getting the below issue when trying to generate the barcode using Barcode4j in FOP. It worked fine when is used FOP 0.95. Today i have taken the latest code from the trunk and getting the below exception. My code in the Fo file looks like http://barcode4j.krysalis.org

Event model doesn't contain the definition for org.apache.fop.afp.AFPEventProducer

2009-06-02 Thread attaluri1210
Hi, I have downloaded the latest source from the trunk and I have build it. When I tried to run FO -> AFP I got the below exception. Can anyone guide me to get rid of this error. Your help is greatly appreciated. I have downloaded the file by file from the trunk. I believe I did not miss any f

How to apply diff patch to FOP

2009-06-02 Thread MaheshR
Hi I am newbie to FOP. we are trying to implement multi column region body in single page. As FOP doesn't yet support these features, we found flow-map.diff patch file that can be applied to FOP .92 version. But we do not know how to apply this patch. Can anybody provide step by step instructions

Using multiple flows in single page

2009-06-02 Thread MaheshR
Hi, I am newbie to FOP. I have seen some specifications in XSL 1.1 for multiple flows using fo:region-body and fo:flow-map. but its not supporting in FOP. Is there any other ways to do this kind of PDF files using xsl-fo ? Thanks in advance. Thanks Mahesh Rayudu. -- View this message in cont

Already exists

2009-06-02 Thread MaheshR
I am already added FOP-users -- View this message in context: http://www.nabble.com/Already-exists-tp23839615p23839615.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsu

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread kinda...@gmail.com
In my case, i had to change it to the max that the machine would accept... somewhere around 1024m... [but it was on windows and on a 32bit environment... on 64 bits - both os and java - this issues are largelly overcome by the ability to address much more] ;) On 02-06-2009 16:23, Remko Tron

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread kinda...@gmail.com
I'd the same issue... but in my case, the complete file had 5k pages... I splited it in the chapters, and it managed to run... even if the largest chapter had almost 800 pages. To split it, you just need to find a way to "break" the source into parts and print to fo as if they where separated

Re: bench marking for xml to pdf conversion

2009-06-02 Thread Andreas Delmelle
On 02 Jun 2009, at 08:37, ismail.k...@polaris.co.in wrote: Is there any bench marking available for xml to pdf conversion using FOP with reference to time taken for converting specified number of pages / records. Not really. Some comparative benchmarks (FO->PDF/PS/AFP) were published b

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread Remko Tronçon
> thanks for your suggestions. I am using Debian Linux, so I don't have > FOP.BAT on my system. Do you have any ideas where I should enter it on > Linux? Did you install fop through apt-get install? If so: without having tried this myself, but by looking at the Debian package, perhaps the followin

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread nancy_b
Hi Tobias, Thanks for your valuable input. How can I split the file? Yes, I create a .fo file first. Thanks in advance! Nancy Tobias Anstett [k15t.com] wrote: > > Hi Nancy, > > >> I decided to move to FOP 0.95 (previously used FOP 0.94). When compiling >> a >> large PDF doc (more than 200 p

Re: Wrong encoding results in empty PDF? Was: Re: Empty PDF (on Windows)

2009-06-02 Thread Adrian Wiesmann
Hi Vincent > (Sorry for the delay.) Absolutely no problem! Thanks for your help. > You shouldn___t use > the BAOS.toString method, but its write or writeTo methods instead, and > use binary streams in the rest of your environment. Damned, you are right! I was very much concentrating on the Wic

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread Pascal SANCHO
nancy_b a écrit : Hi Pascal, thanks for your suggestions. I am using Debian Linux, so I don't have FOP.BAT on my system. Do you have any ideas where I should enter it on Linux? Thanks in advance! Nancy Unfortunately, I'm not familiarized with shell script under Linux. I just know that the b

Re: FOP creating *.tmp files

2009-06-02 Thread Chris Bowditch
somag wrote: the above code is creating +~JF31411.tmp files...this file size is very huge and each and every time it's creating. Image IO creates temporary files for processing images. Does your XSL-FO contain a lot of large images? Image IO is supposed to delete the temporary files when

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread Tobias Anstett [k15t.com]
Hi Nancy, > I decided to move to FOP 0.95 (previously used FOP 0.94). When compiling a > large PDF doc (more than 200 pages) the following error occurs: > > FOP Exception in thread "main" java.lang.OutOfMemoryError: Java heap space Is the content of your PDF wrapped in one single fo:page-sequenc

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread nancy_b
Hi Pascal, thanks for your suggestions. I am using Debian Linux, so I don't have FOP.BAT on my system. Do you have any ideas where I should enter it on Linux? Thanks in advance! Nancy Pascal Sancho wrote: > > nancy_b a écrit : >> Hi dear Pascal, >> >> Thank you for your response. I can't see

Re: FOP creating *.tmp files

2009-06-02 Thread somag
here is my code... ByteArrayOutputStream pclByteArrayData = new ByteArrayOutputStream(); try { FOUserAgent foUserAgent = fopFactory.newFOUserAgent(); // Construct fop with desired output format Fop fop = fopFactory.newFop(MimeConstants.MIME_PCL, foUserAgent, pclB

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread Pascal SANCHO
nancy_b a écrit : Hi dear Pascal, Thank you for your response. I can't see any improvement in handling fonts. See: http://xmlgraphics.apache.org/fop/0.95/changes_0.95beta.html#Changes+to+the+Font+Subsystem http://xmlgraphics.apache.org/fop/0.95/changes_0.95.html#Changes+to+the+Font+Subsystem

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread nancy_b
Hi dear Pascal, Thank you for your response. I can't see any improvement in handling fonts. For example, while FOP 0.94 hasn't complained, FOP 0.95 generates the following error message: WARNING: Font 'Symbol,normal,700' not found. Substituting with 'Symbol,normal,400'. Jun 2, 2009 2:14:25 PM or

Re: Strange bug in 0.95?

2009-06-02 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: > On 01 Jun 2009, at 16:49, Amick, Eric wrote: > >> Fair enough. It still seems like a lot of work (and not exactly >> intuitive) just to draw a box along the margins of a page. I can't help >> wondering why they disallowed borders on region-body, for instance. I thin

Re: FOP creating *.tmp files

2009-06-02 Thread Vincent Hennebert
Hi Soma, somag wrote: > Hi All, > > I am using FOP 0.95...I can generate PDF, PCL files. Fop is creating *.tmp > files, Those file are not deleting after process. I’m not aware of any piece of code in FOP that creates *.tmp files. Can you tell us more? How do you run FOP? What are the names, ty

Re: Table of Contents

2009-06-02 Thread Pascal SANCHO
grom nospam a écrit : I am currently using fo:list-block to format my Table of Contents, but this means I can only make the fo:list-item-body part be a link (with fo:basic-link). A line in the Table of Contents is formatted as so: 1.0 Introduction..1 Is there an alternative to format

Re: FOP 0.95 fails to compile large PDF files - java heap space

2009-06-02 Thread Pascal SANCHO
nancy_b a écrit : Hi folks, I decided to move to FOP 0.95 (previously used FOP 0.94). When compiling a large PDF doc (more than 200 pages) the following error occurs: FOP Exception in thread "main" java.lang.OutOfMemoryError: Java heap space What is really frustrating and annoying is that FOP