MATLAB: Anyone know how to open a PDF in Adobe Acrobat DC then save it as a tiff and then close it from within a Matlab Script

acrobatactivexadobedcdosMATLABMATLAB and Simulink Student Suitepdfsystemtiff

I'm trying to create a matlab script that opens a PDF in Adobe Acrobat DC then saves it as a tiff and then closes it. I've tried using the activex environment and the system command to no avail.
Here's what I've found from other sources:
system('"C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Acrobat.exe" /A "zoom=10" "C:\Users\mgtsu\Desktop\New folder (2)\Preprocessed\7.3.pdf"&')
The zoom command works but I cannot quit figureout how to get it to export the tiff.
dos('taskkill /F /IM acrobat.exe &')

Best Answer

Best method I found to resolving this was to create an activex server with autocad and plot from autocad a jpg. Not perfect but will work for imshow() and ect.