Pausing Numbering in an XML Template

M

Mandyellow

I'm creating an XML template, and I need for the users to be able to skip
pages (for example, printing pages 1-4, 6-10) with the page numbers remaining
consecutive (showing up as pages 1-9). Is this possible?
 
C

Cindy Meister

Hi Mandy

Not within the single document, no. The pages would need to be extracted to
their own document in order to achieve this. Or you'd have to implement some
kind of "manual" page numbering. Like placing a frame on each page that
should be printed (not in the header/footer view) and using SEQ fields in
these "boxes" to display "page numbers".

This could be done with a macro.

-- Cindy
 
Top