Replies: 1 comment
-
This cannot be solved in any way! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When combine multiple pdf files, the inserted fields (added by javascript in Acrobat) are missing, how to solve?
b_reduced+header.pdf
a_reduced+header.pdf
c_reduced+header.pdf
Code tried:
method 1:
def merge_pdfs(folder_path, output_path):
# 创建一个新的 PDF 文档
merged_document = fitz.open()
method 2:
def merge_pdfs(folder_path, output_path):
# 创建一个新的 PDF 文档
merged_document = fitz.open()
Beta Was this translation helpful? Give feedback.
All reactions