Skip to content

Neal-Ding/PDF-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF-generator

Generate PDF with html template.

Installation

npm i

Test

Request:

POST http://localhost:9001/api/pdf/create

Param:

{
    "templateData": {
        "content": "I'm here, as always."
    },
    "templateId": "test001"
}

About

Generator PDF with html template and xlsx with json data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors