Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 694 Bytes

Pdf_to_jpg_converter

The code converts pdf files to jpg and jpeg with custom number titles.

In the js code below inside two apostrophe marks you can add the prefix name, the page numbers will follows, after that, the image format should be mentioned whether .jpg .jpeg .png .svg .webp etc

var fileName = '' + pageNumber + '.jpg';

image

When a file is chosen from the device the name will be displayed in the choose button.

image