Search
3677 results 931-940
Forum
- 25th Feb 2020PDFHTML5 How to make report footer on exported pdfThanks for reply, i just solved myself about the page you mention, i'm not sure, it looks like page footer to me, i dont try it yet I made this in the customize section customize: function (doc) { doc.content.push( {text:$("#label1").text(),margin:[240,20,20,20]} ); doc.content.push( {text:$("#nama1").text(),margin:[240,40,20,20]} ); doc.content.push( {text:$("#nama2").text(),margin:[400,-30,20,20]} ); doc.content.push( {text:$("#label2").text(),margin:[400,-100,20,20]} ); (..another code ..) } The result looks like this, there is a signature place at the last page
- 23rd Feb 2020Customize PDF export with a second tablesorry I do not know if I have not understood correctly or if I am just mistaking the road, but something is not working ... help please here
- 4th Feb 2020export pdf from data table symbol not showing from table dataMy guess is that you are trying to export characters which are not in pdfmake's default font. Please see the pdfmake documentation if you need to export characters that aren't in their default font. Allan
- 8th Jan 2020How to insert an Image in the messageBottom for DataTables PDF export ?@kthorngren Thanks a lot for the code snippet. It was great help and now I am one step closer to production and Deployment! :)
- 24th Dec 2019datatable export pdf not support chineseDuplicated here - please only post once as requested in the other thread. This thread should help, it's asking the same thing. Colin
- 24th Dec 2019datatable export in pdf but chinese font missing in pdfThis is a duplicate of this: https://datatables.net/forums/discussion/59674/datatable-export-pdf-not-support-chinese#latest Please do not post duplicates.
- 11th Dec 2019Pdf, excel,print buttons return array on Chrome in LaravelSolution is here: http://live.datatables.net/cowujoho/5/edit. Case closed!
- 21st Jul 2019Exporting child rows to excel and PDFHi @Jackallitor , No, still the same, thought this thread shows how you can use Responsive to get the desired outcome, Cheers, Colin
- 12th Jun 2019how do i add custom styles to copy, pdf, cvs, print buttons and search input text?Hi @ashancy , Most of the elements have a class name property, such as buttons.buttons.className, you would use that to get it complying with your CSS classnames. Cheers, Colin
- 22nd May 2019how can i use copy, to pdf and to excell buttons with out cdn link?You can use the Download Builder to generate a set of files that you can download and load locally on your page. Kevin