Skip to content

Commit

Permalink
Replaced links in tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Aug 21, 2024
1 parent 3df4814 commit 4b18c5b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Replaced links in tutorials.
- Updated tutorials.
- Internal changes in `PdfDocument` and `PdfViewerPreferences` classes.
- Added `SymfonyInsight` quality check tool, configuration and badge.
Expand Down
4 changes: 2 additions & 2 deletions doc/tuto_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Since version `2.0.6`, A trait allows drawing sector of a circle. It can be
used, for example, to render a pie chart.

**Note:** The code is inspired from this given
<a href="http://www.fpdf.org/en/script/script19.php" target="_blank">FPDF</a>
script.
[FPDF](http://www.fpdf.org/en/script/script19.php) script created by
Maxime Delorme.

All angle parameters are expressed in degrees ('&deg;').

Expand Down
3 changes: 1 addition & 2 deletions doc/tuto_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Since version `2.0.2`, bookmarks can be added within the `PdfDocument`.

**Note:** The code is inspired from this given
<a href="http://www.fpdf.org/en/script/script1.php" target="_blank">FPDF</a>
script.
[FPDF](http://www.fpdf.org/en/script/script1.php) script created by Olivier.

To use it, create a derived class and use the `PdfBookmarkTrait` trait:

Expand Down
4 changes: 2 additions & 2 deletions doc/tuto_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Since version `2.0.3`, transparency can be added within the `PdfDocument`.

**Note:** The code is inspired from this given
<a href="http://www.fpdf.org/en/script/script74.php" target="_blank">FPDF</a>
script.
[FPDF](http://www.fpdf.org/en/script/script74.php) script created by
Martin Hall-May.

To use it, create a derived class and use the `PdfTransparencyTrait` trait:

Expand Down
3 changes: 1 addition & 2 deletions doc/tuto_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Since version `2.0.4`, circles and ellipses can be drawn within
the `PdfDocument`.

**Note:** The code is inspired from this given
<a href="http://www.fpdf.org/en/script/script6.php" target="_blank">FPDF</a>
script.
[FPDF](http://www.fpdf.org/en/script/script6.php) script created by Olivier.

To use it, create a derived class and use the `PdfEllipseTrait` trait:

Expand Down
3 changes: 1 addition & 2 deletions doc/tuto_9.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Since version `2.0.5`, A trait allows performing rotation around a
given center.

**Note:** The code is inspired from this given
<a href="http://www.fpdf.org/en/script/script2.php" target="_blank">FPDF</a>
script.
[FPDF](http://www.fpdf.org/en/script/script2.php) script created by Olivier.

The rotation affects all elements, which are printed after the method call
(except clickable areas). Rotation is not kept from page to page.
Expand Down

0 comments on commit 4b18c5b

Please sign in to comment.