issues
search
yakovmeister
/
pdf2image
A utility for converting pdf to image and base64 format.
MIT License
434
stars
141
forks
source link
Convert options, core refactor, more tests
#168
Closed
mskec
closed
1 year ago
mskec
commented
1 year ago
Refactored core and removed code duplications
Improved types to avoid type casting response. Return type is based on
responseType
option.
Added more tests and assertions
TODO Write tests:
[x] assert default options
[x] normal with responseType
[x] bulk with page range
[x] bulk with responseType
responseType
option.TODO Write tests: