My client has a multi-page PDF file. They need it split by page. Does anyone know of a way to do this – preferably in C#.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PDFSharp is an open source library which may be what you’re after:
This sample shows how to convert a PDF document with n pages into n documents with one page each.