Link Search Menu Expand Document

getTotal - Javascript-Snippets

PDF from HTML Template sample in Javascript-Snippets demonstrating ‘getTotal’

getTotal.desc.txt
<code>getTotal</code> calculates the total price of a product based on the quantity and price of list.
Inserts getTotal that you can use like this: <code>${{getTotal quantity price}}</code>
getTotal.txt
Handlebars.registerHelper('getTotal', function (quantity, price) {
    var total = quantity * price;
    return total;
});

PDF.co Web API: the Web API with a set of tools for documents manipulation, data conversion, data extraction, splitting and merging of documents. Includes image recognition, built-in OCR, barcode generation and barcode decoders to decode bar codes from scans, pictures and pdf.

Get your PDF.co API key here!

Download Source Code (.zip)

return to the previous page explore PDF from HTML Template endpoint