This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Ubuntu Resources"

From OdleWiki
(Added section on PDFs)
m (→‎PDFs: Added note about reversing page order using pdftk)
Line 15: Line 15:
 
pdftk A=odd.pdf B=even.pdf shuffle A B output collated.pdf
 
pdftk A=odd.pdf B=even.pdf shuffle A B output collated.pdf
 
</code>
 
</code>
 +
 +
To reverse the page order in a scanned document (even pages, for instance), install pdftk and use the following command:
 +
 +
<code>
 +
pdftk reverse.pdf cat 10-1 output forward.pdf
 +
</code>
 +
 +
where ''10'' is the last page number and ''1'' is the first page number.
  
 
== Image Conversion ==
 
== Image Conversion ==

Revision as of 02:03, 17 March 2018

External link icon.png

External Resources
These links should all open in a separate window.


Printing

PDFs

Install Boomaga to make booklets from PDFs.

To interleave two pdf files (odd pages on one, even pages on the other), install pdftk and use the following command:

pdftk A=odd.pdf B=even.pdf shuffle A B output collated.pdf

To reverse the page order in a scanned document (even pages, for instance), install pdftk and use the following command:

pdftk reverse.pdf cat 10-1 output forward.pdf

where 10 is the last page number and 1 is the first page number.

Image Conversion

Ubuntu Apps

Rhythmbox

Typing