I have one scanned pdf and i want to split that pdf. In that pdf 2 unique text are present one is at start of pdf page and 2nd one at end of 1st or 2nd page. So, pdf should get split if contains this 2 unique text.
Pdf should get split from 1st unique text page to 2nd unique text page.
For eg:- inside one scanned pdf 10 pages are present 1st unique text present at 1st page then 2nd unique text present at 3rd page after that no unique text present on 4th & 5th page then unique text present at 6th page and 2nd unique text present at 9th page.
I want to split pdf from above eg like :- 1st Split pdf(1-3) & 2nd split pdf(6-9)
Split the PDF one for each page. Then look at each PDF to see where that text is found. Then either Join PDF Files to put them back together, or just re-split the original PDF based on where you found the keywords.