Quickies

[categories] [index] [all (553)] [latest]

PostScript
  1. gs -q -c "1 2 add = quit"
    

    3

    eg. Create a 200x200 PDF file

    gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf -c "<</PageSize [200 200]>> setpagedevice showpage"