Does OpenPDF Library Support Multithreading for Concurrent PDF Generation?
I am currently working on an AWS Lambda function that generates PDFs and uploads them to AWS S3. I have been using the iTextPDF library, but I’m considering switching to OpenPDF. One of my main requirements is multithreading support to improve the performance of PDF generation.