Skip to content

Commit 3478433

Browse files
committed
融合PDF左右比例调整到95%
1 parent 28d777a commit 3478433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crazy_functions/latex_fns/latex_toolbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def compile_latex_with_timeout(command, cwd, timeout=60):
423423

424424
def merge_pdfs(pdf1_path, pdf2_path, output_path):
425425
import PyPDF2
426-
Percent = 0.8
426+
Percent = 0.95
427427
# Open the first PDF file
428428
with open(pdf1_path, 'rb') as pdf1_file:
429429
pdf1_reader = PyPDF2.PdfFileReader(pdf1_file)

0 commit comments

Comments
 (0)