Adam Tauno Williams
Results
1
issues of
Adam Tauno Williams
Perhaps I am misunderstanding what cloneDocumentFromReader does... but the following code produces a document of all blank pages. ```python signal.signal(signal.SIGALRM, timeout_alarm_handler) signal.alarm(15) reader = PdfFileReader(self.rfile, strict=False, ) writer = PdfFileWriter()...
is-bug
PdfWriter
Has MCVE