printBlob

Prints a document that is a blob. You might get a blob by requesting an attachment.

Parameters

  1. Print Document

Example Usages

app.printBlob(app.getAttachmentByFileName("Invoice1.pdf"));

Return Values

Function does not explicitly produce return value.

Last updated