Differences
This shows you the differences between the selected revision and the current version of the page.
| codes 2010/01/17 23:05 | codes 2010/02/06 09:48 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| This page contains various code snippets and scripts I have written. | This page contains various code snippets and scripts I have written. | ||
| + | |||
| + | **//{{:docs:code:pdfMergeOddEven.py|pdfMergeOddEven.py}}//**\\ | ||
| + | This is a simple python script takes two input: the odd pages file and the even pages file, and output a file which is the result of merging the two input files with the odd pages taken from the first input, and even pages taken from the second input. [[http://reuben.budiardja.org/blog/index.php?/archives/41-pdfMergeOddEven-merging-PDF-files-with-Odd-and-Even-pages.html|This blog post]] gives more description and usage example. | ||
| **//{{:docs:code:mod2kino.py|mod2kino.py}}//**\\ | **//{{:docs:code:mod2kino.py|mod2kino.py}}//**\\ | ||