Create personas and website processes in minutes - not hours

Template: Business case template for an accounting services website

Acme Accounting is committed to ensuring an excellent experience for visitors to our website.

See your new business case or you can create your own business casecreate
Brown envelope

Create your own website business case

You can have your own website business case in minutes - not weeks. Create your website business case now.

Free account
$0

Per year, AUD.

Create your free account

Create a free account and you can:

  • Download business cases as PDFs (but watermarked)
  • Access free document builders
  • Keep track of all your documents in one place
'; break; case Node.DOCUMENT_TYPE_NODE: // (X)HTML documents are identified by public identifiers html += "\n'; break; } node = node.nextSibling; } // Now we prepare the data that we pass to the API // In this example we want to hide the section with the example so we pass custom CSS // Note that you don't need to pass any other parameters if your defaults in the members area are already good var data = { html: html, license:'ihxE8mS8NW8A', css:'#examples { display:none !important;}' }; var serialized = Object.keys(data).map(function(k) { return encodeURIComponent(k) + '=' + encodeURIComponent(data[k]) }).join('&') // You can insert an "in progress" message here // We now prepare the API call xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { var a; if (xhttp.readyState === 4 && xhttp.status === 200) { // The PDF is now generated // You can remove the "in progress" message here // Now we show the PDF to the user a = document.createElement('a'); a.href = window.URL.createObjectURL(xhttp.response); a.download = "Brief-created-at-www-polishedprocedures-com.pdf"; a.style.display = 'none'; document.body.appendChild(a); a.click(); } }; // This is the actual call to our API xhttp.open("POST", "https://pdfmyurl.com/api", true); xhttp.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); xhttp.responseType = 'blob'; xhttp.send(serialized); } -->