This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Limit Pages Created

reed wrote on 2010-12-01:
Is there a way to limit the page number for the pdf. Had a case today where the web page gave me 100 pages in one pdf, and I would like to limit my pdfs to 5-10 pages max.

Reed Newhall
support wrote on 2010-12-01:
Reed,

it is possible with the API:

  • The API libraries provide setMaxPages().
  • pdfcrowd.sh provides the -max-pages option.
  • On the HTTP level, you can use the max_page property.