User Tools

Site Tools


en:infra-convert:dev:parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:infra-convert:dev:parameter [2022/11/23 16:30]
me
en:infra-convert:dev:parameter [2023/11/28 14:34] (current)
me [Setting the language]
Line 53: Line 53:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​+…/InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​
 </​code>​ </​code>​
  
Line 62: Line 62:
 > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example: > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example:
 > <​code>​chcp 65001 > <​code>​chcp 65001
-InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​+…/InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​
  
 **Basic requirements for the startup parameter file** **Basic requirements for the startup parameter file**
Line 80: Line 80:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​+…/InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​
 </​code>​ </​code>​
  
Line 94: Line 94:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​..." -forceConfigDir="​..."+…/InfraConvertWPF.exe -parameter="​…/" -forceConfigDir="​…/"
 </​code>​ </​code>​
  
Line 128: Line 128:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish |+^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish\\ **zh** Chinese\\ **cs** Czech\\ **bg** Bulgarian ​|
  
 </​WRAP>​ </​WRAP>​
Line 428: Line 428:
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
 ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings | ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings |
-^ Mode | String | **Drawing** Only drawing sheets\\ **Stamps** Only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |+^ Mode | String | **Drawing** Export only drawing sheets\\ **DrawingWithoutStamps** Export only drawing sheets without stamps\\ **Stamps** Export only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |
 ^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used | ^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used |
 ^ └ Width | Integer | Width of the image in number of pixels | ^ └ Width | Integer | Width of the image in number of pixels |
 ^ └ Height | Integer | Height of the image in number of pixels | ^ └ Height | Integer | Height of the image in number of pixels |
-^ └ Bit | Integer | Colour depth:\\ **1** 1 Bit\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) |+^ └ Bit | Integer | Colour depth:\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) |
 ^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 2.2.4 | ^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 2.2.4 |
 ^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 2.2.4 |​ ^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 2.2.4 |​
Line 459: Line 459:
  
  
-  * **Drawing comparison**\\ \\ //Compare Documents//​\\ Calls up the drawing comparison, see User's manual > User interface > Function window > [[en:​infra-convert:​user:​interface:​drwcomp|Drawing comparison]] and User’s Manual > Functions > [[en:​infra-convert:​user:​functions:​drwcompsimple|Zeichnungen vergleichen (Basic version)]] respectively [[en:​infra-convert:​user:​functions:​drwcomp|Drawing comparison (Pro version)]].+  * **Drawing comparison**\\ //Compare Documents//​\\ Calls up the drawing comparison, see User's manual > User interface > Function window > [[en:​infra-convert:​user:​interface:​drwcomp|Drawing comparison]] and User’s Manual > Functions > [[en:​infra-convert:​user:​functions:​drwcompsimple|Zeichnungen vergleichen (Basic version)]] respectively [[en:​infra-convert:​user:​functions:​drwcomp|Drawing comparison (Pro version)]].
  
 </​WRAP>​ </​WRAP>​
en/infra-convert/dev/parameter.1669217438.txt.gz · Last modified: 2022/11/23 16:30 by me