bobv/latex-bundle

Latex and pdf generator for Symfony 2

Installs: 22 332

Dependents: 0

Suggesters: 0

Security: 0

Stars: 22

Watchers: 7

Forks: 12

Open Issues: 1

Type:symfony-bundle

v5.0.1 2024-03-20 09:11 UTC

README

Join the chat at https://gitter.im/bobvandevijver/latex-bundle

For whenever you want more flexibility than with any other PHP-PDF library

This bundle provides basic LaTeX support to ensure flexible PDF rendering in your Symfony2 application. The project was started as an idea to avoid the standard TCPDF library in the hope that the compilation of LaTeX can be done more efficiently and more consistently across machines.

Documentation

The complete documentation can be found in the Resources/doc directory! Start by reading the table of contents.

Upgrade notes

Upgrade notes can be found in the UPGRADE.MD file.

Features

  • Generate LaTeX (.tex) files using object oriënted programming
  • Generate PDF files from .tex files
  • HTTP responses containing the PDF using a single command
  • Basic caching system (do not regenerate the PDF when not needed)

In development

  • More standard LaTeX blocks

Support

If you have any problem, you've found and error or want to contribute to this project, feel free to open a github ticket. Please first read submitting issues.