Convert a doc or docx file to pdf file.
You must specify the full path for both files.
It requires MS Office 2007 or above installed, with capacity for saving to PDF and XPS.
Example:
docFile = 'C:\worddoc.doc';
pdfFile = 'C:\pdfdoc.pdf';
[status,message] = doc2pdf(docFile,pdfFile);
Tested on Win8 (64 bits) with Office 2010 and Matlab R2012b.
Cite As
Daniel Pereira (2024). doc2pdf.m (https://www.mathworks.com/matlabcentral/fileexchange/47308-doc2pdf-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2012b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on MATLAB Report Generator in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.