Returns the PDF as an ArrayBuffer.
Returns the PDF as a Blob.
Returns a blob URI string pointing to the generated PDF.
Alias for BlobUri. Returns a blob URL string pointing to the generated PDF.
Navigates the current page location to the generated data URI. Returns undefined.
Returns the PDF as a base-64 data URI string.
Alias for DataUri. Navigates the current page location to the generated data URL. Returns
undefined.
Opens the generated PDF data URL in a new window. Returns the Window or null. Throws if
the global is not a window object (e.g. Node).
Alias for DataUriString. Returns the PDF as a base-64 data URL string.
Simply download the file.
Opens the PDF via pdf.js in a new window. Returns the Window or null.
Opens a PDF object in a new window. Returns the Window or null. Throws if the global is
not a window object (e.g. Node).
Output method types for jsPDF. Extracted from: https://raw.githack.com/MrRio/jsPDF/master/docs/jsPDF.html#output