/trello-cards-to-pdf

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

Primary LanguageJavaScriptMIT LicenseMIT

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.