Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 666 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 666 Bytes

Example usage of PdfResponse

Project that generates PDF from HTML template. Project can be integrated into Nette-based project as Nette\Application\IResponse.

How to get this working on your PC?

  1. Install Composer
  2. Open terminal
  3. composer create-project --stability="dev" jkuchar/pdfresponse-example pdfresponse-example
  4. PdfResponse example is in directory pdfresponse-example