histo.htm 5.8 KB

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