Showing posts with label pagecount. Show all posts
Showing posts with label pagecount. Show all posts

Saturday, March 10, 2007

Pagecount

As I am getting more and more frustrated and might answer questions on how my thesis is going on in a style which might annoy people you can now find a page counter in the sidebar. It is updated daily, everything more I would tell you would be on the lines "don't ask..."

In case you want to know how I did the counter:
convert -background white -fill black -font Helvetica -pointsize 24 -size 50x label:`pdfinfo $THESIS | grep Pages | awk '{print $2}'` $PNGFILE