I’m looking for a way to convert MDI (Microsoft Document Imaging) files to PDF format programmatically. I cannot use ImageMagick due to installation restrictions, and Microsoft Office Document Imaging (MODI) is unavailable. I attempted using Python’s mdi2pdf
library, but encountered issues. Could someone provide a complete code example in either R or Python that accomplishes this task without relying on ImageMagick or MODI? Thank you.
Sid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.