• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XSL-FO page numbering

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

I am generating PDF from an XML using XSL-FO and FOP. The generated PDF has text and images. On the printed copy of the book I need to provide page no. of images wherever they are referenced in the text. The problem is I do not know which page the images will end up in generated PDF.

Is there any way this can be handled.

PS: Only print copies will be distributed to end useres. No electronic copies.

Thanks,
Sharad.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
XSL-FO has an elegant method for providing page numbers for use in indexes, tables of contents and the like. Unfortunately it would be hard to explain in a short note. I found the book "Definitive XSL-FO" by Holman to be a great reference.
reply
    Bookmark Topic Watch Topic
  • New Topic