Some nifty fun with Linux and PDF files

Let me narrate 3 nice experiences with pdf on Linux while at work

1) Merging multiple PDF files

gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOUTPUTFILE=filename.pdf file1.pdf file2.pdf……..fileN.pdf

2) Convert ps to pdf

ps2pdf file.ps file.pdf

3) Compressing PDF files.

4) Convert images to PDF

convert image1.jpg image2.gif image3.tiff…….imageN.xyz filename.pdf




You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “Some nifty fun with Linux and PDF files”

  1. aditya Says:

    Wow… thanks a lot for this.

  2. expose yourself to ghostscript « nilleb’s tech blog Says:

    [...] mehul, for this idea) Categories: Uncategorized Tags: computer, format, ghostscript, gs, man, merge, paper, paper [...]

Leave a Reply