Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Hardis - Tableau personnalisé
alternateColorstrue
marginLeft30px


ALPHA(30n)

codeFormat

Format of the final pictogram: 

  • AZTEC (Default value)
  • BARCODE
  • CODE_128
  • CODE_39
  • CODE_93
  • DATA_MATRIX
  • EAN_13
  • EAN_8
  • ITF
  • PDF_417
  • QR_CODE
  • UPC_A
  • UPC_E

ALPHA(500n)

content

Data to convert. The data must meet the prerequisites of the code to be generated (e.g. an EAN_13 must have 12 or 13 digits).

NUM_BIN_24

width

Width of the final image in pixels.

NUM_BIN_24

height

Height of the final image in pixels.

ALPHA(30n)

imageFormat

Format of the final image.

  • GIF (except Windows)
  • JPEG
  • PNG (Default value)

NUM_BIN_4

colorCode

Integer value of the RGB color code for the foreground.

Example:

  • Black: -16777216
  • White: -1

(Except Windows. Only black and white are available)

NUM_BIN_4

backgroundColor

Integer value of the RGB color code for the background.

Example:

  • Black: -16777216
  • White: -1

(Except Windows. Only black and white are available)

ALPHA(500n)

param

Additional parameters specific to the format:

name=value;name2=value2;...

  • ERROR_CORRECTION

  • CHARACTER_SET

  • DATA_MATRIX_SHAPE

  • DATA_MATRIX_COMPACT

  • MARGIN

  • PDF417_COMPACT

  • PDF417_COMPACTION

  • PDF417_DIMENSIONS

  • PDF417_AUTO_ECI

  • AZTEC_LAYERS

  • QR_VERSION

  • QR_MASK_PATTERN

  • QR_COMPACT

  • GS1_FORMAT

  • FORCE_CODE_SET

  • FORCE_C40

  • CODE128_COMPACT

Example: QR_VERSION=2;MARGIN=20
(except Windows)

IMAGE

image

Return image.

NUM_BIN_4

returnCode

Possible values:

0Execution completed successfully

-1

Unknown error

-2

Number of false parameters

-3

Internal image generation error

-4

Options unavailable

-5

Empty content

-6

Additional parameter specific to the incorrect format

-7

Incorrect image format

-8

Incorrect bar code format



...

ALPHA(30) CODE_FORMAT

ALPHA(500) VALUE

NUM_BIN_2 4 WIDTH

NUM_BIN_2 4 HEIGTH

ALPHA(30) FORMAT_IMAGE

...