Page 1 of 1

NOVAPDF_LAYOUT_PAGERANGE

Posted: Thu Mar 03, 2016 12:08 pm
by stephenm
I cant find any documentation on using this .

Can you supply a fewlines of code, Nova Support? It would help. I am not sure if other options need to be set as pre-requisites (i am not talking about the whole profile etc, just any similar LAYOUT options etc that need to be in place first).

Seeting a string value for NOVAPDF_LAYOUT_PAGERANGE of "1-2" did not limit the PDF produced, I got all 8 pages still.


NOVAPDF_LAYOUT_PAGES is a boolean: what does it control?
cheers

Re: NOVAPDF_LAYOUT_PAGERANGE

Posted: Tue Apr 05, 2016 9:50 am
by Lorant (Softland)
Hi,
In your case these need to be all false:
NOVAPDF_LAYOUT_FIRSTPAGE
NOVAPDF_LAYOUT_LASTPAGE
NOVAPDF_LAYOUT_ODDPAGE
NOVAPDF_LAYOUT_EVENPAGE
NOVAPDF_LAYOUT_ALLPAGE

This needs to be true:
NOVAPDF_LAYOUT_PAGES

And then the pagerange will need to show the actual page range you want printed:
NOVAPDF_LAYOUT_PAGERANGE