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.
- Host: GitHub
- URL: https://github.com/miguelms95/pdf-converter
- Owner: miguelms95
- Created: 2025-04-19T17:57:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T11:28:42.000Z (about 1 year ago)
- Last Synced: 2025-06-25T12:51:22.235Z (about 1 year ago)
- Topics: converter, pdf, ts, vue, web
- Language: Vue
- Homepage: https://pdfenimagen.es
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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