79325052

Date: 2025-01-02 22:00:01
Score: 0.5
Natty:
Report link

I am not sure when this was introduced but I am using FPDF 1.7.2 and I can set the pdf_version property of the PDF object.

from fpdf import FPDF
mypdf = FPDF()
mypdf.pdf_version = '1.7'

I verified in Acrobat that the document properties reflect PDF version 1.7 appropriately.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Khoward