We have 22 pages of legal documents that were originally on letter size paper. The originals were lost in a fire. The lawyer s office has a PDF with scans of the originals but the scan was done with "legal" size. Is there any way to redo the PDF and have it only use the "letter size" portion of each page?
I ve look at pdftk and magick and haven t seen any options that will do this.
My best guess is to explode the 22 page3 PDF to 22 separate graphic files, resize them using Paint.net, then create a new PDF using pdftk. I know how to do all that except the "export PDF page as graphic image" part.
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...