I have 1 GB long in size PDF document. There are plenty of defect / issue data in this PDF. Every defect has number. I want to break down this large PDF into multiple smaller PDFs so that I can have one pdf for one separate defect ID.
I am looking for functionality that will allow me to pass a search string to look for inside large PDF document. And to break it down based on start and end of this defect ID. Can someone please suggest how this can be achieved using PDFBox? Thanks Ganesh

