Split PDF file
PDFsharp is a .NET library for creating and modifying PDF documents.
Brought to you by:
pdfsharp,
stefan_lange
I want to split pdf files based on file size. Eg: Suppose I have a pdf file of size 7 MB and I want to split the file to 3MB, 3MB and 1MB files. Could anybody suggest me a way to do it using PDFSharp.
Thanks,
Jme