Hello all,
Does anyone know a way to merge pages in a pdf file? Say the pdf file contains 99 pages and i want to merge every 3 pages together..?
Thanks in advance,
Greyskull
Printable View
Hello all,
Does anyone know a way to merge pages in a pdf file? Say the pdf file contains 99 pages and i want to merge every 3 pages together..?
Thanks in advance,
Greyskull
I don't know if there is already some commercial or open-source software out there that has the capability to do what you ask, but I guess there must be.
However, you can also write it your self using iText or iTextSharp. If you are to write it, I may be able to help with the code.
Thanks, i heard i need to use Javascript but if i can do it in c# i would.
Do i need some form of library to do it?
You can use iTextSharp library. It can be downloaded here:Quote:
Originally Posted by Greyskull
http://sourceforge.net/projects/itextsharp/?abmode=1
Thanks, I've now finished what I wanted, but i didn't manage to do it on iTextSharp. I used pdfsharp which works in a similar way I believe.
Thanks for pointing me in the right direction ;)