pdfcrowd/pdfcrowd-nodejs

Documentation

luisCordoba opened this issue · 1 comments

In 'Methods' section I got a mislead information:

Pdfcrowd.convertHtml(html, callbacks [,options])

please change these to:

Pdfcrowd.convertHtml(html, callbacks, [options])

Wasn't pretty obvious to me the typo and spend about 1 hour reading source code to get it.

Thanks.

Hello,

This is not a typo, it is intentional. It is a widely adopted convention that items included in square-brackets are optional. I understand that it could confuse you, though. Anyway, thanks for the feedback.