pdf quality
<?php
exec("convert -density 300x300 input.pdf[5] output.jpg");
?>Setting the pdf quality - must come before the pdf file is read in.
This effects the output quality.
<?php
exec("convert -density 300x300 input.pdf[5] output.jpg");
?>Setting the pdf quality - must come before the pdf file is read in.
This effects the output quality.