An open API service indexing awesome lists of open source software.

https://github.com/danielgiljam/dashlane-to-print

Makes a printable PDF out of Dashlane data (JSON format).
https://github.com/danielgiljam/dashlane-to-print

Last synced: about 1 year ago
JSON representation

Makes a printable PDF out of Dashlane data (JSON format).

Awesome Lists containing this project

README

          

# dashlane-to-print

Creates a printable PDF out of Dashlane data (JSON format). Works on both Windows and macOS.

> NOTE: Currently only handles passwords (authentifiant entries).

## Requirements

- Node, ^12.18.0
- Google Chrome, ^83.0.0

## How To Use

Install using Node's package manager. A global install is recommended.

```bash
npm i -g dashlane-to-print
```

Usage: `dashlane-to-print `. Example:

```bash
dashlane-to-print "~/Downloads/Dashlane Export.json" "~/Desktop/Dashlane.pdf"
```