doc2pdf.m

Convert DOC or DOCX file to PDF

Ahora está siguiendo esta publicación

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.

Citar como

Daniel Pereira (2026). doc2pdf.m (https://la.mathworks.com/matlabcentral/fileexchange/47308-doc2pdf-m), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre MATLAB Report Generator en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

Added comments and two outputs indicating the successful completion of the process.

1.0.0.0