diff --git a/application/views/BatchcardMaintListing.php b/application/views/BatchcardMaintListing.php index e7558de3..9c0cfb1b 100755 --- a/application/views/BatchcardMaintListing.php +++ b/application/views/BatchcardMaintListing.php @@ -175,10 +175,12 @@ font-size:13px; buttons: [ { - extend: 'pdf', + orientation: 'potrait', + pageSize: 'LEGAL', + customize: function(doc) { - doc.content[1].margin = [ -25, 0, -25, 0 ] //left, top, right, bottom + doc.content[1].margin = [ -11, 0,-75, 0 ] //left, top, right, bottom }, text: 'PDF',