-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fpdf::setcompression
Fery Wardiyanto edited this page Feb 10, 2015
·
1 revision
SetCompression(<b>boolean</b> compress)
Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document.
Compression is on by default.
Note: the Zlib extension is required for this feature. If not present, compression will be turned off.
- `compress`
- Boolean indicating if compression must be enabled.