Hi, I am having an issue where my application must wait X amount of time before giving up on the PDF Extraction. The problem is that when I timeout on the thread doing the PDF Extaction, PDFBox is still working and has a handle on the output file. I need a way to timeout the extraction process and release the file handle.
Is there support for this already? Thanks

