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.
npm install node-trello
npm install puppeteer
- Generate your developer key this key is injected into the node-trello constructor
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
var trello = new Trello('your_key', 'your_token');
var organizationID = 'your_organizationID';
node TrelloCardsToPDF.js
Released under MIT.