Skip to content

Commit 6949cdb

Browse files
committed
Fix test/pdf-a/test_pdf_a.py
1 parent 1f84c79 commit 6949cdb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/pdf-a/basic_pdfa.pdf

-8 Bytes
Binary file not shown.

test/pdf-a/test_pdf_a.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def output(self, name: str, *args, **kwargs):
4747
meta["dc:description"] = self.description
4848
if self.keywords:
4949
meta["pdf:Keywords"] = self.keywords
50-
meta["pdf:Producer"] = f"py-pdf/fpdf{FPDF_VERSION}"
50+
meta["pdf:Producer"] = f"py-pdf/fpdf2"
5151
meta["xmp:CreatorTool"] = __name__
5252
# meta["xmp:CreateDate"] = already done by assert_pdf_equal()
5353
meta["pdfaid:part"] = "3"

0 commit comments

Comments
 (0)