-
Tag Cloud
desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares ssjs terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
command Archive
-
Howto call a python script from PHP
Posted on August 16, 2010 | No CommentsIf you want to call a python script from PHP the quick & dirty way, then this post is for you. We will not install any thing other than standard... -
Convert PDF to images (jpeg, png etc…)
Posted on September 19, 2009 | No CommentsIf you want to convert pdf to images (png, jpeg), try Ghost script command gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=png16m -r300 -sOutputFile=output_file.png input_file.pdf You can change “png16m” with the devices from...