Category: Tutorials

Using git as a version controller for books (Part 1)

What’s git? Version control? Huh? Okay. So, let’s say that you’re a software programmer. It’s your job to write the code for this huge program and you need: A way to keep backups A way to manage files A way to restore previous edits Let’s say you’re collaborating with...

Removing watermarks from PDFs with pdftk!

The issue at hand Many PDFs that I download have watermarks on them. The watermarks being there isn’t always bothersome, but many of them either obstruct important text or they end up making me use more ink when I print. So, through my tinkering, I found a way to...