Pagination Service Question

I’m looking at giving the pagination service a large string of text to split into pages. While the documentation makes it look like it will split over separate content items, it doesn’t say anything about a continuous string. So, will it split strings, or will I need to do some work on the text to split it up?

I think you will have to split it up yourself. The service won’t know how to split it up (whole words, fixed length, etc).

1 Like