Skip to content

Commit

Permalink
pdfinfo: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 12, 2023
1 parent f4f93f6 commit 74849ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pypdfium2/_cli/pdfinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main(args):

formtype = pdf.get_formtype()
if formtype != pdfium_c.FORMTYPE_NONE:
print(f"Forms: {consts.FormTypeToStr.get(formtype)}")
print(f"Form Type: {consts.FormTypeToStr.get(formtype)}")

metadata = pdf.get_metadata_dict(skip_empty=True)
if len(metadata) > 0:
Expand Down
2 changes: 1 addition & 1 deletion tests/expectations/pdfinfo_forms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ID (permanent): b''
ID (changing): b''
ID match? - True
Tagged? - False
Forms: AcroForm
Form Type: AcroForm

# Page 1
Size: (300.0, 600.0)
Expand Down

0 comments on commit 74849ad

Please sign in to comment.