Don’t copy pageinfo - job manager already provides a copy of real pdfinfo
This commit is contained in:
@@ -187,7 +187,7 @@ def repair_pdf(
|
||||
|
||||
def get_pageinfo(input_file, context):
|
||||
pageno = int(os.path.basename(input_file)[0:6]) - 1
|
||||
pageinfo = context.get_pdfinfo()[pageno].copy()
|
||||
pageinfo = context.get_pdfinfo()[pageno]
|
||||
return pageinfo
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user