Search
3677 results 891-900
Forum
- 30th Mar 2011Another question on exporting multiple tables in a page - PDF formattingexport to a single PDF. if you check out
- 22nd Mar 2011Exporting one hidden column and visible columns but not all columns to Pdf .. overwritingthe visible columns to PDF. It is overwriting the
- 26th Feb 2011How to add or customize tilte in export PDFcontent about data in PDF. Can I handle it
- 17th Feb 2011Hidden fields displaying in pdfWhen generating a pdf, any fields that have been hidden by ColVis show up positioned on top of visible fields in the resulting pdf. The pdf table becomes largely unreadable. Any suggestions?
- 16th Feb 2011change font size pdfHow do I change the font size to export the pdf:? pdf my validator page generates 13, I fall to about 8 pages I looked at the sources and could not find where does it! thanks
- 31st Jan 2011Title PDFHi, how can add a title in a pdf file? i tried this way [code] $(document).ready( function () { $('#example').dataTable( { "sDom": 'T<"clear">lfrtip', "oTableTools": { "aButtons": [ { "sExtends": "pdf", "fnClick": function( nButton, oConfig, flash ) { this.fnSetText( flash, "title:My document\n"+ "colWidth:"+ this.fnCalcColRatios(oConfig) +"\n"+ "--/TableToolsOpts--\n" + this.fnGetTableData(oConfig) ); } } ] } } ); } ); [/code]
- 9th Jan 2011About charset with exports pdf filecontent in my table have ??????? when export pdf flie how to set another charset i try set tis-620 it not work
- 13th Feb 2025Exporting to Excel, PDF and CSV using server sideif I am using server side processing then I have to handle export options myself in server side code? If you want the full data set in the exported file, yes. With server-side processing enabled, the client-side only has the data for the currently drawn page. Therefore, since the export is client-side, it can only export the data it has. Allan
- 25th Jul 2024EXPORT pdf is not displaying arabic words.Have you seen this thread it might be of interest? Failing that, please link to a test case showing the issue. Allan
- 8th Jan 2024how i rotate image in pdf?There's no reason why the image should be rotated! We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Colin