Skip to content

Monthly Archives: March 2007

Processing PDFs with Python, the easy way

Sometimes you get some PDF files, from which you have to extract some data. A handy way of doing this is using the pdftotext utility. Here I’ll show you how to use it, using Python. The easiest way to do this, is to put the pdftotext program in the directory where your script is or [...]

About

Hello, this is my blog. It’s basically just used to store code snippets so I can find them later on. The focus is definitely on techie stuff, although some travel posts will make it on here as well.