Example of Split PDF in ASP.NET Core PDF Library
This sample demonstrates how to split the pages of a PDF into multiple PDF documents, ensuring that their accessibility tags remain unchanged.
DEMO
SOURCE
This feature will be used to split the necessary pages from the PDF document, divide a large-sized PDF into smaller ones, and maintain their tags throughout the splitting process, among other functions.