-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF Export Feature #42
Comments
For a lot of my projects using sonata, I did have to code a custom PDF export functionality, which is generally added as a BATCH action on list views, not in the export section where it should be. |
yes, of course. |
👍 |
Ok, I will submit it soon. |
@chalasr Please take in consideration that knp-snappy should be optional. The best would be to have a |
@soullivaneuh Ok, I will use this approach . Thanks |
@soullivaneuh you give too much insight ;) |
Actually a KnpSnappyWriter will do the job too ;) |
Closing this issue, as it not the aim of this library to provide such features. Exporting data into PDF is more about reporting. |
I have seen an example how to export PDF by injecting the
KnpSnappyBundle
:http://cristian-radulescu.ro/article/add-pdf-export-functionality-in-sonataadminbundle.html
But the tutorial also states that the Sonata way would be to use a
PdfWriter
class.Are there any plans for such a service?
The text was updated successfully, but these errors were encountered: