- updated NPM dependencies
- transformed entire library to use TypeScript
- fix
countPDFPagesto ignore Ghostscript warnings (e.g. due to a damaged XREF table)
- escape input in countPDFPages for Windows, fix redundant await (Loupi) #2
- fix handling of rotated PDFs
- improve internal structure of unit tests
- added
isValidPDFfunction
- added
renderPDFPagesToPNGfunction
- use qpdf instead of PDFtk for rotating PDFs
- fix TypeScript definition file
- added
rotatePDFfunction, based on PDFtk
- initial release