pdfdata
Syntaxe et description
La commande pdfdata génère un fichier FDP ou un fichier PDF qui est soumis comme argument InputPDF.
stylevisionserver pdfdata [options] InputPDF |
•L’argument InputPDF précise le chemin vers le fichier PDF, duquel le fichier de sortie FDF ou XML sera généré. Si le fichier PDF ne contient pas de données de formulaires, le fichier généré ne contiendra pas de données de formulaires.
•Utiliser l’option --outfdf pour préciser l’emplacement du fichier FDF généré ou l’option --outxml pour préciser l’emplacement du fichier XML généré.
Pour information sur la configuration FOP, que StyleVision Server utilise par défaut pour générer le PDF,voir le chapitre Exigences FOP.
Pour plus d’information sur les fichiers FDF et sur la conception des formulaires PDF remplissables PDF, voir la documentation Altova StyleVision (Enterprise Edition).
StyleVisionServer on Windows stylevisionserver on Windows and Unix (Linux, Mac)
* Note that lowercase (stylevisionserver) works on all platforms (Windows, Linux, and Mac), while upper-lower (StyleVisionServer) works only on Windows and Mac. * Use forward slashes on Linux and Mac, backslashes on Windows.
|
On Windows systems: When spaces or special characters occur in strings (for example in file or folder names, or company, person or product names), use quotes: for example, "My File". Note, however, that a backslash followed by a double-quotation mark (for example, "C:\My directory\") might not be read correctly. This is because the backslash character is also used to indicate the start of an escape sequence, and the escape sequence \" stands for the double-quotation mark character. If you want to escape this sequence of characters, use a preceding backslash, like this: \\". To summarize: If you need to write a file path that contains spaces or an end backslash, write it like this: "C:\My Directory\\".
|
Exemples
Exemples de la commande pdfdata :
stylevisionserver pdfdata --outfdf=C:\test\forms\FDFData.fdf C:\test\forms\TestForm.pdf
stylevisionserver pdfdata --outxml=C:\test\forms\XMLData.xml C:\test\forms\TestForm.pdf
Les exemples créés ci-dessus, respectivement, et le fichier FDP et le fichier XML depuis la même entrée PDF.
Options
--outfdf = FilePath Le chemin menant au fichier FDP généré.
|
-- outxml = FilePath Le chemin menant au fichier XML généré.
|
--verbose = true|false Les valeurs sont true|false. Active ou désactive respectivement l’affichge de tous les messages. Le défaut est false si l’option n’est pas fournie, true si fournie sans valeur.
|
Use the --h, --help option to display information about the command.
Options are listed in short form (if available) and long form. You can use one or two dashes for both short and long forms. An option may or may not take a value. If it takes a value, it is written like this: --option=value. Values can be specified without quotes except in two cases: (i) when the value string contains spaces, or (ii) when explicitly stated in the description of the option that quotes are required. If an option takes a Boolean value and no value is specified, then the option's default value is TRUE. Use the --h, --help option to display information about the command.