My customer wants me to add additional information to right and top border on their single page PDF. The file contains image of the product with measures and other info. I need to scale the content of the page, so that right/top margins would be clear to add extra data. I have played around with Ghostscript in Windows, but so far either the image is cropped out or nothing happens: gswin32c -sOutputFile=scaled2.pdf -dBATCH -dNOPAUSE -dDEVICEHEIGHTPOINTS=312 -dDEVICEWIDTHPOINTS=421 -dFIXEDMEDIA -dPDFFitPage -sDEVICE=pdfwrite -c "<> setpagedevice" -f 255x195x175mm_EB_Fefco0427_FSN1013.pdf
As I usually don't work with PDFs then I'm out of my debth here.
I need the image in PDF scaled smaller and sitting in the bottom-right corner. PDF size should be the same.
Any other solution that works in Windows and can be handled from commandline, is also OK.