issues
search
bvalgard
/
create-pdf-with-python-fpdf2
How to create a PDF with Python using fpdf2. You can watch the YouTube videos on this here https://youtube.com/playlist?list=PLjNQtX45f0dR9K2sMJ5ad9wVjqslNBIC0
57
stars
50
forks
source link
Fix deprecated code
#9
Open
steka
opened
1 year ago
steka
commented
1 year ago
This will fix:
deprecated usage of
ln=
, now replaced by
new_x=
and
new_y=
creation of links now needs
page=1
missing
<section>
This will fix:
ln=
, now replaced bynew_x=
andnew_y=
page=1
<section>