Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
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