Mapcpysplf

De MappingDoc
Cette page contient des modifications qui ne sont pas marquées pour la traduction.

Autres langues :
English • ‎français

mapcpysplf

Document remapping command.

-infile:XXXX           Input file
-mapnam:XXXX           Mapping format name
[ -mapseq:XXXXX       ]  Sequence 00010,*ALL,*MRG
[ -mapmod:X           ]  Running mode C:Print, D:Print+Archive O:Archive, K:Print+Unix Archive, U:Unix Archive
[ -printer:XXXX       ]  Printer
[ -overflow:XXX       ]  Max number of lines per page
[ -lang:XXXX          ]  Lang: XPS, PCL, AFPDS, ZEBRA, DPL, IGP, TEC, IPL, F_D, PDF or EPL
[ -html               ]  Html reply
[ -pagform:XXXX       ]  Paper format
[ -state:XXXX         ]  Initial status (ready/held)
[ -keep:X             ]  Keep spool file (yes/no)
[ -sndfdp:XXXX        ]  Send overlays (yes/no)
[ -sndpol:XXXX        ]  Send fonts (yes/no)
[ -sndlgo:XXXX        ]  Send logos (yes/no)
[ -startpage:XX       ]  Start page
[ -stoppage:XXX       ]  Stop page
[ -spoolname:X        ]  Spool file name
[ -drawer:X           ]  Input bin
[ -userdata:XXX       ]  User Data
[ -pgmsource:XX       ]  Source Program name
[ -nbexem:XX          ]  Number of pages
[ -nbcopy:XX          ]  Number of copies
[ -inputbin:X         ]  Input bin
[ -outputbin:X        ]  Output bin
[ -outfile:XXX        ]  Output file
[ -infilecodepage:XXX ]  Codepage for input data file (ex: 1252)
[ -pipe               ]  Use stdin/stdout
[ -user:XXXXXX        ]  Spool file owner
[ -printoption:X      ]  lp option parameter
[ -forcename:X        ]  Use this spool file name
[ -lengthrec:X        ]  Spool file width
[ -archive:XXXXX      ]  Unix Archive File
[ -ucs2               ]  UCS2 Mode (Unicode)
[ -xml                ]  Specifies that the input stream is in xml format (xmldraw)
[ -indexfile:XXX      ]  Index filename Template for custom Archive
[ -addPageCmd:XX      ]  Insert hex command on each page
[ -codepage:XX        ]  Codepage for AFPDS stream conversions (unicode only)
[ -xmloutfile:XX      ]  File name to use as XML outfile
[ -xmlmapping         ]  Specifies that the output will be in xml format (Mapping compatible)
[ -xmlexcel           ]  Specifies that the output will be in xml format (Excel compatible)
[ -setlang:XXXXXX     ]  Set lang for translation
[ -xpslayer:XXXXXXX   ]  Add a XPS file as a background layer
[ -dbcssize2          ]  SO/SI (Shift-out shift-in). EBCDIC file with DBCS data

Remarques :

  • Les valeurs par défaut des paramètres optionnels de type listes de valeurs se trouvent dans le mapping.conf, cf. balises MAPCPYSPLF_XXX
  • Pour pouvoir utiliser la valeur *ALL dans l'option de séquence (-mapseq), il faut que le résultat soit envoyé dans une file d'attente (en utilisant l'option -printer) et non dans un fichier (-outfile). Ainsi, pour pouvoir utiliser l'option -mapseq:*ALL directement dans le workflow, il faut absolument créer une boite de commande de type "cmd" et saisir manuellement la commande
    "[%PATH_BIN%]/mapcpysplf" "-mapseq:*ALL" "-printer:<queue name>" .....