reference link added

This commit is contained in:
Kaushal Kumar Agarwal 2018-06-24 19:57:05 +05:30 committed by GitHub
parent 60b4ae12cb
commit 2e456d10cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
#Refer from this site- https://pyfpdf.readthedocs.io/en/latest/Tutorial/index.html
from fpdf import FPDF
pdf = FPDF()
pdf.add_page()