When I preview a document in my browser, I am able to click Workflows -> Save As -> PDF to convert the file to an appropriate extension (in this case, I am trying to convert a .tif file to a .pdf so I can preview all pages).
Is it possible to run that Save As workflow programmatically? Is there any API I can hook into?
When I do this manually through the browser app Workflows -> Save As -> PDF, I see a convert_to_pdf network request in my Chrome network tab. I am hoping I can leverage this somehow.