OPALE - 10.0 - Utilisation - Manipulation MAP XPS ( change format + paper + rotation + pagerotation )/en

Différence entre versions

De MappingDoc
(Page créée avec « IFS preview: »)
(Page créée avec « IFS preview: »)
Ligne 66 : Ligne 66 :
  
  
Résultat dans l'IFS:
+
IFS preview:
  
 
[[Fichier:Out paper PNG rot90 changeformat6 10.png|sans_cadre|350x350px]]
 
[[Fichier:Out paper PNG rot90 changeformat6 10.png|sans_cadre|350x350px]]

Version du 21 juin 2019 à 09:26

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








  • 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


  • Application du changeformat pour que le contenu tienne toute la page (du XPS en rotation avec -rotation)

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


  • Application du changeformat pour que le contenu épouse au mieux une étiquette 10x10 (du XPS en rotation avec -rotation)

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