bobv / latex-bundle
Latex and pdf generator for Symfony 2
Installs: 25 455
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 7
Forks: 12
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=8.1
- symfony/config: ^5.4 || ^6.2 || ^7.1
- symfony/console: ^5.4 || ^6.2 || ^7.1
- symfony/dependency-injection: ^5.4 || ^6.2 || ^7.1
- symfony/filesystem: ^5.4 || ^6.2 || ^7.1
- symfony/finder: ^5.4 || ^6.2 || ^7.1
- symfony/form: ^5.4 || ^6.2 || ^7.1
- symfony/framework-bundle: ^5.4 || ^6.2 || ^7.1
- symfony/http-foundation: ^5.4 || ^6.2 || ^7.1
- symfony/http-kernel: ^5.4 || ^6.2 || ^7.1
- symfony/options-resolver: ^5.4 || ^6.2 || ^7.1
- symfony/process: ^5.4 || ^6.2 || ^7.1
- twig/twig: ^2.15 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- symfony/lock: ^5.4 || ^6.2 || ^7.1
- symfony/string: ^5.4 || ^6.2 || ^7.1
Suggests
- friendsofsymfony/ckeditor-bundle: Allows the usage of the bobv_latex form type, and easily integrates ckeditor into your Symfony application
- spatie/pdf-to-image: Allows you to convert PDF output into a image.
- symfony/lock: Allows you to generate the pdf file under lock with the LockedLatexGeneratorInterface
- symfony/string: Allows for extended unicode character escaping, available from Symfony 5.4.x-dev and above
- dev-master
- v5.1.0
- v5.0.2
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.1
- v4.0.0
- v3.0.1
- v3.0.0
- v2.9.0
- v2.8.0
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.0
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.6.1
- v1.6.0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
- v0.9.2
- v0.9.1
- v0.9
- v0.8
- v0.7
- v0.6.1
- 0.6
- v0.5
- v0.4
- v0.3
- v0.2
- dev-fix-parsehtml-passthrough
This package is auto-updated.
Last update: 2024-10-22 16:36:19 UTC
README
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.