Ubuntu Linux: Convert CHM file into PDF file

CHM (Microsoft Compiled HTML Help) is a Microsoft proprietary online help format, that consists of a collection of HTML pages and an index. CHM files are not recognized by Linux and they cannot be open using any default application. To open CHM files, you have to install CHM viewer in Linux. In my previous article, … Read more

PHP: Easily create PDF on the fly

Here, I will be writing about two pdf creation PHP Classes. They are FPDF and TCPDF. With these classes, you can quickly, easily and effectively generate PDF files. FPDF is smaller in size compared to TCPDF. But, in functionalities, TCPDF wins. TCPDF has lots of features and functionalities. If you want very advanced features in … Read more