Skip to content

With an organization id. This node script fetches all the boards and prints all their cards in pdf files.

License

Notifications You must be signed in to change notification settings

enterlight/trello-cards-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Trello Cards to PDF Converter

Uses Node wrapper for Trello’s HTTP API and Puppeteer to Convert Trello Cards from all the Boards of an Organization to PDF. Enjoy. If you use this, please keep me updated on your project!

View Trello’s API documentation online.

Install

npm install node-trello
npm install puppeteer

Getting your key and token

Get your organization ID

This key is used to retreive all the Trello Boards in your oganization. To get this id, sign in to Trello and select Show Menu->More->Print and Export->Export as JSON

Replace in code

var trello = new Trello('your_key', 'your_token');
var organizationID = 'your_organizationID';

Run

node TrelloCardsToPDF.js

License

Released under MIT.

About

With an organization id. This node script fetches all the boards and prints all their cards in pdf files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published