Converting Any File to Tiff Format Using Javascript
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...
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?
1 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.