1. Convert a brand guide PDF into reusable Markdown
Technical WriterBackground
A technical writer needs to move a company's PDF brand guidelines into a new Markdown-based developer portal.
Problem
Manually copying text from the PDF loses formatting and takes too much time.
How to use
Upload the brand guidelines PDF, select 'Plain Markdown', and enable 'Use Struct Tree' and 'Include Page Separators'.
markdownOutput: markdown, useStructTree: true, includePageSeparators: trueOutcome
A clean Markdown file containing the structured text of the brand guide, ready to be committed to the documentation repository.