Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
Has anyone have the experience that how to reorder PDF page in .NET? Please kindly suggest me a resource or code samples that you have. As I have searched a lot in google and even ask my question in adobe SDK forum. But till now, things have not change yet. SO Please help me. Thank you in advance :)
Best Regards
Posted

1 solution

If you can use iTextSharp, this might[^] help you out.

This uses _pdfWriter.ReorderPages(order); at one point.
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 5-Jul-12 22:26pm    
It's "iTextSharp". I fixed the typo, hope you won't mind...
--SA
Abhinav S 5-Jul-12 23:14pm    
Sure. No I don't mind at all.. :)
Sergey Alexandrovich Kryukov 5-Jul-12 22:26pm    
My 5.
--SA
Abhinav S 5-Jul-12 23:14pm    
Thank you.
Pandvi 5-Jul-12 22:30pm    
Thanks for your help. I am trying all this. :)

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