Skip to content

Commit 37a3948

Browse files
committed
melhorando geração PDF
1 parent 9c7a6a1 commit 37a3948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print/append-pdfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
from PyPDF2 import PdfReader, PdfWriter
3+
from pypdf import PdfReader, PdfWriter
44

55

66
def append_pdfs(input_pdf1, input_pdf2, output_pdf):

0 commit comments

Comments
 (0)