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