PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

cpdf_import_jpeg> <cpdf_finalize
Last updated: Sun, 25 Nov 2007

view this page in

cpdf_global_set_document_limits

(PHP 4, PHP 5 <= 5.0.5)

cpdf_global_set_document_limits — Sets document limits for any pdf document

설명

bool cpdf_global_set_document_limits ( int $maxpages , int $maxfonts , int $maximages , int $maxannotations , int $maxobjects )

Sets several document limits. This function has to be called before cpdf_open() to take effect. It sets the limits for any document open afterwards.

매개변수

maxPages

The maximum number of pages

maxFonts

The maximum number of fonts

maxImages

The maximum number of images

maxAnnots

The maximum number of annotations

maxObjects

The maximum number of objects

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고



add a note add a note User Contributed Notes
cpdf_global_set_document_limits
mfloryan at bigfoot dot com
22-Sep-2001 02:05
As cpdf_open in PHP does not support changing PDF document limits unlike the original function in CpdfLib you have to use this function to create big PDF files.<br>Default maximum number of pages in your PDF file is 100. Just be aware that if you use this function with wrong arguments you might get the segmentation fault error. Best is to use the first parameter to set the desired number of pages and leave default for other (by setting their value to -1).

cpdf_import_jpeg> <cpdf_finalize
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites