pdf-bot icon indicating copy to clipboard operation
pdf-bot copied to clipboard

🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs

Results 20 pdf-bot issues
Sort by recently updated
recently updated
newest added

Reference: https://github.com/esbenp/pdf-bot/issues/22

Sorry i'm new here, can anyone tell me if this works on pressreader.com to save newspapers/magazines to pdf..thanks..

A review of the code indicates that no other parts are affected by the breaking changes in the library update.

Hi, Thanks for the wonderful library and all the effort that you invested. I have a situation where I'd prefer to send raw html to the bot and get back...

D:\Xampp\htdocs\pdf-bot>createdbjs pdfbot --user=pdfbot --password=pdfbot Error: connect ECONNREFUSED 127.0.0.1:5432

I raised an issue to be able to configure multiple webhooks for different types, and this PR addresses that - however I ran into a more pressing related need. We...

``` var pgsql = require('pdf-bot/src/db/pgsql') module.exports = { api: { token: 'api-token' }, db: pgsql({ database: 'pdfbot', username: 'pdfbot', password: 'pdfbot', port: 5432 }), webhook: { secret: '1234', url: 'http://localhost:3000/webhooks/pdf'...

The Url for webhooks are lower-cased when resolving dns if prefixed with http. ``` var LowDB = require('./src/db/lowdb.js') var htmlPdf = require('html-pdf-chrome') module.exports = { api: { port: 3000, token:...

I see that htmlpdfchrome has this option with: ``` const pdf = await htmlPdf.create(html, { port, printOptions: { displayHeaderFooter: true, headerTemplate: ` Page of `, footerTemplate: 'Custom footer!', }, });...

When i am trying to generate pdf using CLI, i am getting the following log. ``` $ DEBUG=pdf:* pdf-bot generate 359621c9-87cc-4070-b648-09aa51d117ba pdf:cli Creating CLI using config file /Users/venkadesh/Downloads/pdf-bot-master/pdf-bot.config.js +0ms pdf:generator...