Brian Sweeney
Brian Sweeney
That is _quite_ the HTML document. I'll need a bit to review what's going on there. The nested HTML elements are not helping. Removing just those extra HTML tags seems...
Yeah I figured it was output from email. I'd have to dive into the internals to try and figure out specifically what's happening but basically Dompdf doesn't like the structure...
I haven't had a chance to look into the issue more. As for your question, the easiest way to remove those tags would be to use PHP's `strip_tags` function ......
Did you try wrapping the content in `...` with 2.0? When I did that the full document rendered.
welp, seems to render ... ok? ... on the [debugger](https://eclecticgeek.com/dompdf/debug.php). Maybe it's an issue with one of the underlying libraries? What version of PHP, libxml, etc?
Yeah, long HTML documents are fairly slow to render. Particularly if they have any type of complexity (lots of elements, for example). I've used split rendering in the past and...
That would depend on the back-end renderer. Right now neither CPDF nor PDFLib support digital signatures. If you're using PDFLib the company does offer a product ([PLOP DS](http://www.pdflib.com/products/plop-ds/)) that does....
I don't have much experience with ZF. It looks like the plug-in isn't in the official repo, so I can't say anything about it's quality. You can find it here:...
@StephenOTT not yet, sorry.
I like the looks of that library.