void cpdf_global_set_document_limits
(int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects)
cpdf_global_set_document_limits() 関数は複数の ドキュメントの制限を設定します。この関数を使用する際には、 cpdf_open()の前にコールする必要があります。こ の関数は、この後オープンする全てのドキュメントに制限を設定します。
cpdf_open()も参照下さい。