printBlob
Prints a document that is a blob. You might get a blob by requesting an attachment.
Parameters
Print Document
Example Usages
app.printBlob(app.getAttachmentByFileName("Invoice1.pdf"));
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?