An open API service indexing awesome lists of open source software.

https://github.com/miguelms95/pdf-converter

Web based PDF to image converter.
https://github.com/miguelms95/pdf-converter

converter pdf ts vue web

Last synced: 5 months ago
JSON representation

Web based PDF to image converter.

Awesome Lists containing this project

README

          

# PDF to image converter

Convert PDF pages to images.

Output formats:
* PNG
* JPG

Pages selection:
* Single page
* Range of pages

> A Vue 3 application that allows users to upload a PDF, select a page range, convert the pages to PNG or JPG, and download the images, all client-side.

## Prerequisites
- Node.js (v16 or higher)
- npm or Yarn

## Setup
1. Clone or download the project.
2. Navigate to the project directory:
```bash
cd pdf-to-image-converter