Hi.
I noticed that VeraPDF validation doesn't react to interrupted signal.
It leads to resource leaking when processing heavy/unoptimized pdfs.
I created small program to demonstrate current behavior (sorry, I can't attach working project cause small size limit on attachments):
Benchmark.java
Validator.java
heavy.pdf
Is it possible to make validation process interruptible?
Thank you!
Hi.
I noticed that VeraPDF validation doesn't react to interrupted signal.
It leads to resource leaking when processing heavy/unoptimized pdfs.
I created small program to demonstrate current behavior (sorry, I can't attach working project cause small size limit on attachments):
Benchmark.java
Validator.java
heavy.pdf
Is it possible to make validation process interruptible?
Thank you!