Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5
<title>Changelog</title>
6
<link type="text/css" rel="stylesheet" href="fpdf.css">
7
<style type="text/css">
8
dd {margin:1em 0 1em 1em}
9
</style>
10
</head>
11
<body>
12
<h1>Changelog</h1>
13
<dl>
14
<dt><strong>v1.7</strong> (2011-06-18)</dt>
15
<dd>
16
- The MakeFont utility has been completely rewritten and doesn't depend on ttf2pt1 anymore.<br>
17
- Alpha channel is now supported for PNGs.<br>
18
- When inserting an image, it's now possible to specify its resolution.<br>
19
- Default resolution for images was increased from 72 to 96 dpi.<br>
20
- When inserting a GIF image, no temporary file is used anymore if the PHP version is 5.1 or higher.<br>
21
- When output buffering is enabled and the PDF is about to be sent, the buffer is now cleared if it contains only a UTF-8 BOM and/or whitespace (instead of throwing an error).<br>
22
- Symbol and ZapfDingbats fonts now support underline style.<br>
23
- Custom page sizes are now checked to ensure that width is smaller than height.<br>
24
- Standard font files were changed to use the same format as user fonts.<br>
25
- A bug in the embedding of Type1 fonts was fixed.<br>
26
- A bug related to SetDisplayMode() and the current locale was fixed.<br>
27
- A display issue occurring with the Adobe Reader X plug-in was fixed.<br>
28
- An issue related to transparency with some versions of Adobe Reader was fixed.<br>
29
- The Content-Length header was removed because it caused an issue when the HTTP server applies compression.<br>
30
</dd>
31
<dt><strong>v1.6</strong> (2008-08-03)</dt>
32
<dd>
33
- PHP 4.3.10 or higher is now required.<br>
34
- GIF image support.<br>
35
- Images can now trigger page breaks.<br>
36
- Possibility to have different page formats in a single document.<br>
37
- Document properties (author, creator, keywords, subject and title) can now be specified in UTF-8.<br>
38
- Fixed a bug: when a PNG was inserted through a URL, an error sometimes occurred.<br>
39
- An automatic page break in Header() doesn't cause an infinite loop any more.<br>
40
- Removed some warning messages appearing with recent PHP versions.<br>
41
- Added HTTP headers to reduce problems with IE.<br>
42
</dd>
43
<dt><strong>v1.53</strong> (2004-12-31)</dt>
44
<dd>
45
- When the font subdirectory is in the same directory as fpdf.php, it's no longer necessary to define the FPDF_FONTPATH constant.<br>
46
- 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>
47
- Fixed a problem related to Type1 font embedding which caused trouble to some PDF processors.<br>
48
- The file name sent to the browser could not contain a space character.<br>
49
- The Cell() method could not print the number 0 (you had to pass the string '0').<br>
50
</dd>
51
<dt><strong>v1.52</strong> (2003-12-30)</dt>
52
<dd>
53
- Image() now displays the image at 72 dpi if no dimension is given.<br>
54
- Output() takes a string as second parameter to indicate destination.<br>
55
- Open() is now called automatically by AddPage().<br>
56
- Inserting remote JPEG images doesn't generate an error any longer.<br>
57
- Decimal separator is forced to dot in the constructor.<br>
58
- Added several encodings (Turkish, Thai, Hebrew, Ukrainian and Vietnamese).<br>
59
- The last line of a right-aligned MultiCell() was not correctly aligned if it was terminated by a carriage return.<br>
60
- No more error message about already sent headers when outputting the PDF to the standard output from the command line.<br>
61
- The underlining was going too far for text containing characters \, ( or ).<br>
62
- $HTTP_ENV_VARS has been replaced by $HTTP_SERVER_VARS.<br>
63
</dd>
64
<dt><strong>v1.51</strong> (2002-08-03)</dt>
65
<dd>
66
- Type1 font support.<br>
67
- Added Baltic encoding.<br>
68
- 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>
69
- It's no longer necessary to set the decimal separator as dot to produce valid documents.<br>
70
- The clickable area in a cell was always on the left independently from the text alignment.<br>
71
- JPEG images in CMYK mode appeared in inverted colors.<br>
72
- Transparent PNG images in grayscale or true color mode were incorrectly handled.<br>
73
- Adding new fonts now works correctly even with the magic_quotes_runtime option set to on.<br>
74
</dd>
75
<dt><strong>v1.5</strong> (2002-05-28)</dt>
76
<dd>
77
- TrueType font (AddFont()) and encoding support (Western and Eastern Europe, Cyrillic and Greek).<br>
78
- Added Write() method.<br>
79
- Added underlined style.<br>
80
- Internal and external link support (AddLink(), SetLink(), Link()).<br>
81
- Added right margin management and methods SetRightMargin(), SetTopMargin().<br>
82
- Modification of SetDisplayMode() to select page layout.<br>
83
- The border parameter of MultiCell() now lets choose borders to draw as Cell().<br>
84
- When a document contains no page, Close() now calls AddPage() instead of causing a fatal error.<br>
85
</dd>
86
<dt><strong>v1.41</strong> (2002-03-13)</dt>
87
<dd>
88
- Fixed SetDisplayMode() which no longer worked (the PDF viewer used its default display).<br>
89
</dd>
90
<dt><strong>v1.4</strong> (2002-03-02)</dt>
91
<dd>
92
- PHP3 is no longer supported.<br>
93
- Page compression (SetCompression()).<br>
94
- Choice of page format and possibility to change orientation inside document.<br>
95
- Added AcceptPageBreak() method.<br>
96
- Ability to print the total number of pages (AliasNbPages()).<br>
97
- Choice of cell borders to draw.<br>
98
- New mode for Cell(): the current position can now move under the cell.<br>
99
- Ability to include an image by specifying height only (width is calculated automatically).<br>
100
- Fixed a bug: when a justified line triggered a page break, the footer inherited the corresponding word spacing.<br>
101
</dd>
102
<dt><strong>v1.31</strong> (2002-01-12)</dt>
103
<dd>
104
- Fixed a bug in drawing frame with MultiCell(): the last line always started from the left margin.<br>
105
- Removed Expires HTTP header (gives trouble in some situations).<br>
106
- Added Content-disposition HTTP header (seems to help in some situations).<br>
107
</dd>
108
<dt><strong>v1.3</strong> (2001-12-03)</dt>
109
<dd>
110
- Line break and text justification support (MultiCell()).<br>
111
- Color support (SetDrawColor(), SetFillColor(), SetTextColor()). Possibility to draw filled rectangles and paint cell background.<br>
112
- A cell whose width is declared null extends up to the right margin of the page.<br>
113
- Line width is now retained from page to page and defaults to 0.2 mm.<br>
114
- Added SetXY() method.<br>
115
- Fixed a passing by reference done in a deprecated manner for PHP4.<br>
116
</dd>
117
<dt><strong>v1.2</strong> (2001-11-11)</dt>
118
<dd>
119
- Added font metric files and GetStringWidth() method.<br>
120
- Centering and right-aligning text in cells.<br>
121
- Display mode control (SetDisplayMode()).<br>
122
- Added methods to set document properties (SetAuthor(), SetCreator(), SetKeywords(), SetSubject(), SetTitle()).<br>
123
- Possibility to force PDF download by browser.<br>
124
- Added SetX() and GetX() methods.<br>
125
- During automatic page break, current abscissa is now retained.<br>
126
</dd>
127
<dt><strong>v1.11</strong> (2001-10-20)</dt>
128
<dd>
129
- PNG support doesn't require PHP4/zlib any more. Data are now put directly into PDF without any decompression/recompression stage.<br>
130
- Image insertion now works correctly even with magic_quotes_runtime option set to on.<br>
131
</dd>
132
<dt><strong>v1.1</strong> (2001-10-07)</dt>
133
<dd>
134
- JPEG and PNG image support.<br>
135
</dd>
136
<dt><strong>v1.01</strong> (2001-10-03)</dt>
137
<dd>
138
- 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>
139
</dd>
140
<dt><strong>v1.0</strong> (2001-09-17)</dt>
141
<dd>
142
- First version.<br>
143
</dd>
144
</dl>
145
</body>
146
</html>