Removes Password and Restrictions from PDF documents.
PDFPasswordRemover.exe [[file|directory]][/userpassword:USER_PASSWORD_VALUE] [/n
osubdirs] [/overwrite][/backup][outfilename:OUTPUT_FILE_VALUE] [outputfolder:OUT
PUT_FOLDER_VALUE] [/l:IMPORT_LIST_FILE_VALUE][/log:LOG_FILE_VALUE][/?]
file : one or more pdf or image files to be processed.
directory : one or more directories containing pdf files to be processed.
userpassword: Document user password (password for opening, not for restrictions
).
nosubdirs : do not process also subdirectories of PDF documents input directorie
s.
overwrite : overwrite existing PDF document.
backup : keep backup in case of overwrite.
outfilename : Output filename. If not specified the file will have the same file
name but will end with "_unprotected".
Enter [FILENAME] for document's filename without extension and [EXT] for documen
t's extension.
/l : Import list of files to be processed from a text file. One file or folder o
n each line. In case the document has a password it's line should be comma separ
ated.
/log : Logfile where output messages should be logged.
outputfolder: Output folder value (if different than the folder of the first fil
e)
/? : show help
PDFPasswordRemover.exe "c:\invoices\invoice1.pdf"
PDFPasswordRemover.exe /userpassword:"My Password" "c:\invoices\list.pdf"
PDFPasswordRemover.exe /l:"c:\invoices\InvoiceList.txt" /log:"c:\invoices\log.txt"
PDFPasswordRemover.exe "c:\invoices\invoice1.pdf" /overwrite /backup
PDFPasswordRemover.exe "c:\invoices"