Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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