MacroMicroPdfConvertToMicroPdf Decoder Setting

RhoElements 2.x API

Overview

The MacroMicroPdfConvertToMicroPdf Decoder Setting is used to set the macroMicroPdfConvertToMicroPdf property.

Syntax

macroMicroPdfConvertToMicroPdf (Decoder Setting) <META> Syntax

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

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

e.g. scanner.macroMicroPdfConvertToMicroPdf = Value;

Parameters

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

NamePossible ValuesDescriptionDefault Value
macroMicroPdfConvertToMicroPdf:[Value] true / falseIf true, MacroMicroPDF barcodes will be converted to MicroPDF codes.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 and MicroPDF.
PersistenceTransient - Decoder settings are only guaranteed to persist until the Scanner is disabled

HTML/JavaScript Examples

The following example enables the scanner and sets macroMicroPdfConvertToMicroPdf property

<META HTTP-Equiv="scanner" Content="macroMicroPdf:enabled; microPdf:enabled">
<META HTTP-Equiv="scanner" Content="macroMicroPdfConvertToMicroPdf:true">
<META HTTP-Equiv="scanner" Content="enabled">