Posted by robertdouglass on June 29, 2006 at 6:13am
Could you also pleas provide links to any external resources related to this project, such as the Project page on drupal.org, and any blog or wiki material that you may have written elsewhere? Thanks!

Comments
Here code in drupal 6.17 for convering pdf to images in a dir
i made a separate module for add my additional process.
<?php
// Hook into the convert PDF to images and save it in database.
function convert_nodeapi($node, $op){ //echo $node->type;die;
if( ($op == 'insert' || $op == 'update') && $node->type == 'magazine'){
// echo "
";echo $node->nid;
}
There is no setting you have to place in imagemagick with drupal 6.17 (i am using ubuntu OS), Just install imagemagick and configure (if req.)
Enjoy.......... Cheers
Ajay singh rathore.