images-to-pdf
images-to-pdf copied to clipboard
Include support for in and out buffers
Working directly with buffers means you don't have to read/write from disk, especially useful in request-based workflows.
- [ ] Inputs can be combinations of file paths or file buffers.
- [ ] Function should return the output buffer.
- [ ] User can still specify a file path to write out the result to.