This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python3 | |
from PyPDF2 import PdfFileReader, PdfFileWriter | |
from PyPDF2 import PageObject | |
# Theses files are just for testing, no point in merging these | |
reader = PdfFileReader(open("Nextcloud Manual.pdf",'rb')) | |
# this defines the output page format (relevant if not the same) |