Skip to content

Commit

Permalink
feat (cli): add support for non-pdf/a document; style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
reycn committed Dec 19, 2024
1 parent 1e8ca49 commit 502de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2zh/high_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def convert_to_pdfa(input_path, output_path):
Args:
input_path: Path to source PDF file
output_path: Path to save PDF/A file
"""pikepdf
"""
from pikepdf import Dictionary, Name, Pdf

# Open the PDF file
Expand Down

0 comments on commit 502de5d

Please sign in to comment.