source: trunk/phpgwapi/inc/fpdf/doc/setcompression.htm @ 2

Revision 2, 893 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>SetCompression</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetCompression</H2>
9<TT>SetCompression(<B>boolean</B> compress)</TT>
10<H4 CLASS='st'>Version</H4>
111.4
12<H4 CLASS='st'>Description</H4>
13Activates or deactivates page compression. When activated, the internal representation of
14each page is compressed, which leads to a compression ratio of about 2 for the resulting
15document.
16<BR>
17Compression is on by default.
18<BR>
19<BR>
20<B>Note: </B>the Zlib extension is required for this feature. If not present, compression
21will be turned off.
22<H4 CLASS='st'>Parameters</H4>
23<TT><U>compress</U></TT>
24<BLOCKQUOTE>
25Boolean indicating if compression must be enabled.
26</BLOCKQUOTE>
27<H6></H6>
28<HR>
29<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
30</BODY>
31</HTML>
Note: See TracBrowser for help on using the repository browser.