Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

PDF Printing CLI for Jira and Confluence

David Sperling
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 10, 2022

We developed a simple PDF printing CLI that might be useful for others.

It's a Docker image based on Puppeteer and Chromium that automates the printing process.

Jira example:

docker run --init -v $PWD:/output \
-e ATL_USERNAME=myusername -e ATL_PASSWORD=mypassword \
smithmicro/pdf https://jira.mydomain.com/browse/PROJ-1
Confluence example:
docker run --init -v $PWD:/output \
-e ATL_USERNAME=myusername -e ATL_PASSWORD=mypassword \
smithmicro/pdf
https://wiki.mydomain.com/display/SPACE/Page+Name

Comments and pull requests welcome.

https://github.com/smithmicro/pdf

0 answers

Suggest an answer

Log in or Sign up to answer