Timo van de Put
Timo van de Put
It looks the problem is caused by a resource leak in opening / closing the PDF document, as rendering many pages without closing and reopening the document does work.
The licenses in the SPDX tag-value SBOM output currently still use custom licenses what reference a definition like these examples: ``` LicenseID: LicenseRef-c66410f ExtractedText: Original license: GPL-2.0-only LicenseID: LicenseRef-1eaea05 ExtractedText:...
Did anybody find a solution yet?
(This issue was raised as a "Feature request", so providing a working example is kind-of difficult.) But to explain a bit in more detail what I would like to achieve:...
I meanwhile found out how to use the (internal) `PdfTexture` class to render a selection of a single page. Is it possible to add this class to the public API...
I am facing the same problem, where other languages were translated but ARB translation consistently fails on "pl". The only new key in my ARB file is one with a...
An alternative fix is to add all missing namespaces by adding this snippet to the project gradle.build just after the first "subprojects" statement. This avoids having to fork or clone...
> make sure it has no extension Also make sure your web server does add a header to indicate it has a content of "application/json". But I am still facing...