Skip to content

Instantly share code, notes, and snippets.

@tvvignesh
Created November 23, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvvignesh/c719e7c16cb824fad772a1c89505630d to your computer and use it in GitHub Desktop.
Save tvvignesh/c719e7c16cb824fad772a1c89505630d to your computer and use it in GitHub Desktop.
Process Documents

Convert PPTX to PDF using libreoffice

libreoffice --headless --invisible --convert-to pdf *.pptx

Combine multiple PDFs to form a single PDF with layout options

pdfjam *.pdf --nup 3x4 --landscape --outfile output.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment