ONYX - 9.0 - Utilisation - Concaténation de fichiers XPS/en

Différence entre versions

De MappingDoc
(Page créée avec « *This setting takes into account all XPS files with a creation date prior to or equal to 04/15/2019. »)
(Page créée avec « ===<u> Variant 4: Sending to an entry point</u>=== »)
Ligne 287 : Ligne 287 :
  
  
===<u> Variante 4 : Envoi vers un point d'entrée</u>===
+
 
 +
===<u> Variant 4: Sending to an entry point</u>===
  
  

Version du 3 janvier 2025 à 14:00

Autres langues :
English • ‎français

This documentation describes the function to concatenate all XPS files in a directory into one or more XPS files.


Interface description

To access the initial XPS interface, double-click on the command in question, choose "XPS Toolbox", select "Concatenate folder".

Onglet standard


OX S XPSinterface.png



Input directory: Root directory where the files to concatenate are located, with or without support for subdirectories depending on the value of Recursive mode.


Output file: Path + name of the XPS file(s) generated


Maximum number of original files in one output file: Allows you to create batches of XPS files. See example below.s.

Remove original files: Allows you to delete the source files


Recursive mode: Disabled, Normal, or Advanced. See example below.


Filters tab

OX S XPS filtrs.png


Filters allow you to take into account only certain XPS files in the input directory


Filter on the files name: based on the name with meta-character * (example: DOCXPS*)


Filter on date From (yyyy/mm/dd): start date of XPS file selection (file creation date)


Filter on date To (yyyy/mm/dd): end date of XPS file selection (file creation date)


Output action tab

OX S XPS Outputact.png


This tab allows you to send the result of the concatenation to an entry point.


Entry name: The value of this parameter is the name of an entry point defined in Mapping. Each time the concat folder is executed, the result(s) of the concatenation will be sent to the specified entry point


Hold document: This parameter defines the state of the job upon arriving in the “Entry name” queue. Either in “Ready to print” (unchecked) or in “Suspended” (checked)


Keep document: This parameter defines the state of the job once printed. Either the job disappears (unchecked), or we keep it in “saved” state (checked)


Keep current userdata: If checked, this parameter allows you to keep the userdata initialized in a previous workflow so that they are sent to the job on the “Entry point”


Add current parameter: If checked, this parameter allows you to add the userdata initialized in the current workflow so that they are sent in the job to the “Entry point”


