LibrePDF / OpenPDF

OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.
Other
3.6k stars 596 forks source link

Does OpenPDF support multiThreadding ? #1179

Open akshayrrao-Sclera opened 5 months ago

akshayrrao-Sclera commented 5 months ago

I have to generate bulk pdf so does this library support multithreading?

andreasrosdal commented 5 months ago

@akshayrrao-Sclera please give it a try using multithreading, and report back your results. My guess is that you need to add additional synchronization mechanisms.