Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove ITEXT output devices. #4

Closed
danfickle opened this issue Feb 1, 2016 · 0 comments
Closed

Remove ITEXT output devices. #4

danfickle opened this issue Feb 1, 2016 · 0 comments

Comments

@danfickle
Copy link
Owner

With PDF-BOX 2, ITEXT is no longer required.

danfickle pushed a commit that referenced this issue Sep 16, 2019
burka pushed a commit to burka/openhtmltopdf that referenced this issue Apr 26, 2024
We are generating PDFs which include many external SVG files using `<img
src="xyz.svg"/>`.
Following two log lines are repeated for **every** loaded SVG, which in
our case results with more than 5000 uninformative log messages per PDF:
```
2024-01-28T16:39:26.411+01:00  INFO 11121 --- [nio-8080-exec-7] com.openhtmltopdf.load                   : SAX XMLReader in use (parser): com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
2024-01-28T16:39:26.411+01:00  INFO 11121 --- [nio-8080-exec-7] com.openhtmltopdf.load                   : Loaded document in ~0ms
```

I believe log level can be lowered from INFO to FINEST since these
messages can be quite invasive. LMKWYT :eyes:
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant