Skip to content

aomi/pdf2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf2png

A simple web service to convert PDF files to PNG images. It uses pdf.js to render the PDF files on a canvas and then converts the canvas to a PNG image.

Based on the example from pdf.js with some modifications.

This is work-in-progress and primarily intended for my own use. It is not production ready.

Background

Just a quick hack after realizing it is possible to have PDF to PNG conversion without Ghostscript, ImageMagick or other external tools ✨.

Might deploy this or might not. Just want it written down somewhere.

About

A simple web service to convert PDF files to PNG images using pdf.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors