Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

릴리즈 3.3.2602 이상

에디터에서 작성한 콘텐츠를 파일로 내보내는 기능을 제공합니다.

exportFile을 통해 지정한 포맷의 파일로 저장할 수 있습니다.

생성된 파일은 사용 중인 브라우저의 기본 다운로드 경로에 저장됩니다.


Parameters:

Name

Type

Description

name

String

저장할 파일명을 입력합니다. (defalut: untitled)

pageOrientationString용지 방향을 설정합니다. portrait(defalut) | landscape
exportFileFormat

String

파일 포맷을 지정합니다. hwpx(defalut)

다른 파일 포맷(docx, doc, hwp 등)으로 저장을 원하실 경우 영업팀으로 문의해 주세요.



Example:

editor.exportFile('에디터 편집문서', 'portrait', 'hwpx');


  • No labels