Export Formats¶
Opus exports to multiple formats for different purposes.
Quick Export¶
- Click Export in the toolbar
- Select format
- Configure options (optional)
- Click Download
Available Formats¶
| Format | Extension | Best For |
|---|---|---|
.pdf |
Final submission, printing | |
| Word | .docx |
Journal submission, collaboration |
| HTML | .html |
Web publishing, archiving |
| LaTeX | .tex |
Further typesetting, journals |
| EPUB | .epub |
E-readers, digital books |
| ODT | .odt |
LibreOffice, open formats |
| Plain Text | .txt |
Maximum compatibility |
| Markdown | .md |
Backup, other editors |
For Presentations¶
| Format | Extension | Best For |
|---|---|---|
.pdf |
Handouts, printing | |
| PowerPoint | .pptx |
Editing, compatibility |
| HTML | .html |
Web presentation, archiving |
Format Comparison¶
PDF¶
Pros:
- Universal compatibility
- Professional typography
- Exact layout preservation
- Best for final versions
Cons:
- Not editable
- Large file sizes with images
Use when: Submitting to journals, sharing final drafts, printing.
Word (.docx)¶
Pros:
- Editable by collaborators
- Track changes preserved
- Wide compatibility
- Required by many journals
Cons:
- Layout may shift
- Formatting differences possible
Use when: Journal submission, working with Word users, track changes review.
HTML¶
Pros:
- Works in any browser
- Self-contained
- Good for web publishing
- Preserves interactivity
Cons:
- Not print-optimized
- May need styling for web
Use when: Online sharing, web archives, supplementary materials.
LaTeX¶
Pros:
- Perfect for journals with .tex requirements
- Full control over formatting
- Best math rendering
Cons:
- Requires LaTeX knowledge to modify
- May need template adjustments
Use when: Journals requiring LaTeX, further typesetting needs.
EPUB¶
Pros:
- Reflowable for e-readers
- Small file size
- Good for long documents
Cons:
- Limited formatting control
- Tables may not render well
Use when: Creating e-books, reading on mobile devices.
Export Settings¶
Common Options¶
- Include metadata - Title, author, date in document
- Table of contents - Auto-generated TOC
- Bibliography style - Citation format
- Page numbers - Include pagination
PDF Options¶
- Paper size - Letter, A4, etc.
- Margins - Standard, narrow, wide
- Font size - 10pt, 11pt, 12pt
- Line spacing - Single, 1.5, double
Word Options¶
- Template - Use custom reference document
- Track changes - Include as Word track changes
- Comments - Include document comments
- Styles - Map to Word styles
Batch Export¶
Export multiple documents at once:
- Go to your Dashboard
- Select multiple documents
- Click Export Selected
- Choose format
- Download as ZIP
Export History¶
Access previous exports:
- Open document
- Click Export > History
- Re-download previous exports
Exports are saved for 30 days.
Template-Based Export¶
Using Templates¶
Create consistent formatting:
- Go to Settings > Export Templates
- Upload a reference document (Word or LaTeX)
- Select it when exporting
Creating Templates¶
For Word:
- Create a Word document with your styles
- Define headings, body text, etc.
- Upload as template
For LaTeX:
- Create a .tex file with your preamble
- Include required packages
- Upload as template
Troubleshooting¶
Export Fails¶
- Check internet connection
- Try a different format
- Reduce image sizes
- Contact support with error message
Formatting Issues¶
- Preview before final export
- Check source Markdown formatting
- Try different export options
Missing Content¶
- Ensure all images are uploaded
- Check for unsupported features
- Review export log
Next Steps¶
- PDF Export - Detailed PDF options
- Word Export - Microsoft Word specifics
- Other Formats - EPUB, HTML, LaTeX