12-12 -decrypt: Removing PDF Security Settings

Processing

Removes the password security from input files.

Note:

  • The security information that the input file has will not be carried over to the output PDF file.

Example of commands

[Executing example commands]

Removes the security from test.pdf and output it as out.pdf.

  • The owner password for the input file at this time is pass123

[Windows]

AHPDFToolCmd80.exe -decrypt -d C:\test\test.pdf pass123 -o C:\sav\out.pdf

[Linux]

AHPDFToolCmd80 -decrypt -d /home/antenna/test/test.pdf pass123 -o /home/antenna/sav/out.pdf

Folder settings: applied

You can perform batch processing by specifying the input folder with the -d parameter and the output folder with the -o parameter.

Removes the security of PDF files in the input folder. Note that the output file will be output to the output folder with the same name as the input file name.

Parameters

No parameters.

Please enter alt text.