Skip to content

Iyaaan/node-pdf-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF GENERATOR API

This is a simple Express server that allows downloading PDF files.

Usage

git clone https://github.com/Iyaaan/node-pdf-generator.git

npm install npm start

Then open http://localhost:3000/pdf in your browser.

API

GET /pdf?url=:file

Downloads a PDF file.

Path Parameters:

  • url - The name of the PDF file to download

Example Request:

Copy code

GET /pdf?url=:mihaaru.com

This will download the mihaaru.com.pdf file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published