Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 24347

Lucas Cimon: Adding content to existing PDFs with fpdf2

$
0
0

fpdf2, the library I mentioned in my previous post, cannot parse existing PDF files.

However, other Python libraries can be combined with fpdf2 in order to add new content to existing PDF files.

This page provides several examples of doing so using pdfrw, a great zero-dependency pure Python library dedicated …

Permalink


Viewing all articles
Browse latest Browse all 24347

Trending Articles