-
PDF
Remove passwords from edit-restricted PDFs From: Mac OS X Hints
Assuming you can print the file and you have administrator rights, here is one simple way to defeat this DRM.
- In Finder, press Shift-Command-G, or select Go » Go to Folder....
- Type /var/spool and press Return.
- The spool folder will open, and inside there will be several folders. The cups folder will have a red Stop sign on it.
- Select it, and then press Command-I (or use File » Get Info).
- In the Sharing & Permissions section of the Get Info window (at the bottom), click the lock to open. You will need your administrator password.
- Now click the "+" sign and add yourself to the list. You only need 'read only' privileges.
- Now open the cups folder.
Alternatively, fire up Terminal, and type sudo chmod +r /var/spool/cups (press Return) and then open /var/spool/cups (Return again) to achieve all of the above steps. Either way, once that's done, do this...- View the cups folder as a list (View menu) and sort by Date Modified.
- Open up your favorite PostScript printer by going to Print and Fax in System Preferences and selecting it from the list on the left. If you don't have one, install one.
- Pause the printer.
- Print your PDF to this printer. It will complain that the printer is paused. Click Add to Queue and not Resume.
- The print file will show up in the cups folder at the top with an obscure name like d00023-001 (ignore the corresponding file c00023).
- Drag this print file to your Desktop (or wherever). You will need your administrator password again.
- Add .pdf to the end of the file name, and open with Preview.
- Delete the print job in your PostScript printer.
-
Meta