Brian Sweeney
Brian Sweeney
@NacerKH I understand you're disappointed this wasn't included in 3.0, but I do plan to include a change in the next release. I had two items in my last comment...
Related to [this comment](https://github.com/dompdf/dompdf/pull/3269#pullrequestreview-2011480204): > It passes nearly all compliance tests except > > ``` > [Specification: ISO 19005-3:2012, Clause: 6.2.11.4.1, Test number: 1](https://github.com/veraPDF/veraPDF-validation-profiles/wiki/PDFA-Parts-2-and-3-rules#rule-621141-1) > The font programs for all...
Not sure I quite follow, but this sounds more like an issue with your particular implementation. Can you provide more details? What does the browser see after calling `$dompdf->render()`?
Dompdf does not yet support fully support the complex text layout features required to render Farsi correctly. Additionally, fully supporting RTL in layout will require additional work on the layout...
What is happening, or not happening, What you've provided seems to work OK so you might need to provide a more complete sample document.
Looking at this I see one potential issue in that the content of the letter is positioned absolutely, so page breaks don't apply to that content. The page _is_ broken...
So far it seems your issue is just that the CSS isn't applied. That could be a permission issue. Have you tried inlining the CSS just as a way to...
Adding support to CPDF for custom properties in the document information dictionary should be straightforward. I suspect PDFLib already supports it but would have to confirm. A bit of thought...
Indentation is all wonky as well. Seems to be an issue starting with the 2.0.0 release. The 1.2.2 release renders this correctly. Reviewing the DOM after document ingestion it looks...
Does appear to be the case. I don't see what's causing the issue on initial look, so I'll have to spend some more time with it. To render the element,...