Questions tagged as 'pdfkit'

1
answer

How to make pdfkit ignore extensions?

I have the following code import pdfkit options = { 'page-size': 'Letter', 'margin-top': '0.75in', 'margin-right': '0.75in', 'margin-bottom': '0.75in', 'margin-left': '0.75in', 'encoding': "UTF-8", 'custom-header'...
asked by 02.10.2018 / 15:12