Search
3675 results 351-360
Forum
- 21st Nov 2016About tabletools xls and pdfHi Allan! I change the name of pdf or cvs as follow: "aButtons": [ { 'sExtends':'csv', "sFileName": "", "sButtonText": "Excel", 'mColumns':[0,1] }, { 'sExtends':'pdf', "sFileName": "", 'mColumns':[0,1] }, and file name was ***prova.pdf with *** bad character for a file name. So now it's all right! Pat
- 7th Nov 2016Buttons PDF works perfect on 7 of my 8 servers.The PDF creation is client-side, so
- 1st Nov 2016PDF button not working with ie10, works fine with chrome and firefoxI'm afraid that the pdfmake library, which Buttons uses to create the PDF files on the client-side,
- 24th Oct 2016Print or export pdf a column with php picturewhy are you using pdfmake as a pdf exporter? Any other suggestions?
- 18th Oct 2016hi. I would like to know if how can i customize the pdf results ?Use the customize option of the pdfHtml5 button type. There are a few examples. You'll also need to refer to the pdfmake documentation as that is the library that is doing the PDF rendering and thus defines the API. Allan
- 5th Oct 2016How to change the display format of the data in a pdf fileYou can customise the PDF output using the customize option of the pdfHtml5 button type, although I
- 27th Sep 2016Export All to Excel, PDF, etc when using Server Side ProcessingI just solve this by adding lengthMenu: [ [ 10, 25, 50, -1 ], [ '10 rows', '25 rows', '50 rows', 'Show all' ] ], Then "dom": 'Blfrtip', "buttons": [ 'excel', 'pdf' ], So just select Show all and then export =D
- 17th Sep 2016Tamil font in datatable disappears in PDF using HTML5 buttonsThe font used in the PDF export is the one supplied by the pdfmake project. You would need to create your own custom front, per their documentation to have that work. Allan
- 8th Sep 2016pdf report modifywant to modify the PDF file that is created
- 31st Aug 2016pdf download indicator ?Hi alka, I'm looking for this exact thing. Are you able to provide the code for you got the Loading Message to appear when the user clicks the PDF button?