I’m working on file uploader application. I have a file which I receive from client in PDF, DOC, DOCX, JPG formats and i need to convert them to TIFF format and to save each page in a separate file. pls advice the best way to do it.
is there any library you can suggest for doing it?
11 Answer
Try the following library from the Photopea project:
It can be simple installed with npm:
npm install utif and follow some examples on github.