I love using ABCpdf when working on a project that needs to generate PDF files. It is very powerful and flexible. One of the main reasons I love, have used, and convinced companies I work for to purchase ABCpdf is because it can render a PDF file from HTML- and not just as a big PDF image either.
Anway, the idea of HTML to PDF is extremely powerful- often times rather than use a reporting package that requires tons of work to modify a report to the exact custom request of a customer, I would much rather generate an HTML page and convert it to PDF or whatever reporting format is requried. (PDF seems to usually be the most popular) This is has become invaluable, as editing or creating new HTML pages that pull data is easy, straightforward, quick and powerful, and with the ability tocovert the output to PDF I can now send the PDFs as reports or have them available for download. I’ve frequently avoided nightmares when updating or adding to reports, and I’ve been able to modify reports very quickly using this model.
Rendering HTML Table Borders with ABCpdf
Recently I found a “bug” of sorts when rendering an HTML table border using ABCpdf. It’s a bit of an odd bug. Essentially the borders become different thickness and really distract from the table. Since reports often include tables, having tables show up correclty and properly formatted is crucial- after all, this is one of the main reasons I like to generate reports in HTML and then convert to PDF: aesthetic flexibility.
A picture is worth a thousand words- here is a screenshot of the browser’s rendering of a table border:
That’s perfect. Just what I want. Now convert it to PDF:
Leave a Reply