Hello, thank you for developing the plugin.
When I click on "Create PDF" I get the following error.
calibre, version 0.8.44
ERROR: Unhandled exception: <b>ValueError</b>:invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "calibre_plugins.prst1_notes.main", line 173, in createPdf
File "calibre_plugins.prst1_notes.PRST1NotesMergeInterf ace", line 22, in __init__
File "calibre_plugins.prst1_notes.PRST1NotesMergeInterf ace", line 81, in initialiseInterface
File "calibre_plugins.prst1_notes.PRST1NotesMerger" , line 195, in getBookNumPages
File "calibre_plugins.prst1_notes.PRST1NotesMerger" , line 34, in getPyPDFBook
File "site-packages\pyPdf\pdf.py", line 279, in __init__
File "site-packages\pyPdf\pdf.py", line 635, in read
File "site-packages\pyPdf\generic.py", line 87, in readObject
File "site-packages\pyPdf\generic.py", line 232, in readFromStream
ValueError: invalid literal for int() with base 10: ''
|