Re: [gs-devel] Croping PDF files
"MN" <[email protected]> Tue, 27 Jan 2004 17:13:47 +0530
| Newsgroups | gmane.comp.printing.ghostscript.text-api,gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <025b01c3e4ca$d3a97250$42006b83@vivek> |
Hi, I have tried out the below........... gswin32 -dNOPAUSE -dBATCH -c 0 0 500 500 rectclip -f test.pdf -sDEVICE=pdfwrite -sOutputFile=test1.pdf but no file is generated with the test1.pdf, i get few font missing problem and gs does substitute with another font........ when i try to run the above command with out the first two parameter the entire pdf is show on the ghostscript image window....... any idea on what could be the reason...... regards, MN ----- Original Message ----- From: "Igor V. Melichev" <[email protected]> To: "MN" <[email protected]>; <[email protected]> Cc: <[email protected]> Sent: Tuesday, January 27, 2004 4:41 PM Subject: Re: [gs-devel] Croping PDF files > 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. >