Skip to end of banner
Go to start of banner

How to export a space to a single PDF using Confluence CLI

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This article explains how to export the space as well as a specific page using the Bobswifts Confluence Command Line Interface

Instructions

Exporting a space

Use the below command to export a space including all the pages(along with subpages) to a single PDF:

--action exportSpace --space SRS --file "export.pdf" --exportType "PDF"

Exporting a page

Use the below command to export a page including all the pages(along with subpages) to a single PDF:

--action exportSpace --space SRS --title "demo" --file "export.pdf" --exportType "PDF"


The parameters used with the above actions are:

  • --space value refers to the space key.

  • --title value refers to the page title.

  • --file refers Path/name to file of result output.

  • --exportType indicates the type of pages export should be in.

  • --exportSpace action indicates exporting space to a file.

  • “demo“ and “SRS“ is the name of the parent page and space that will be exported respectively.

  • “export.pdf” is the name of the pdf file to which the file will be exported.

Export types are XML, HTML, PDF with XML being the default export type.

  • No labels