The title (MAP_TITLE) of the jobs sent is equal to either the name of the generated (specified in the “Standard / Output file” parameter, or the entire path (depending on configuration in the mapping.conf. See note No. 6)

Examples

The examples below are based on the following directory structure:

OX S explXPS.png


Variant 1: Basic settings

Let's take the following function for example:

OX S variante1XPS.png


In each directory (TestConcatFolder, REPx and REPxSOUSx), there are 3 XPS files:


FileXPS1.xps, FileXPS2.xps, FileXPS3.xps


  • Input directory:
C:\wrkf\TestConcatFolder


  • Output file name:
C:\wrkf\TestConcatFolder_sortie\fileXPS.xps
  • Recursive mode:


There are 3 different recursion modes:

  • Disabled

- 1 single XPS file generated by the concatenation of the XPS files contained in the “TestConcatFolder” input directory only

  • Normal

- 1 single XPS file generated by the concatenation of all the XPS files contained in the “TestConcatFolder” directory as well as the XPS files in the subdirectories


- The concatenated files are sorted in ascending order according to their names following this order: 0123456789ABCDEFGHI…


->Ex: Let's take 2 XPS files in the TestConcatFolder directory: 0BONJOUR.xps and ABONJOUR.xps


->The concatenation will be 0BONJOUR.xps and then ABONJOUR.xps (because if we sort the file names in ascending order, the 0 is before the A,


so the XPS file whose name starts with "0" will be concatenated before the XPS file whose name starts with "A")

  • Advanced

- 1 XPS file is generated per directory or subdirectory with the name DIRECTORYNAME_XPSFILENAME. In this example, there are 9 XPS files (because 9 directories or subdirectories) - Names of the 9 XPS files created in the C:\trash\TestConcatFolder directory:

  1. XPSfile.xps
  2. REP1_XPSfile.xps
  3. REP1SOUS1_XPS file.xps
  4. REP2_XPSfile.xps
  5. REP2SOUS2_fileXPS.xps
  6. REP3_XPSfile.xps
  7. REP3SOUS3_fileXPS.xps
  8. REP4_XPSfile.xps
  9. REP4SOUS4_XPSfile.xps


Each of these files comprises the concatenation of the XPS files located in their respective directories.


Delete original files:


The box is not checked so the files are kept.

Variant 2: Batching

This feature allows you to create batches of concatenated files.


Let's take for example 3 different files located in the C:\wrkf\TestConcatFolder directory XPSFile1.xps, XPSFile2.xps and XPSFile3.xps


OX S variante2XPS.png



Maximum number of original files in an output file: “2”


The result of this concatenation is the creation of an XPS file containing two different XPS files and another XPS file for the third file.


  • XPS_1 file containing the concatenation of XPS1.xps file and XPS2.xps file


  • XPS_2 file containing the concatenation of the XPS3.xps file


Variant 3: Adding filters

The Filters tab allows you to add file selection filters based on their name or date.


Note: It is not possible to specify multiple values ​​for the same filter.


Filter on file names


This feature allows you to select XPS files to concatenate based on their name.

Example :

Filter value: DOC*

  • This value takes all XPS files starting with “DOC”, “DOC1.xps” for example

Filter value: *DOC*


  • This value takes all XPS files containing “DOC” in their name, “MYDOC1.xps” for example



Filter on file creation date


This feature allows you to select XPS files to concatenate based on their creation date.

Example 1 :










  • This setting only takes into account XPS files created between April 2 and December 31, 2019.


Note: If one of the two dates is not specified, its default value is * (infinite)


Example 2 :

OX S datefltre ex2.png








  • This setting only takes into account XPS files created from 04/02/2019 (inclusive).


Example 3 :








  • This setting takes into account all XPS files with a creation date prior to or equal to 04/15/2019.


Variant 4: Sending to an entry point

Après concaténation, les fichiers générés peuvent être envoyés vers un point d’entrée de Onyx Server. Dans l’exemple ci-dessous, le ou les fichiers concaténés seront envoyés vers le point d’entrée Mapping MY_ENTRY_POINT et ces spool seront sauvegardés après traitement (Case « Keep document » coché)

OX S variante4 XPS.png

Remarques

Remarque 1 – Fichier de type autre qu'XPS

Dans le cas où un fichier de type autre qu’XPS est présent dans le répertoire à concaténer, un message d’erreur apparait, sans toutefois mettre la queue en erreur :

USER	DB	01/04/2019-15:10:38	5956	Do Render...
USER	EE	01/04/2019-15:10:38	5956	No _rel/.rels, document C:\wrkf\TestConcatFolder\formation4.pdf is not an XPS file
USER	DB	01/04/2019-15:10:38	5956	Done.

Remarque 2 – Pas de fichier XPS

S’il n’y a aucun fichier XPS dans le répertoire, il n’y a pas de message d’erreur et aucun fichier XPS n’est créé.

Remarque 3 – Fichier XPS sans extension

S’il y a un fichier XPS sans extension (« doc1.xps » nommé « doc1 »), aucun fichier n’est créé car le concat folder se base sur l’extension des fichiers pour déterminer s’il s’agit d’un fichier XPS ou non.

Remarque 4 – Ordre de concaténation

Les fichiers XPS sont concaténés par ordre croissant en fonction de leur nom (0123456789ABCDE…). La même logique s’applique aux fichiers placés dans des sous-répertoires pour le mode de récursivité « Normal » ou « Advanced ».

Remarque 5 – Nom du fichier de sortie

Par défaut, lorsqu’un point d’entrée est défini dans l’onglet « Output action », le « Nom du fichier de sortie » est égal au nom du fichier sans le chemin ni l’extension (variable MAP_TITLE), ci-dessous « concatroot ».

Par contre, il est également possible d’obtenir le chemin complet et l’extension en mettant la variable d’environnement CONCATFOLDER_TITLE_FULLPATH à « ON », ci-dessous D:\MCO\00002414\concatroot.xps

Remarque 6 – Pas de valeur d'index dans le nom du fichier

Il n’est pas prévu de générer un nom dynamique utilisant la valeur des index présents dans les fichiers à concaténer dans le nom du ou des fichiers de sortie :


 USER	DB	19/04/2018-18:36:18	9676	Used parameters : directory=C:\wrkf\TestConcatFolder, 
 outfilename=C:\wrkf   \TestConcatFolder_Sortie\fichierXPS1_[[IND_PAGE]].xps, recursivemode=Disabled                               
 SYST	EE	19/04/2018-18:36:20	13292	Process 9676 stopped with return code 255
 SYST	WW	19/04/2018-18:36:20	13292	Device devTEST_DUPLEX on error: default

Remarque 7 - Variable d'environnement dans le nom du fichier

Il est possible d’inclure des valeurs de variables d’environnement dans les noms des fichiers générés. Pour cela, il faut appeler le nom des variables avec [%...%], par exemple [%MAP_JOBNUM%] pour la variable MAP_JOBNUM (numéro du job).

OX S VARENV XPS.png

Répertoire d'entrée c:\wrkf\TestConcatFolder

Nom du fichier de sortie c:\wrkf\TestConcatFolder_S\fileXPS1[%MAP_JOBNUM%].xps