How to reorder pages within a PDF file via a key number residing within each page in the pdf file? The reorder will not be sequential, but rather based upon a list residing on an xls file.
mark stephens
If you just want to reorder the pages, you can use many tools - try IText first as its free - to do this. You will need some custom logic for running it all. It will take years to digest the PDF spec...
