Sample .NET Core Project PDF Split Limited to 20 Pages
I downloaded the SplitPDFIntoNumberofFiles C# project from Adobe SDK.
The code below works sucessfully when splitting a PDF document to 20 pages, but if I set it over 20 pages, I get an exception error that the operation could not split beyond 20 pages.
// Set the number of documents to split the input PDF file into.
splitPDFOperation.SetFileCount(20);
Can anyone please provide any guidance or assistance ?
