| Name |
Value, Example |
Description |
| -file |
-file:"c:\truedtp.par" |
Defines the command file (see example 3)
The command file is a simple text file, that can be created using Windows Notepad.
The file must include all necessary parameters that are needed for batch execution.
#- marks a comment line
|
| -default |
-default:"c:\myConfig.tdp" |
TrueDTP config file |
| -batch |
-batch |
Turns in batch mode, no user interface appears |
| -sem |
-sem:"semafor_name" |
Helps to control batch mode execution by starting the converter from other Windows applications.
The semaphore will be released after the conversion process is terminated.
|
-root -r |
-r:"c:\myFolder" |
Directory with files to be converted |
| -recurse |
-recurse |
Tells the program that sub-directories should be converted
|
-mask -m |
-m:"*a*.dxf" |
File filter
Legt Namen der Dateien fest, die konvertiert werden sollen.
All filter should be insertet in ""
Examples: -m:"a.dxf" , -m:"*b.dxf"
|
-xrefpath -x |
-x:"c:\xrefs" |
XRef directory (directory in which the external references) |
-fontpath -fp |
-fp:"c:\shxs" |
Directory in which the SHX font files are located |
-target -t |
-t:"c:\myOutput" |
Output directory for the converted files |
-format -fo |
tiff, jpeg, png, bmp, gif, pdf, eps, hpgl, emf, wmf, svg, dwf, dwg, dxf, swf
-format:pdf |
Output format |
| -keepdirstruct |
yes no
-keepdirstruct |
When you convert with the option "Recurse Subdirectories" directory structure will be maintained
|
-colormode -c |
rgb grayscale blackwhite
-colormode:rgb |
Sets the color depth in the output files |
-width -w |
-width:100 |
Width of the output image in mm |
-height -h |
-height:200 |
Height of the output image in mm |
| -dpi |
-dpi:300 |
Resolution for raster images |
-marginleft -marginright -margintop -marginbottom |
-marginleft:10 |
Output margins in mm |
| -pdfgenmode |
0 1
-pdfgenmode:0 |
Layout conversion method: 0-Each layout is converted into a separate PDF file
1-Converts all layouts in one PDF file |
| -pdfcompression |
0 1
-pdfcompression:0 |
PDF-Compression method.
0-No compression (ASCII)
1-Binary Compression |
| -dwfcompression |
ascii bincomp binary
-dwfcompression:binary |
DWF Compression method. ascii-ASCII (No compression ),
binary-binary output, bincomp-binar and compressed |
| -dwfversion |
42 55 60
-dwfversion:55 |
DWF Output version |
| -dwflayoutconversion |
multifile singlefile
-dwflayoutconversion:singlefile |
singlefile-all Layouts will be saved in one DWF file
multifile-Each layout is converted into a separate file. |