Skip to content

p-herbert/generate-pdfs

Repository files navigation

Generate-PDFs

Service for generating PDFs.

Routes

  • PDF
    • POST /pdf
      • body Object
        • html String
        • margin Object
          • top String
          • left String
          • bottom String
          • right String
        • height String
        • width String

Running the service locally

The server can be run locally with the command:

npm run dev

It will start on http://localhost:8080.

About

Service for generating PDFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published