Toutes les traductions

De MappingDoc

Entrez un nom de message ci-dessous pour visualiser toutes les traductions disponibles.

Message

Il existe 2 traductions.

NomMessage actuel
 h anglais (en)The options can be combined, so you can concatenate several files and apply one or more layers to them before converting them.
It is possible to work on all the files in a directory, thanks to the use of the ‘*’ character in the name of the input file.  
Concatenating all PDF files in a folder into a single PCL file:
 <code>M-Engine.exe -fromPDF:folder\*.pdf –toPCL:file.pcl</code> 
==Command line arguments==
===Input files===
*-fromImage: or -fromIMG: 
Allows you to add an image type input file (PNG, BMP, JPEG or TIFF) to the M-Engine.
 h français (fr)Les options peuvent être cumulées, on peut donc concaténer plusieurs fichiers et leur appliquer un ou plusieurs layer avant de les convertir.
Il est possible de travailler sur l’ensemble des fichiers d’un répertoire, grâce à l’utilisation du caractère ‘*’ dans le nom du fichier d’entrée.  
Concaténation de tous les fichiers PDF d’un dossier dans un seul fichier PCL :
 <code>M-Engine.exe  -fromPDF:dossier\*.pdf –toPCL:fichier.pcl</code> 
==Arguments de la ligne de commande==
===Fichiers d’entrée===
*-fromImage: ou -fromIMG: 
Permet d’ajouter au M-Engine un fichier d’entrée de type image (PNG, BMP, JPEG ou TIFF).