Skip to content

nitishbaruah/pdf_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Generator

Dynamic pdf generator (Backend API)
Clone repo and run on IDE.

API : http://localhost:8080/pdf/generator

Input

  {
      "seller": "XYZ Pvt. Ltd.",
      "sellerGstin": "29AABBCCDD121ZD",
      "sellerAddress": "New Delhi, India",
      "buyer": "Vedant Computers",
      "buyerGstin": "29AABBCCDD131ZD",
      "buyerAddress": "New Delhi, India",
      "items": [
                  {
                      "name": "Product 1",
                      "quantity": "12 Nos",
                      "rate": 123.00,
                      "amount": 1476.00
                   }
                ]
}

Output

Screenshot 2023-03-01 072317

About

Dynamic pdf generator (Backend API)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages