replied on January 29, 2020
Hi All
Just a couple thoughts for you. When you use a Find Entry, Search, etc, there are extra Properties you can retrieve about the document which can include Page Count (Page count only applies to LF Pages)

Knowing the number of pages in a Document, I have used this in conjunction with a Repeat loop Iteraction to match the Page Count or with a calculated PageCounter to know how many times to run the Loop.
Once inside the loop, Retrieve the Document Text for that page, You'll need Pattern Matching to find the Text that tells you what Document Type it is, or to identify last page. When you find a New Document Type, Create a New Doc and move the Page to it. Loop to the next page, typically I make the assumption that if I don't find a new document type, then I move that page to the last created document.
And Repeat.
Hopefully this gives you some ideas.