How to Set Different font-family in Dompdf

When generating a PDF with Dompdf then it ignores fonts that are not available in its internally – Helvetica, Times-Roman, Courier, Zapf-Dingbats, Symbol.

Require to load the fonts for use in PDF creation which is not existing in Dompdf internal fonts.

In this tutorial, I am creating a PDF of MySQL database table records and set its font-family using Dompdf.

How to Set Different font-family in Dompdf

Read more

DataTables AJAX Pagination with Search and Sort in CodeIgniter 3

CodeIgniter already has a library for pagination. Which is easier to implement on the page. But you need to customize it to add extra functionality like – search, sorting, rows per page.

Datatables is a jQuery library that comes with all basic functionality that requires pagination.

Need to handle the request and return the response in the specified format.

In this tutorial, I show how you can implement Datatables AJAX pagination in CodeIgniter 3.

DataTables AJAX Pagination with Search and Sort in CodeIgniter 3

Read more