# Pdfbox Node Printer

Simple module to print pdf file, using the power of PDFBox

Usage :
```js
const printPDF = require('pdfbox-node-printer')

printPDF('example.pdf')
```
