Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code:
var documen…...following code: var document = new Document(inputStream); //use...textFragmentAbsorber = new TextFragmentAbsorber( new Regex(splitRule...