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
Hi,
how to avoid this output profile popup?
I use this coding
set exe=F:\PDF24\Pdf24-DocTool.exe
set inPDF=C:\Documents\large_file.pdf
set outPDF=C:\Documents\Compressed\compressed_file.pdf
"%exe%" -join -profile -compress "default/good" -Medium -outputFile "%outPDF%" -inputFile "%inPDF%"

malshan Answered question