Brian Sweeney

Results 826 comments of Brian Sweeney

This code was removed but I plan to revive in the utils project.

You mean JavaScript? Sorry to say Dompdf does not support it.

It depends on your particular use case. For something that is solely server-side you can generate the chart using a PHP charting library. If you need to generate a chart...

The issue is probably more likely a result of using Xdebug than an actual issue with recursion. It looks like Xdebug's recursion prevention logic is halting execution logic. However, I...

Interesting that performance difference. I'll keep this open so that I remember to check this scenario to see what part of the process most impacts performance.

The CPDF backend currently only supports PDF 1.3. We _should_ be able to update it to PDF 1.4 / PDF/A-1 without too much trouble, but it's a matter of developer...

Nothing yet.

Yes, but we have other priorities right now. Pull requests are always welcome so if anyone familiar with the format can help it would be much appreciated.

@oliverhuynh how have you gone about SVG support? We would be interested in knowing the details.

That's not going to be universal enough for the majority of users who, I suspect, use the CPDF back end. Still, it would be good to see the patch. We...