Brian Sweeney

Results 826 comments of Brian Sweeney

Has anyone tried a nightly to see if any of the changes we've made help?

Anyone tried with beta 3 yet to see if we're still being caught?

@zgrimz I believe so, yes. No confirmation with the latest release, but you might try the suggesitons here: https://github.com/dompdf/dompdf/issues/952#issuecomment-163286096

Apparently one potential cause is when the PDF has a link, due to increased heuristics around trojan doanloaders.

I wouldn't be surprised if the VirusTotal flag influences other vendors. The primary identification is Phishing and, as you noted, appears to be caused by a link in the document....

I am, of course, conjecturing since I don't have insight into the specific rules that triggered the flag (nor access to the actual document).

There's no easy way to do this but you could probably use something like the technique outlined in #3178 to achieve the desired effect.

Right now Dompdf does not support splitting a TD across pages. So if your long TD is more than one page there's nothing you can do at present. I have...

The inherit keyword is supported by Dompdf. Try the following: ``` ``` There may be a particular issue that needs to be addressed but without seeing a sample of what...