Monday 1 February 2010

How to Set Maximum Pages in SCRIBD API

"max_pages" - docs.changeSettings

$this->url = "http://api.scribd.com/page_restriction_type=max_pages&max_pages=2&api?api_key=" . $api_key;

"max_pages"

This parameter lets you add additional restrictions to the preview pages that Scribd shows. Scribd will do this automatically, but if you wish, you can set a maximum number of pages to show (max_pages), a maximum percentage of the pages to show (max_percentage), or an explicit page_range such as 1-3,5,8. See the parameters "max_pages", "max_percentage", and "page_range" to actually set the data.

No comments:

Post a Comment