pdftopic icon indicating copy to clipboard operation
pdftopic copied to clipboard

Built for Node.js, this package empowers users to effortlessly convert PDF files into images of exceptional quality, supporting multiple formats including PNG, JPG, GIF, and others. Its streamlined fu...

Results 2 pdftopic issues
Sort by recently updated
recently updated
newest added

When we use "bufferstoappend" function it calls the "getDimmentions" function, which returns an object with the key - "channels": the number of elements in the dimensions array, corresponding to the...

Hi Tool works great for my use-case. Thanks! Got a problem though. For big PDF documents this code ``` const promises = Array.from(Array.isArray(page) ? page : { length: pdfcount },...