Skip to content

Commit 7973462

Browse files
committed
Minor documention edits
1 parent d349c59 commit 7973462

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/Tutorial-de.md

+2
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ Eine weitere Möglichkeit, den Schriftstil zu ändern und Links hinzuzufügen, s
191191

192192
## Lektion 7 - Ein PDF/A Dokument erstellen ##
193193

194+
_New in [:octicons-tag-24: 2.8.3](https://github.com/py-pdf/fpdf2/blob/master/CHANGELOG.md)_
195+
194196
### PDF/A Standards ###
195197

196198
<b>PDF/A-1</b> basiert auf der PDF-Version 1.4. Alle Ressourcen (Bilder, Grafiken, Fonts) müssen im Document eingebettet werden. Erforderlich sind präzise und Plattform unabhängig kodierte Farbangaben mittels ICC-Profilen sowie die Verwendung von XMP für die Dokumenten-Metadaten.

docs/Tutorial.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ As an alternative, another option to change the font style and add links is to
236236

237237
## Tuto 7 - Creating PDF/A Documents ##
238238

239+
_New in [:octicons-tag-24: 2.8.3](https://github.com/py-pdf/fpdf2/blob/master/CHANGELOG.md)_
240+
239241
### PDF/A Standards ###
240242

241243
<b>PDF/A-1</b> uses PDF-Version 1.4. All resources (pictures, graphics, fonts) must be embedded in the document. The color management must be precise and platform independently specified with ICC-Profiles and the document metadata must be given with XMP-Metadata.
@@ -271,7 +273,7 @@ we create the pdf by calling `create_pdf_with_metadata()`,
271273
that uses [pikepdf](https://pypi.org/project/pikepdf/)
272274
to create the necessary metadata and set the type to PDF/A-3B.
273275

274-
For information on PDF metadata, check the dedicated documentation page: [Metadata](Metadata.md).
276+
For more information on PDF metadata, check the dedicated documentation page: [Metadata](Metadata.md).
275277

276278
Note that instead of using a function, you could also subclass `FPDF.output()` to ensure that all your documents are PDF-A compliant, as done in [test/pdf-a/test_pdf_a.py](https://github.com/py-pdf/fpdf2/blob/master/test/pdf-a/test_pdf_a.py).
277279

0 commit comments

Comments
 (0)