Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/pdfto9

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
#Fri Aug 18 10:58:25 MET 2006
#++pac

#Usage pdfto9 dpi page infile outfile
rfork e
gs  -q -d'BATCH=true' -d'NOPAUSE' -r^$1   -d'FirstPage='^$2 -d'LastPage='^$2 -d'Printed=true' -d'UseCropBox=true' -d'DOINTERPOLATE=true' -d'TextAlphaBits=4' -d'GraphicsAlphaBits=4' -s'OutputFile='^$4  $3

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.