Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
const url = '/resource/test.docx';
editor.openDocumentByURL(url);



참고) 문서 변환 결과를 이용한 에디터 초기화

...

방법

서버에서 문서를 변환한 결과 데이터(pbData, importPath)들을 에디터 초기화 할때 넘겨줍니다.

...