Skip to content

Commit 2ff333d

Browse files
committed
chore: you are right
1 parent b5016a7 commit 2ff333d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

docs/Tutorial-de.md

-6
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,6 @@ Hier ein Beispiel um das zu erreichen:
212212
```
213213

214214
[Resulting PDF](https://github.com/py-pdf/fpdf2/raw/master/tutorial/tuto7.pdf) -
215-
[fpdf2-logo](https://raw.githubusercontent.com/py-pdf/fpdf2/master/docs/fpdf2-logo.png)
216-
217-
218-
```python
219-
pdf = PDF()
220-
```
221215

222216
Wir fügen die benötigten Fonts mit Hilfe der Funktion
223217
[add_font()](https://py-pdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.add_output_intent)

docs/Tutorial.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,6 @@ To achieve this, here a little example:
257257
```
258258

259259
[Resulting PDF](https://github.com/py-pdf/fpdf2/raw/master/tutorial/tuto7.pdf) -
260-
[fpdf2-logo](https://raw.githubusercontent.com/py-pdf/fpdf2/master/docs/fpdf2-logo.png)
261-
262-
263-
```python
264-
pdf = PDF()
265-
```
266260

267261
First, we add the needed embedded fonts using the
268262
[add_font()](https://py-pdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.add_font)
@@ -289,4 +283,4 @@ Here, we use pikepdf to create the necessary metadata and set the type to PDF/A-
289283

290284
In the function `create_pdf_with_metadata`, we need to set 'language' and 'subject' outside the metadata before using `pikepdf` to achieve conformance.
291285

292-
Please use something like [verapdf](https://verapdf.org/) to check conformance of resulting PDF.
286+
Please use something like verapdf to check conformance of resulting PDF.

0 commit comments

Comments
 (0)