Baking PDFs with CakePHP
Working on another project, I needed a way to output PDFs with CakePHP. After looking around, I ended up choosing dompdf as the library to use to generate them. Overall, it went fairly smooth. We did hit one or two limitations (like nested tables (special circumstances!)) but otherwise it worked really well. In our case,...