How to convert PDF to Confluence page

Embed vs convert, text/table/image handling, link preservation, and the PDF → Word → Confluence two-step that works most reliably.

By ScoutMyTool Editorial Team · Last updated: 2026-05-23

Introduction

Every team migrating from PDF runbooks to Confluence hits the same fork in the road: attach the PDF and embed a viewer, or convert it into a real Confluence page. Both are valid; they solve different problems. This companion to our first PDF-to-Confluence guide walks the decision, the conversion paths that actually work, and the cleanup steps that turn a botched paste into a clean, searchable, link-rich Confluence page.

Four approaches compared

ApproachGoodTrade-off
Attach PDF, embed viewerOne click; preserves layout exactlyNot searchable in Confluence text; cannot edit inline
Extract text → paste into pageNative, searchable, editable in ConfluenceLoses formatting; tables and columns get mangled
PDF → Word → Confluence importKeeps more formatting than plain textWord conversion has its own quirks; still needs cleanup
PDF → Markdown → ConfluenceClean headings/lists/links; predictable structureTables/images may need re-uploading; macros need rebuilding

Step by step: PDF → Word → Confluence

  1. Convert PDF to Word. Use PDF to Word to get a .docx that preserves headings, lists, and most tables.
  2. Pre-extract images. Pull out any embedded figures into a folder for re-upload.
  3. Clean the Word doc. Open in Word/LibreOffice, fix any layout artefacts, normalise heading styles.
  4. Import into Confluence. Use Confluence’s built-in Word importer to create a new page.
  5. Rebuild complex tables. Native Confluence tables for anything beyond a simple grid.
  6. Re-upload and place images. Use the figure captions as alignment anchors.
  7. Re-link hyperlinks. Search the page for known URLs and re-attach them.
  8. Decide canonical source. Label the original PDF as superseded or as the still-canonical source — do not leave both editable.

FAQ

Should I embed the PDF or convert it to a Confluence page?
Embed when the PDF is a final, externally-authored artefact you need to preserve exactly (a vendor contract, an audit report, a printable form) and your readers will mostly skim or download. Convert when the content needs to live as searchable, editable Confluence — runbooks, design docs, meeting notes that future teammates will read, edit, and link to. Mixed cases happen all the time: convert the narrative content to a Confluence page, attach the PDF as a downloadable reference, and link them. So: embed for final artefacts, convert for living docs, do both when you need exact preservation plus searchability.
What is the fastest way to convert a text-heavy PDF to Confluence?
Run the PDF through a text extractor that preserves headings and paragraph breaks, then paste into a fresh Confluence page. Most PDFs that came from Word or Google Docs convert cleanly — headings stay headings, paragraphs stay paragraphs. After paste, fix the small things Confluence does not auto-detect: numbered lists that came through as plain text, links that came through unlinked, and code blocks that need re-marking. Budget about 10–20 minutes per typical doc for cleanup. So: extract structured text, paste, then 10–20 minutes of cleanup.
How do I handle tables when converting to Confluence?
Tables are the hardest part of PDF-to-anything conversion. Simple grid tables (clear borders, one cell per cell) usually extract well; nested tables, merged cells, and "tables" that were actually positioned text rarely do. For the simple cases, extract to HTML or to Word and paste — Confluence will accept the table structure. For the hard cases, rebuild the table by hand in Confluence using its native table macro; you will spend less total time than fighting a botched extraction. Screenshot the original next to your editor and copy cell by cell if needed. So: extract simple tables, rebuild complex ones by hand.
What happens to the images and screenshots inside the PDF?
Image extraction depends on your tool. Better extractors pull each embedded image out as a separate file (PNG/JPEG) which you then re-attach to Confluence and insert into the converted page. Simpler text-only extractors drop images entirely, leaving holes where the images were. For a PDF with many figures, pre-extract all images into a folder first, then convert the text, then walk the converted page inserting images at their correct positions. Use the figure captions in the text as your alignment anchors. So: extract images separately, re-attach in Confluence, use captions as your alignment anchors.
Will hyperlinks survive the conversion?
Often no, especially through plain-text extraction. PDF link annotations are stored separately from the visible text, and basic text extraction discards them. Tools that extract to HTML or Word usually preserve link URLs; plain text loses them. After conversion, do a pass through your Confluence page and re-link the visible URLs — search for the words you remember being linked. If the PDF is link-heavy (a docs page), use an HTML-route extractor to keep the link structure intact. So: HTML-route extraction preserves links; plain text loses them; re-link manually if needed.
Can I import a PDF directly into Confluence with the Cloud importer?
Confluence Cloud has built-in importers for Word, HTML, and a handful of other formats; PDF is not directly imported as a native page in most versions — you would attach the PDF or pre-convert it. The two-step that usually works best: convert PDF → Word in a PDF tool, then import the Word file into Confluence which will create a native page. Check your Confluence version’s import options before committing to a workflow because Atlassian iterates on this. So: PDF → Word → Confluence Word import is the smoothest two-step path today.
How do I keep the source of truth straight after conversion?
Decide which one is canonical and label the other clearly. If Confluence is now the source of truth, archive the original PDF (or attach it labelled "original PDF — superseded") and tell people to edit in Confluence. If the PDF is still the canonical source (because it is generated upstream by a publishing tool), label the Confluence page "mirror — do not edit, see PDF" and refresh it on a schedule. Two editable copies of the same doc invariably diverge. So: pick one canonical source, label the other unambiguously, and resist the urge to keep both editable.

Citations

  1. Wikipedia — “Confluence (software).” en.wikipedia.org/wiki/Confluence_(software)
  2. Wikipedia — “Portable Document Format,” structure and text extraction. en.wikipedia.org/wiki/PDF
  3. Wikipedia — “Office Open XML,” the .docx format Confluence imports cleanly. en.wikipedia.org/wiki/Office_Open_XML

Convert PDF to a real Confluence page

Use the in-browser PDF → Word converter and import the result. Files never leave your machine.

Open PDF to Word →