NOVAPDF_LAYOUT_PAGERANGE
NOVAPDF_LAYOUT_PAGERANGE
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
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
-
- Posts: 177
- Joined: Wed Dec 16, 2009 10:48 am
Re: NOVAPDF_LAYOUT_PAGERANGE
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
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