Re: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Andreas L. Delmelle
On 01 Apr 2011, at 21:38, Eric Douglas wrote: > I only reference the words page-sequence once. Is this the single page > sequence problem you're talking about, or is my page loop referencing > multiple page sequences? Your sample does have the potential to create large page-sequences, yes. It a

RE: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Eric Douglas
I only reference the words page-sequence once. Is this the single page sequence problem you're talking about, or is my page loop referencing multiple page sequences? My input is already formatted so I know what goes on each page. I just need the pages connected for the page variable references wi

Re: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Andreas L. Delmelle
On 01 Apr 2011, at 16:47, Eric Douglas wrote: > I currently only have one fo:page-sequence tag in my xsl. > How would auto page numbering with fo:page-number work otherwise? If you do not use the 'initial-page-number' property, the numbering for the next page-sequence just continues from where t

Re: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Andreas L. Delmelle
On 01 Apr 2011, at 13:13, Dennis van Zoerlandt wrote: Hi Dennis > I will look further into modifying the XSL file in a such way multiple > page-sequences are used. I think it's the best solution this far. Am I > correct to say multiple page-sequences won't affect the definitive page > lay-out of

Re: what might be forcing an early page/column break

2011-04-01 Thread Rob Sargent
"Some investigation" I suspect best translates as "hours of debugging frustration dealing with an obtuse xsl-fo incarnation". I for one am very thankful. rjs On 04/01/2011 07:36 AM, Vincent Hennebert wrote: Rob sent me his document offline and after some investigation I identified the issue:

AFP files generated with FOP loading to IBM OnDemand system problem

2011-04-01 Thread Igor Solenov
Hi all. I'm using the newest version of FOP 1.0 from trunk in Windows environment. The task I'm trying to implement is converting XSL-FO document to AFP format suitable for loading into IBM OnDemand system. I need an advice on how to configure FOP to get proper AFP file. The main problem is that

AW: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Georg Datterl
Hi Eric, I don't think page numbering is depending on page-sequence. Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78

RE: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Eric Douglas
I currently only have one fo:page-sequence tag in my xsl. How would auto page numbering with fo:page-number work otherwise? Is it possible the memory requirements could be reduced for extremely large documents by adding an option to swap some values out to temp files? Maybe save information in

Re: AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Dennis van Zoerlandt
Hi Georg, At this moment we don't use fixed page breaks, just 1 page-sequence. The stylesheet files are generated with Digiforms Designer. Best regards, Dennis van Zoerlandt Georg Datterl wrote: > > Hi Dennis, > > Page-sequences start with a new page. If you start a new page-sequence > inste

Re: what might be forcing an early page/column break

2011-04-01 Thread Vincent Hennebert
Rob sent me his document offline and after some investigation I identified the issue: this is due to the keep-with-next property set on the last block of the document (and possibly its descendants). If you remove them then the document renders normally. They are unnecessary anyway, although I under

AW: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Georg Datterl
Hi Dennis, Page-sequences start with a new page. If you start a new page-sequence instead of inserting a fixed page break, the layout does not change, as far as I can tell. Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nü

Re: AW: AW: AW: AW: OutOfMemoryException while transforming large XML to PDF

2011-04-01 Thread Dennis van Zoerlandt
Hi Andreas, Alright, it seems a logical explanation you need a large heap to produce this kind of large documents. Font auto detection seems to be off. In the FOP configuration file no auto-detect flag is present and I also didn't include a manifest file with x-fonts. I will look further into m

RE: Problem with displaying crop marks

2011-04-01 Thread Mario Madunic
Thanks Pascal, Wrote a XSLT yesterday to create the crop mark SVG. Was just being a truculent little child. Marijan (Mario) Madunic Publishing Specialist New Flyer Industries -Original Message- From: Pascal Sancho [mailto:pascal.san...@takoma.fr] Sent: Friday, April 01, 2011 4:40 AM To:

Re: Problem with displaying crop marks

2011-04-01 Thread Pascal Sancho
Oops, I've don't read that... You have to draw it yourself... I've attached an XSLT file to make it. You can use it as is, or tune it as you want. Le 31/03/2011 17:00, Mario Madunic a écrit : > I've played with various values and when cop-box is set to trim-box the page > displayed is the actual

Re: Problem with displaying crop marks

2011-04-01 Thread Pascal Sancho
Hi Mario, You have to change your fox:crop-box to 'media-box' (see [1]). FYI fox:crop-box possible values are: - media-box (area containing cropmarks) - bleed-box (area containing bleeds) - trim-box (default, area remaining after crop) [1] http://xmlgraphics.apache.org/fop/1.0/extensions.html