Removes the password security from input files.
Removes the security from test.pdf and output it as out.pdf.
AHPDFToolCmd80.exe -decrypt -d C:\test\test.pdf pass123 -o C:\sav\out.pdf
AHPDFToolCmd80 -decrypt -d /home/antenna/test/test.pdf pass123 -o /home/antenna/sav/out.pdf
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.
No parameters.