Snippets
pdf pages ( Anthony 28/6/2008 )
Convert page 6 of the pdf file to a jpg.
NOTE the page numbering starts at 0 and not 1.
IM code:
<?php
exec("convert input.pdf[5] output.jpg");
?>
pdf pages ( Anthony 28/6/2008 )
Convert page 6 of the pdf file to a jpg.
NOTE the page numbering starts at 0 and not 1.
IM code:
<?php
exec("convert input.pdf[5] output.jpg");
?>