Anyone here who tried splitting pdf based on words? For example, I have a 10-page pdf, and if the word, “Sheet” is in a page, let say in page 3 and 8, it will be extracted to 3 pdfs (1st contains page 1-2, 2nd contains 3-7 and 3rd, page 8-10)? Can anyone give me a sample xaml?
In this sample workflow, I have a pdf with 22 pages. I am looking for the word Future which is present in page 2, 6 and 15. So the split ranges would be, 1-1, 2-5, 6-14, 15-22. I am building a string based on the pages matched and finally passing that to “PDF Splitter” activity.
Note: I have used Balareva PDF activity package to split the pages. If your organization does not allow third party packages you can use “Join PDF” activity instead of that.