Tag Archives: pdf

Add line break in PDF generated from HTML without fix width

Description: By creating a PDF from HTML if you use tables and you want the table cells to flow easily not depending on the width of a specific cell, a long text is not broken into multiple lines, but the … Continue reading

Posted in Best practices, PhP | Tagged , , , , , | Leave a comment

Export HTML to PDF

Description: Export a HTML page to PDF in PhP Solution: The best solution is installing a 3rd party tool like wkhtmltopdf . The tool is easy to install on Windows, but a bit more tricky on a Linux machine. The … Continue reading

Posted in PhP, Tools | Tagged , , , | Leave a comment