ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

How to render html-to-pdf in exphbs? #231

Open bjmercado opened 6 years ago

bjmercado commented 6 years ago

kindly insert the code here, it will be a great help; this is my configuration in exphbs:

app.engine('handlebars', exphbs({ defaultLayout: 'it_user', helpers: { parseDate, } })); app.set('view engine', 'handlebars');