Main Contents

Manipulate SWFs via JS

July 20, 2009

After some searching I finally found a link to a site with the SWF-JS attributes on the swfobject-page. HTH -> Flash JS Attributes

Filed under: Things I'm too lazy to remember, _dev | Comments (0)

Create multipage PDF under Linux in one line

July 17, 2009

This will be the start of my “Things I’m to lazy to remember” series. As a freelance guy on a Linux-Box sooner or later you will have the need to create multipage PDFs (in my case invoices scanned by xsane). So, how? No prob. On my distri (Ubuntu) it’s fairly simple: gs -q -sPAPERSIZE=a4 -dNOPAUSE [...]

Filed under: Things I'm too lazy to remember, _dev | Comments (0)