images-to-pdf icon indicating copy to clipboard operation
images-to-pdf copied to clipboard

Include support for in and out buffers

Open mLuby opened this issue 6 years ago • 0 comments

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.

mLuby avatar Feb 21 '19 21:02 mLuby