
cpdf:ai:6f8e7
reduce the size of images in a pdf using cpdf
$ cpdf -scale-to-fit "100% 100%" input.pdf -o output.pdf
try on your machine
This command scales all images in the input PDF to fit within the specified dimensions (100% of the original size) and outputs the result to the output PDF.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- reduce the size of images in a pdf using cpdf?