Plan 9 from Bell Labs’s /n/sources/plan9/sys/src/cmd/gs/lib/pdfopt.bat

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.


@echo off 
@rem $Id: pdfopt.bat,v 1.7 2003/04/02 23:45:47 alexcher Exp $
@rem Convert PDF to "optimized" form.

if %1/==/ goto usage
if %2/==/ goto usage
call gssetgs.bat
echo -q -dNODISPLAY -dSAFER -dDELAYSAFER >_.at
:cp
if %3/==/ goto doit
echo %1 >>_.at
shift
goto cp

:doit
%GSC% -q @_.at -- pdfopt.ps %1 %2
if exist _.at erase _.at
goto end

:usage
echo "Usage: pdfopt input.pdf output.pdf"

:end

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.