CodeIgniter+Bootstrap - Convert HTML to PDF

Viewed 5397

Before you say it's a duplicate of another question, please read on.

My development environment is :

  • CodeIgniter
  • Twitter Bootstrap

What I need :

  • To be able to convert a piece of HTML code (or a complete webpage for that matter), exactly as it appears as a PDF.

Hints :

  • I know about domPDF (a common solution, with a helper already available for CodeIgniter users), and I've used it in the past; the thing is it does NOT support real conversion (if I have to convert all my bootstrap css to tables, then it's close to useless).
  • I'm thinking of using some terminal utility (triggered via ajax?), like wkHtmlToPdf

What would you suggest?

1 Answers
Related