Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How to multiply page-sequence in xsl-fo?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am using apache fop to export table to pdf. When i'm trying to export large table (more than 4000 rows) i get OutOfMemory Error. On some forums i've got information that multiplying of page-sequence can solve this problem, but i don't know how to do it in my case. I'll put my .fo code below. Help me please

 
Marshal
Posts: 28289
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I googled the idea of multiple page sequences and the first result I came up with was from the Ranch:

https://coderanch.com/t/559137/languages/XSL-FO-Multiple-Page-Sequences

It all took place seven years ago but then XSL-FO hasn't changed since then. I'd recommend looking at that thread because the person replying is a person who knows what they are talking about.
 
reply
    Bookmark Topic Watch Topic
  • New Topic