We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3b88f commit 05d1672Copy full SHA for 05d1672
pdfs/add_comment_page.py
@@ -1,9 +1,7 @@
1
from sys import argv
2
from PyPDF2 import PdfMerger, PdfFileReader
3
-from pip import main
4
import sys
5
6
-
7
def add_pages(input_pdf_path: str, template_pdf_path: str):
8
input_pdf = open(input_pdf_path, "rb")
9
page_count: int = PdfFileReader(input_pdf_path).getNumPages()
0 commit comments