PdfBundle
PdfBundle copied to clipboard
This bundle integrates Symfony2 with PHPPdf library.
I've worked on a fork of my own to make this bundle compatible with Symfony 4. This is a minimum-effort work, since I did not delve in the advanced features...
It's not possible to clear the cache of my symfony2 application. The PdfBundle internally uses some zf_cache with www-data rights (the user linux uses when you run your application in...
I've forked this bundle to try and overcome the limit of the `sensio/framework-extra-bundle` constraint. Luckily that dependency is used only to have the `@Pdf` annotation available, and the BC between...
changed the depreacted service-factory, service-class and service-method tags
Use Twig_SimpleFunction now
#SymfonyConHackday2017
I have a field in which users will enter full html text and a pdf should be generated. But when I enter a blank space using some text editor which...
Now search image not only in *images* folder inside Resources/public but also search inside *img* folder
As you can see here: https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md#routing > Some route settings have been renamed: > * The `pattern` setting has been removed in favor of `path` I've removed the deprecations from...
Hi, I would like to know if is there a way to generate PDF from services in symfony 2.6. Thank you.