OPALE - 10.0 - Usage

Using MAP XPS ( change format + paper + rotation + pagerotation )

De MappingDoc
Cette page est une version traduite de la page OPALE:10.0:Utilisation:Manipulation MAP XPS ( change format + paper + rotation + pagerotation ) et la traduction est complétée à 100 %.

Autres langues :
English • ‎français

The MAP_XPS command can be used with an internal command such as MAPCPYSPLF.

If you wish to create a smart label, follow the steps described below:

  • Create an XPS file with a dynamic image. This file will serve as master file.

MAPCPYSPLF SPLF(A00000068) SPLNUM(45) JOB(QPADEV000B) JOBNUM(017090) USER(IZARAI) MAPNAM(A000000681) MAPSEQ(*MRG) TYPLAN(*XPS) XPSOUTFILE('[%PATH%]/outJPG.xps') PAGEND(10)</cmd .

  • Edit the XPS file using only the part with the label -paper:xxx + add an offset

CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/outPNG.xps' '-paper:4.8,9,cm' '-param:XpsLeftOffset=1' '-outfile:[%PATH%]/out_paperPNG.xps')

Intell maq1.png


IFS preview:

OutPNG.png








  • Run a 90 degrees rotation test with -rotation:90 for the XPS file

CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out_paperPNG.xps' '-rotation:90' '-outfile:[%PATH%]/out_paper_PNG_rot90.xps')

Intell maq2.png


IFS preview:


Out paper PNG rot90.png


  • Use changeformat so that the content fits properly on the page (after the file was rotated)

CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out_paper_PNG_rot90.xps' '-param:changeformat=8.3,15,cm' '-outfile:[%PATH%]/out_paper_PNG_rot90_changeformat8.3_15.xps')

Intell maq3.png


IFS preview:


Out paper PNG rot90 changeformat8.3 15.png


  • Use changeformat so that the content matches a 10x10 label as well as possible (after the file was rotated)

CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out_paper_PNG_rot90.xps' '-param:changeformat=6,10,cm' '-outfile:[%PATH%]/out_paper_PNG_rot90_changeformat6_10.xps')

Intell maq4.png


IFS preview:

Out paper PNG rot90 changeformat6 10.png