You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.htm
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,18 @@
11
11
<body>
12
12
<h1>Changelog</h1>
13
13
<dl>
14
+
<dt><strong>v1.8</strong> (2015-11-29)</dt>
15
+
<dd>
16
+
- PHP 5.1.0 or higher is now required.<br>
17
+
- The MakeFont utility now subsets fonts, which can greatly reduce font sizes.<br>
18
+
- Added ToUnicode CMaps to improve text extraction.<br>
19
+
- Added a parameter to AddPage() to rotate the page.<br>
20
+
- Added a parameter to SetY() to indicate whether the x position should be reset or not.<br>
21
+
- Added a parameter to Output() to specify the encoding of the name, and special characters are now properly encoded. Additionally the order of the first two parameters was reversed to be more logical (however the old order is still supported for compatibility).<br>
22
+
- The Error() method now throws an exception.<br>
23
+
- Adding contents before the first AddPage() or after Close() now raises an error.<br>
24
+
- Outputting text with no font selected now raises an error.<br>
25
+
</dd>
14
26
<dt><strong>v1.7</strong> (2011-06-18)</dt>
15
27
<dd>
16
28
- The MakeFont utility has been completely rewritten and doesn't depend on ttf2pt1 anymore.<br>
@@ -65,7 +77,7 @@ <h1>Changelog</h1>
65
77
<dd>
66
78
- Type1 font support.<br>
67
79
- 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> * The line thickness was too large when printed under Windows 98 SE and ME.<br> * 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>
80
+
- The class now works internally in points with the origin at the bottom in order to avoid two bugs occurring with Acrobat 5:<br> * The line thickness was too large when printed under Windows 98 SE and ME.<br> * 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
81
- It's no longer necessary to set the decimal separator as dot to produce valid documents.<br>
70
82
- The clickable area in a cell was always on the left independently from the text alignment.<br>
71
83
- JPEG images in CMYK mode appeared in inverted colors.<br>
Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "setasign/fpdf",
3
-
"version": "1.7",
3
+
"version": "1.8",
4
4
"homepage": "http://www.fpdf.org",
5
5
"description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
0 commit comments