Skip to content

Commit d4cbc6b

Browse files
authored
Version 0.12.64 (#166)
1 parent a10fb39 commit d4cbc6b

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

data.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ Note that this document was generated using the demo script 'readme.php' which c
2929

3030
1<Changelog>
3131

32+
3<0.12.64>
33+
- Compatibility with PHP 8.1 #164
34+
3235
3<0.12.63>
33-
- Merged PR #146
36+
- Fix notice with PHP 7.4 #146
3437

3538
3<0.12.62>
3639
- Fixed repeating background image when using ezColumnsStart
@@ -54,7 +57,7 @@ Note that this document was generated using the demo script 'readme.php' which c
5457
- Fixed issue #134
5558
- Set automated full justification to 90 %
5659

57-
Please refer to https://github.com/rospdf/pdf-php/releases for all previous changes
60+
Please refer to <c:alink:https://github.com/rospdf/pdf-php/releases>https://github.com/rospdf/pdf-php/releases</c:alink> for all previous changes
5861

5962
#NP
6063

@@ -915,7 +918,7 @@ x,y are the position of the lower left corner of the image, and w,h are the widt
915918

916919
2<addPngFromFile> (imgFileName,x,y,w,[h],[angle=0])
917920

918-
Similar to <i>addJepgFromFile</i>, but for PNG images.
921+
Similar to <i>addJpegFromFile</i>, but for PNG images.
919922

920923
2<output> ([debug=0]) = a
921924

readme.pdf

380 Bytes
Binary file not shown.

readme.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
// suggested as a good way to create such a file, nor a great example of prose,
55
// but hopefully it will be useful
66
//
7-
// adding ?d=1 to the url calling this will cause the pdf code itself to ve echoed to the
7+
// adding ?d=1 to the url calling this will cause the pdf code itself to be echoed to the
88
// browser, this is quite useful for debugging purposes.
99
// there is no option to save directly to a file here, but this would be trivial to implement.
1010
//
11-
// note that this file comprisises both the demo code, and the generator of the pdf documentation
11+
// note that this file comprises both the demo code, and the generator of the pdf documentation
1212
//
1313
//===================================================================================================
1414

@@ -17,7 +17,7 @@
1717

1818
include './src/Cezpdf.php';
1919

20-
// define a clas extension to allow the use of a callback to get the table of contents, and to put the dots in the toc
20+
// define a class extension to allow the use of a callback to get the table of contents, and to put the dots in the toc
2121
class Creport extends Cezpdf
2222
{
2323
public $reportContents = [];
@@ -70,7 +70,7 @@ public function dots($info)
7070
// this code has been modified to use ezpdf.
7171

7272
$project_url = "https://github.com/rospdf/";
73-
$project_version = "Version 0.12.63";
73+
$project_version = "Version 0.12.64";
7474

7575
$pdf = new Creport('a4', 'portrait', 'none', null);
7676

0 commit comments

Comments
 (0)