how to convert word to pdf along with book marks?

조회 수: 9 (최근 30일)
Hello,
i need to convert a word document to pdf along with bookmark in same hierarchical order.
i used "invoke(doc,'ExportAsFixedFormat',pdf_filename,17,0,1,0,0,0,0,1,1,2,1)" create bookmark in pdf from word.
the result was i got the pdf with bookmarks but not in same hierarchical order.
can someone help me out ?
Thanks in advance.

채택된 답변

Ajay krishna Vasanthakumar
Ajay krishna Vasanthakumar 2020년 9월 30일
saving the file in default .docx and exporting it to pdf will preserve the same hierarchical bookmarks.
invoke (doc, 'SaveAs', fileSpec); - save the document in .docx.
invoke(doc,'ExportAsFixedFormat',pdf_filename,17,0,1,0,0,0,0,1,1,2,1) - export to pdf with bookmarks.
Hope this will be helpful to someone.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by