TheTucsonKid
Programmer
Hello All,
I've got a real brain teaser here. I'm needing to number the pages of a PDF with the following format:
For Figure 1 For Figure 2
1-1, 1-2, 1-3... 2-1, 2-2, 2-3...
Right now, I am using a retrieve marker for the figure number and <fo
age-number/> for the actual page. The problem is that the second part of the number isn't starting over at 1 for each new figure. I'm using the same page-sequence to process all the figures, so I'm having trouble with 'initial-page-number="1"' for each new figure. Any suggestions on how to get a page count on individual figures?
Brett
I've got a real brain teaser here. I'm needing to number the pages of a PDF with the following format:
For Figure 1 For Figure 2
1-1, 1-2, 1-3... 2-1, 2-2, 2-3...
Right now, I am using a retrieve marker for the figure number and <fo
Brett