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

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy