[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/inc/fpdf/ -> histo.htm (source)

   1  <HTML>
   2  <HEAD>
   3  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
   4  <TITLE>History</TITLE>
   5  <LINK TYPE="text/css" REL="stylesheet" HREF="fpdf.css">
   6  </HEAD>
   7  <BODY>
   8  <H2>History</H2>
   9  <B>v1.52</B> (2003-12-30)
  10  <BLOCKQUOTE>
  11  - Image() now displays the image at 72 dpi if no dimension is given.<BR>
  12  - Output() takes a string as second parameter to indicate destination.<BR>
  13  - Open() is now called automatically by AddPage().<BR>
  14  - Inserting remote JPEG images doesn't generate an error any longer.<BR>
  15  - Decimal separator is forced to dot in the constructor.<BR>
  16  - Added several encodings (Turkish, Thai, Hebrew, Ukrainian and Vietnamese).<BR>
  17  - The last line of a right-aligned MultiCell() was not correctly aligned if it was terminated by a carriage return.<BR>
  18  - No more error message about already sent headers when outputting the PDF to the standard output from the command line.<BR>
  19  - The underlining was going too far for text containing characters \, ( or ).<BR>
  20  - $HTTP_ENV_VARS has been replaced by $HTTP_SERVER_VARS.<BR>
  21  </BLOCKQUOTE>
  22  <B>v1.51</B> (2002-08-03)
  23  <BLOCKQUOTE>
  24  - Type1 font support.<BR>
  25  - Added Baltic encoding.<BR>
  26  - The class now works internally in points with the origin at the bottom in order to avoid two bugs occurring with Acrobat 5 :<BR>&nbsp;&nbsp;* The line thickness was too large when printed under Windows 98 SE and ME.<BR>&nbsp;&nbsp;* TrueType fonts didn't appear immediately inside the plug-in (a substitution font was used), one had to cause a window refresh to make them show up.<BR>
  27  - It is no longer necessary to set the decimal separator as dot to produce valid documents.<BR>
  28  - The clickable area in a cell was always on the left independently from the text alignment.<BR>
  29  - JPEG images in CMYK mode appeared in inverted colors.<BR>
  30  - Transparent PNG images in grayscale or true color mode were incorrectly handled.<BR>
  31  - Adding new fonts now works correctly even with the magic_quotes_runtime option set to on.<BR>
  32  </BLOCKQUOTE>
  33  <B>v1.5</B> (2002-05-28)
  34  <BLOCKQUOTE>
  35  - TrueType font (AddFont()) and encoding support (Western and Eastern Europe, Cyrillic and Greek).<BR>
  36  - Added Write() method.<BR>
  37  - Added underlined style.<BR>
  38  - Internal and external link support (AddLink(), SetLink(), Link()).<BR>
  39  - Added right margin management and methods SetRightMargin(), SetTopMargin().<BR>
  40  - Modification of SetDisplayMode() to select page layout.<BR>
  41  - The border parameter of MultiCell() now lets choose borders to draw as Cell().<BR>
  42  - When a document contains no page, Close() now calls AddPage() instead of causing a fatal error.<BR>
  43  </BLOCKQUOTE>
  44  <B>v1.41</B> (2002-03-13)
  45  <BLOCKQUOTE>
  46  - Fixed SetDisplayMode() which no longer worked (the PDF viewer used its default display).<BR>
  47  </BLOCKQUOTE>
  48  <B>v1.4</B> (2002-03-02)
  49  <BLOCKQUOTE>
  50  - PHP3 is no longer supported.<BR>
  51  - Page compression (SetCompression()).<BR>
  52  - Choice of page format and possibility to change orientation inside document.<BR>
  53  - Added AcceptPageBreak() method.<BR>
  54  - Ability to print the total number of pages (AliasNbPages()).<BR>
  55  - Choice of cell borders to draw.<BR>
  56  - New mode for Cell(): the current position can now move under the cell.<BR>
  57  - Ability to include an image by specifying height only (width is calculated automatically).<BR>
  58  - Fixed a bug: when a justified line triggered a page break, the footer inherited the corresponding word spacing.<BR>
  59  </BLOCKQUOTE>
  60  <B>v1.31</B> (2002-01-12)
  61  <BLOCKQUOTE>
  62  - Fixed a bug in drawing frame with MultiCell(): the last line always started from the left margin.<BR>
  63  - Removed Expires HTTP header (gives trouble in some situations).<BR>
  64  - Added Content-disposition HTTP header (seems to help in some situations).<BR>
  65  </BLOCKQUOTE>
  66  <B>v1.3</B> (2001-12-03)
  67  <BLOCKQUOTE>
  68  - Line break and text justification support (MultiCell()).<BR>
  69  - Color support (SetDrawColor(), SetFillColor(), SetTextColor()). Possibility to draw filled rectangles and paint cell background.<BR>
  70  - A cell whose width is declared null extends up to the right margin of the page.<BR>
  71  - Line width is now retained from page to page and defaults to 0.2 mm.<BR>
  72  - Added SetXY() method.<BR>
  73  - Fixed a passing by reference done in a deprecated manner for PHP4.<BR>
  74  </BLOCKQUOTE>
  75  <B>v1.2</B> (2001-11-11)
  76  <BLOCKQUOTE>
  77  - Added font metric files and GetStringWidth() method.<BR>
  78  - Centering and right-aligning text in cells.<BR>
  79  - Display mode control (SetDisplayMode()).<BR>
  80  - Added methods to set document properties (SetAuthor(), SetCreator(), SetKeywords(), SetSubject(), SetTitle()).<BR>
  81  - Possibility to force PDF download by browser.<BR>
  82  - Added SetX() and GetX() methods.<BR>
  83  - During automatic page break, current abscissa is now retained.<BR>
  84  </BLOCKQUOTE>
  85  <B>v1.11</B> (2001-10-20)
  86  <BLOCKQUOTE>
  87  - PNG support doesn't require PHP4/Zlib any more. Data are now put directly into PDF without any decompression/recompression stage.<BR>
  88  - Image insertion now works correctly even with magic_quotes_runtime option set to on.<BR>
  89  </BLOCKQUOTE>
  90  <B>v1.1</B> (2001-10-07)
  91  <BLOCKQUOTE>
  92  - JPEG and PNG image support.<BR>
  93  </BLOCKQUOTE>
  94  <B>v1.01</B> (2001-10-03)
  95  <BLOCKQUOTE>
  96  - Fixed a bug involving page break: in case when Header() doesn't specify a font, the one from previous page was not restored and produced an incorrect document.<BR>
  97  </BLOCKQUOTE>
  98  <B>v1.0</B> (2001-09-17)
  99  <BLOCKQUOTE>
 100  - First version.<BR>
 101  </BLOCKQUOTE>
 102  </BODY>
 103  </HTML>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7