How to convert HTML to PDF using PHP 5

We have 0 comments on this post.

There are many tools on the internet that allow you to convert files of various formats to PDF – but sometimes you need to make such conversions using your code. In this article, we’ll specifically discuss how to convert an HTML file or content to a PDF file using PHP 5. For the task at [...]

Tags: , ,

 

How to include one HTML file inside another

We have 0 comments on this post.

Including an HTML file inside another HTML file can be achieved using Apache’s SSI (Server Side Include). In this article, we’ll stick to the topic only and for further details on usage and scope of SSI you may refer to this article. Configuring your server to permit SSI To permit SSI on your server, you [...]

Tags: , ,

bottombar