Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digen21/pdf-to-image
PDF to image conversion
https://github.com/digen21/pdf-to-image
canvas nodejs pdfjs-dist typescript unpdf
Last synced: 3 days ago
JSON representation
PDF to image conversion
- Host: GitHub
- URL: https://github.com/digen21/pdf-to-image
- Owner: digen21
- License: mit
- Created: 2024-12-29T06:38:49.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T06:41:41.000Z (10 days ago)
- Last Synced: 2024-12-29T07:25:05.266Z (10 days ago)
- Topics: canvas, nodejs, pdfjs-dist, typescript, unpdf
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This project contains the conversion of pdf to image using Nodejs and Typescript
# Node Version
> v20.17.0
# Yarn Version
> 1.22.22
# Libraries Used
> [Unpdf](https://www.npmjs.com/package/unpdf)
> [canvas](https://www.npmjs.com/package/canvas)
> [pdfjs-dist](https://www.npmjs.com/package/pdfjs-dist)
# Install Packages
```bash
$ yarn install
```# Run Project
```bash
$ yarn dev
```
# Function
- Proxy Functions (js file) : Used to dynamic import modules to avoid import libraries issue in TypeScript