Skip to content

Commit

Permalink
融合PDF左右比例调整到95%
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Sep 10, 2023
1 parent 28d777a commit 3478433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crazy_functions/latex_fns/latex_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def compile_latex_with_timeout(command, cwd, timeout=60):

def merge_pdfs(pdf1_path, pdf2_path, output_path):
import PyPDF2
Percent = 0.8
Percent = 0.95
# Open the first PDF file
with open(pdf1_path, 'rb') as pdf1_file:
pdf1_reader = PyPDF2.PdfFileReader(pdf1_file)
Expand Down

0 comments on commit 3478433

Please sign in to comment.