Back to DropboxPaper - Docs - Download
Exports and downloads Paper doc either as HTML or markdown.
Input
type: object
properties:
data:
type: object
description: |
doc_id: The Paper doc ID.
export_format: None
properties:
export_format:
type: object
description: |
The desired export format of the Paper doc.
html: The HTML export format.
markdown: The markdown export format.
other: None
properties:
.tag:
title: Choice of ExportFormat
type: string
enum:
- html
- markdown
- other
doc_id:
type: string
description: The Paper doc ID.
title: Data
Output
type: object
description: >
owner: The Paper doc owner's email address.
title: The Paper doc title.
revision: The Paper doc revision. Simply an ever increasing number.
mime_type: MIME type of the export. This corresponds to :type:`ExportFormat`
specified in the request.
properties:
owner:
type: string
description: The Paper doc owner's email address.
revision:
type: number
description: The Paper doc revision. Simply an ever increasing number.
mime_type:
type: string
description: >-
MIME type of the export. This corresponds to :type:`ExportFormat`
specified in the request.
title:
type: string
description: The Paper doc title.