Conversion: import and export documents with Tiptap

Available in Start planBeta

The Tiptap Conversion Service makes it easy to import and export content between Tiptap and document file formats. It offers:

  • Import: Convert files into Tiptap's JSON document format: Word DOCX or Markdown.
  • Export: Convert Tiptap JSON into other document formats: Word DOCX, PDF, ODT (OpenDocument Text), EPUB, DOC (legacy Word), or Markdown.
  • Editor Extensions: Use built-in Tiptap Pro extensions to import/export DOCX and Markdown directly within a Tiptap editor instance.
  • REST API: Use HTTP endpoints to integrate our conversion services anywhere needed without a Tiptap editor being required. The REST API currently supports all import and export formats.

Pro package

Conversion is a Pro package included with all Tiptap subscriptions. Before installation, you'll need to set up access to Tiptap's private NPM registry.

Conversion service

We are continuously improving the Conversion Service. Page break import is now supported via the PageBreak extension. Page break export and other complex features are in active development.