Questions tagged [html2pdf]

HTML2PDF is a HTML to PDF converter written in PHP4 (use FPDF), and PHP5 (use TCPDF). It allows the conversion of valid HTML 4.01 in PDF format.

HTML2PDF is a HTML to PDF converter written in PHP4 (use FPDF), and PHP5 (use TCPDF). It allows the conversion of valid HTML 4.01 in PDF format. It's an open source project since 2015, the source is hosted on github (link)

635 questions
21
votes
2 answers

Why doesn't border-collapse work in html2pdf?

I want to create a pdf with an html table like : So, I created this html :
R3tep
  • 12,512
  • 10
  • 48
  • 75
15
votes
2 answers

Working with css floats in html2pdf

I'm using floats to position 2 divs beside each other. print