This is a simple Python script to download Confluence pages as PDF using the atlassian-python-api library.
-
Install dependencies:
pip install atlassian-python-api pip install requests
-
Configure your Confluence credentials in
main.py
.
Run the script:
python main.py
Edit main.py
to specify the Confluence page you want to download.