How to use the pdfcrowd.sendHttpResponse function in pdfcrowd

To help you get started, we’ve selected a few pdfcrowd examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jsonresume / registry-server / controller / renderResume.js View on Github external
.end(function(err, response) {
                    client.convertHtml(response.text, pdf.sendHttpResponse(res, null, uid + ".pdf"), {
                        use_print_media: "true"
                    });

                });
github jsonresume / registry-server / server.js View on Github external
.end(function(err, response) {
            client.convertHtml(response.text, pdf.sendHttpResponse(res), {
                use_print_media: "true"
            });
        });
});

pdfcrowd

A client library for the Pdfcrowd API. It lets you convert between HTML, PDF and various image formats.

MIT
Latest version published 2 months ago

Package Health Score

65 / 100
Full package analysis