I have a UI screen in React JS that contains input [type='file'], where i select PDF files, and after selecting the PDF file, i have to convert PDF to Image file [.JPG format] in frontend and i want to upload the converted Image file and selected PDF file to s3 bucket.
Asked
Active
Viewed 1,371 times
0
-
2Does this answer your question? [Parsing PDF pages as javascript Images](https://stackoverflow.com/questions/12921052/parsing-pdf-pages-as-javascript-images) – Tracer69 Sep 15 '21 at 13:27