Re: [gs-devel] Croping PDF files

"Igor V. Melichev" <[email protected]> Tue, 27 Jan 2004 14:11:59 +0300
Newsgroups gmane.comp.printing.ghostscript.text-api,gmane.comp.printing.ghostscript.devel
Message-ID <[email protected]>
Hi MN,

> From: "MN" <[email protected]>
> To: "Igor V. Melichev" <[email protected]>;
<[email protected]>
> Cc: <[email protected]>
> Sent: Tuesday, January 27, 2004 1:38 PM
> Subject: Re: [gs-devel] Croping PDF files


> Hi Igor,
>
> How to save this cropped part as pdf file

gs -dNOPAUSE -dBATCH -c 0 0 500 500 rectclip -f
input.pdf -sDEVICE=pdfwrite -sOutputFile=out.pdf


> and any link for working with
> gs and pdf will helpful to know more about gs.

gs/doc/Use.htm
http://partners.adobe.com/asn/developer/PDFS/TN/PLRM.pdf

Igor.