Skip to content

Commit faa5f45

Browse files
committed
Added book ads under PDF articles
1 parent 0c71492 commit faa5f45

7 files changed

+20
-0
lines changed

_posts/2019-01-11-picking-a-php-tool-to-generate-pdfs.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,5 @@ Please also remember that many tools are developed by the Open Source community
124124

125125
* [Picking a PHP tool to read and manipulate PDF files]({% post_url 2019-01-25-picking-a-php-tool-to-read-and-manipulate-pdf-files %})
126126
* [PHP: How to take a screenshot of a PDF page]({% post_url 2021-01-28-php-how-to-take-a-screenshot-of-a-pdf-page %})
127+
128+
{% include book.html %}

_posts/2019-01-25-picking-a-php-tool-to-read-and-manipulate-pdf-files.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ Check out the [List of PDF software](https://en.wikipedia.org/wiki/List_of_PDF_s
9595

9696
* [Picking a PHP tool to generate PDFs (2021 update)]({% post_url 2019-01-11-picking-a-php-tool-to-generate-pdfs %})
9797
* [PHP: How to take a screenshot of a PDF page]({% post_url 2021-01-28-php-how-to-take-a-screenshot-of-a-pdf-page %})
98+
99+
{% include book.html %}

_posts/2019-09-06-is-portable-document-format-obsolete.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ In Poland, we have electronic train tickets that can be downloaded on a smartpho
3636
## Further reading
3737

3838
[Will PDF files become obsolete in 5-10 years?](https://www.quora.com/Will-PDF-files-become-obsolete-in-5%E2%80%9310-years)
39+
40+
{% include book.html %}

_posts/2021-01-28-php-how-to-take-a-screenshot-of-a-pdf-page.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,5 @@ Check out [this StackOverflow thread to see more ideas on how to convert a PDF f
177177

178178
* [Picking a PHP tool to generate PDFs (2021 update)]({% post_url 2019-01-11-picking-a-php-tool-to-generate-pdfs %})
179179
* [Picking a PHP tool to read and manipulate PDF files]({% post_url 2019-01-25-picking-a-php-tool-to-read-and-manipulate-pdf-files %})
180+
181+
{% include book.html %}

_posts/2021-06-16-php-how-to-encrypt-a-pdf-document.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ To use AES, you need to pick a commercial tool, for example [Coherent PDF.](http
111111
## Summary
112112

113113
Document encryption is a good way to protect the document contents from being accessed by an unauthorized person. Banking documents are often sent via email and they could be stolen from a person's account. With strong encryption, it's not possible to read them.
114+
115+
{% include book.html %}

_posts/2021-07-17-how-to-set-a-font-in-pdf.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,5 @@ The mysterious number 32 which appears both in the command line call and the `ad
244244
| 131,072 | small caps |
245245

246246
> TCPDF does not support OpenType nor WOFF2 fonts.
247+
248+
{% include book.html %}

_sass/figures.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,13 @@ figcaption {
4949
figcaption {
5050
color: $text-color;
5151
font-size: 16px;
52+
53+
h2 {
54+
font-size: 1.5em;
55+
}
56+
57+
h3 {
58+
font-size: 1.17em;
59+
}
5260
}
5361
}

0 commit comments

Comments
 (0)