Can I do automatically the compression of one pdf file?
I need to Compress a pdf file automatically. I´ve tried with the command line but my best result is pdf24-compress FileName to open the window with the file that I want to compress.
I need to set PPP, imagen quality, the output path, and compress it automatically.
Is it possible?
Thanks a lot!
malshan Answered question
The above pupup
Stil the same - popup
exe = Environ("ProgramW6432") & "\PDF24\Pdf24-DocTool.exe"
s = exe & " -join -profile -compress ""default/good"" -noProgress -outputFile " & outPDF & " "
ingeman Answered question