I need a method to create PDFs using AngularJs that includes HTML, CSS, and JavaScript elements.
I have tried two options:
- jsPDF (which does not support CSS)
- Shrimp (built on Ruby)
Neither of these solutions fit my needs. Is there another way to accomplish this?