20 Users Commented In This Post

Subscribe To This Post Comment Rss Or TrackBack URL
Jojo says, June 19th, 2008   

I always worry about software like this when I can’t find an author’s direct website. This program is available from many sites. But who is the author and does he have a webpage that describes program details? If not, why not?

Functionality like this is very useful. For instance, Adobe itself seems to protect its own info data sheets so you can’t copy text out. I don’t know why. But a program like this can get past that.

I have owned a similar payware product (Orvis PDF-Recover) for a couple of years and it works fine when I’ve had occasion to use it. A payware product like this could be a useful for companies that don’t like or won’t let you use freeware but yet want the same functionality (it’s only $28.50):

Link:
http://shop.pdf-office.com/product_info.php?products_id=36

Yogi says, June 19th, 2008   

Thanks - this sounds very useful.

Unlock PDF Files Online using Free PDF Unlocker says, June 19th, 2008   

[...] solution, recommended by Ghacks, is to use PDF Unlocker which is a free PDF unlocking utility that will remove all [...]

[下载] PDF Unlocker - 解除PDF文件保护 | 免费软件资讯站 says, June 19th, 2008   

[...] Unlocker(via ghacks)可以解除施加于PDF文档的若干限制, 比如禁止打印, 拷贝编辑等等. [...]

Quitar las protecciones o restricciones de documentos PDF | Blog Informático says, June 19th, 2008   

[...] en Ghacks Enlace | PDF [...]

. . . ::: HeroTurko.Net Technology Blogging Photoshop ::: . . . » Blog Archive » Unlock PDF Files Online using Free PDF Unlocker says, June 19th, 2008   

[...] solution, recommended by Ghacks, is to use PDF Unlocker which is a free PDF unlocking utility that will remove all [...]

darkkosmos says, June 19th, 2008   

:O Yes!!! I love you martin!

POWERPYMES » Blog Archive » Abre la puerta a tus PDF says, June 19th, 2008   

[...] Martin nos informa de una manera sencilla de evitar hacer corajes a la hora de revisar PDF, ya que normalmente te impide el modificarlos si tu no los creaste. No puedes imprimir, modificar, ni copiar por lo que ahora, muchas gracias de nuevo, utilizando un freeware llamado PDF Unlocker se puede realizar todo lo necesario. Por supuesto que entrará en nuestro arsenal de herramientas diarias. Recomendado.     Leer mas    Agrega un Comentario [...]

Cum sa scoti restrictiile PDF-urilor rapid | Help Desk Officer says, June 19th, 2008   

[...] (sursa) [...]

Quitando las protecciones de los archivos .pdf con PDF Unlocker | WIZINGA | ocio + tecnología + información says, June 19th, 2008   

[...] | gHacks               Etiquetas: Desbloquear | Gratis | pdf | [...]

NoMeDigas » Blog Archive » Elimina restricciones en documentos PDF says, June 19th, 2008   

[...] | GHacks « OSWA-Assistant, auditoría Wireless Leave a [...]

Freeware PDF Unlocker Enables Copy/Paste Functions Without Passwords at fluxbox.co.uk says, June 20th, 2008   

[...] Freeware PDF Unlocker [via gHacks] [...]

Jojo says, June 20th, 2008   

Be nice Martin if you could segregate the actual user comments in your posts from the linkback references like most other bloggers do. Who links back to you is of no interest to the user.

The Toybox mobile edition says, June 20th, 2008   

[...] neat, free little Windows utility by way of gHacks might be of service. Freeware PDF Unlocker can help unlock the copy/paste and editing restrictions [...]

Mosey says, June 22nd, 2008   

Interesting software! :D I’ll definitely bear this in mind for the future. Luckily haven’t had to edit any pdfs so far.

Cove of Kalmness » Facebook Phiser, Googlenomics and Unlock PDF Copy protection says, June 24th, 2008   

[...] how to unlock copy-protected PDF here, or download the freeware [...]

Ecco come “sbloccare” un documento PDF - Geekissimo says, June 24th, 2008   

[...] Via | ghacks [...]

Kyle B says, July 3rd, 2008   

Wow. This tool was the BEST thing to happen to me today. I spent all day struggling with a stupid I9 form that the guv’ment decided to secure, thus preventing the editing/creating of Objects. My company’s software specifically requires the use of Objects on the documents so that we can populate data on these fields for our clients. I even called DHS on the phone, and got no help at all. Thanks a ton for this tool! It took about 4 seconds to fix my problem once I got it installed.

Zathrus says, July 30th, 2008   

As best I can tell, all this is is a simple CMD script that uses GhostScript to open the PDF and then write it back out as a new PDF.

Note — v1.04 is broken. The CMD file has errors in it.

Change the CMD file to the following and it will work (for those who care, I fixed the set command to only take off “.pdf” and added the missing double quotes around the file names that should’ve been there — the script had a single, unbalanced double quote):

@echo off
echo.
echo.
echo This may take a minute, please wait.
echo.
echo.
echo.
echo.
echo Converting %1
set ttt=%1
set tt=%ttt:~0,-4%
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sFONTPATH=%windir%/fonts;xfonts;. -sPDFPassword= -dPDFSETTINGS=/prepress -dPassThroughJPEGImages=true -sOutputFile=”%tt%_noPW.pdf” “%1″

REM ‘Written by SMTguru

Leave Your Comments Below
Hello, please leave your thought below

Please Note: Each comment will be manually approved by an admin. There is no guarantee that a comment will be posted. Please do not submit the comment multiple times.