MacroMicroPdfReportAppendInfo Decoder Setting

RhoElements 2.x API

Overview

The MacroMicroPdfReportAppendInfo Decoder Setting is used to set the macroMicroPdfReportAppendInfo property.

Syntax

macroMicroPdfReportAppendInfo (Decoder Setting) <META> Syntax

<META HTTP-Equiv="scanner" content="macroMicroPdfReportAppendInfo:[parameter]">

macroMicroPdfReportAppendInfo JavaScript Object Syntax:
By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the macroMicroPdfReportAppendInfo.
To Set macroMicroPdfReportAppendInfo parameters via JavaScript use the following syntax: scanner.Parameter = Value;

e.g. scanner.macroMicroPdfReportAppendInfo = Value;

Parameters

Items listed in this section indicate parameters, or attributes which can be set.

NamePossible ValuesDescriptionDefault Value
macroMicroPdfReportAppendInfo:[Value] true / falseIf true, the appended info is concatenated to the decoded data before being returned.Device specific

Requirements

RhoElements Version1.0.0 or above
Supported DevicesAll supported devices except: Enterprise Tablet.
Minimum RequirementsScanner or Imager module and device that supports MacroMicroPDF.
PersistenceTransient - Decoder settings are only guaranteed to persist until the Scanner is disabled

HTML/JavaScript Examples

The following example enables the scanner and sets macroMicroPdfReportAppendInfo property

<META HTTP-Equiv="scanner" Content="macroMicroPdf:enabled">
<META HTTP-Equiv="scanner" Content="macroMicroPdfReportAppendInfo:true">
<META HTTP-Equiv="scanner" Content="enabled">