Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
split pdf pages with given range of number
Posted
Comments
[no name] 28-Sep-12 1:33am    
I want to know the method you resolve that, please tell me the solution.Thanks!

You can achieve this using the PDFSharp library (free). See here:
http://www.pdfsharp.com/PDFsharp/index.php?option=com_frontpage&Itemid=1[^]
here is a sample from them that shows the code for splitting pdfs:
http://www.pdfsharp.com/PDFsharp/index.php?option=com_content&task=view&id=37&Itemid=48[^]
 
Share this answer
 
Hello,

You can achieve it using itextsharp library which is open source and provide efficient method to split pdf in given range.

Please refer below URL for more details

http://sourceforge.net/projects/itextsharp/[^]


Please let us know if any.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900