NOVAPDF_LAYOUT_PAGERANGE

Have questions about novaPDF (desktop or server), or having problems using it? Ask here for help.
Post Reply
stephenm
Posts: 1
Joined: Thu Mar 03, 2016 12:04 pm

NOVAPDF_LAYOUT_PAGERANGE

Post 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

Lorant (Softland)
Posts: 177
Joined: Wed Dec 16, 2009 10:48 am

Re: NOVAPDF_LAYOUT_PAGERANGE

Post 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

Post Reply