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

search for in the

HaruDoc::setCurrentEncoder> <HaruDoc::saveToStream
[edit] Last updated: Fri, 25 May 2012

view this page in

HaruDoc::setCompressionMode

(PECL haru >= 0.0.1)

HaruDoc::setCompressionModeSet compression mode for the document

Beschreibung

bool HaruDoc::setCompressionMode ( int $mode )

Defines compression mode for the document. In case when libharu was compiled without Zlib support this function will always throw HaruException.

Parameter-Liste

mode

The compression mode to use. The value is a combination of the following flags:

  • HaruDoc::COMP_NONE - all contents is not compressed.
  • HaruDoc::COMP_TEXT - compress the text data.
  • HaruDoc::COMP_IMAGE - compress the image data.
  • HaruDoc::COMP_METADATA - compress other data (fonts, cmaps).
  • HaruDoc::COMP_ALL - compress all data.

Rückgabewerte

Returns TRUE on success.

Fehler/Exceptions

Wirft eine HaruException bei Fehlern.



add a note add a note User Contributed Notes HaruDoc::setCompressionMode
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites