convert to pdf code example
Example 1: pdf to doc
you use this https://chrome.google.com/webstore/detail/online-pdf-editor-pdf2goc/dfnhijmficoiilogkjlnkionfjlgecdi/related instead free
Example 2: jpg to pdf
$images = array("your-file.jpg"); //You can use a URL as well
$pdf = new Imagick($images);
$pdf->setImageFormat('pdf');
$pdf->writeImages('combined.pdf', true); //The file name
//When ran, it will save in the same directory as the php file/script
Example 3: pdf to doc
you have to pay for this https://smallpdf.com/pdf-to-word