As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi Guys, Great Plugin! I love it and use it for a couple of sites. I was wondering if it was possible to customize the downloadable Print/PDF?
Hi duckstanceDigital,
Thank you for the purchase.
We are using datatables library for rendering tables and datatables is using pdfmake library for generating PDF Files. Library for creating and saving PDF Files is pdfmake. You can take a look at their documentation how it can be changed and all available features - Link.
Hi Milos,
Thank you very much for the reply. I'll have a look into it. in which file (code line) did you set the configuration for the docDefinition? is there e simple way to integrate one?? I think we would like to develope an Add-On to your wpDataTables Plugin to customize the pdf. Do you have some documentation that could help us?
Hi duckstanceDigital,
You can find code in file class.wpdatatable.php starting with line:
Also you have few more examples at datatables documentation how you can for example change orientation of the PDF file or add an image to it - Link 1 - Link 2 - Link 3