Hola gurus, I am using Ghostscript 8.7 to crop PDF files to specific points. When I do this, the file (a CAD drawing from Pro/ENGINEER) loses its bookmarks. They still appear in the "Bookmarks" tab in Adobe Reader, but when I select them the window does not re-center upon that particular view as it did before I processed the file through GS.
I even added the switch -dDOPDFMARKS to no result. A typical command is: gswin32c -dBATCH -dSAFER -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=e: \PDFFiles\A_Size\%~nx1 -dDOPDFMARKS -dDEVICEWIDTHPOINTS=647 - dDEVICEHEIGHTPOINTS=505 -dFIXEDMEDIA %1 Any thoughts regarding what I may be doing wrong or if I can correct this? TIA Peter