Parameters |
Description |
TYPE |
Type of task that the action is to perform:
|
PROJECTNAME |
Project name with complete file path (optional). |
EXPORTFILE |
If the TYPE parameter has the value PXFPROJECT, the name of the project to be exported is stated together with EXPORTFILE (optional). Default value: Project name. The system adds a file name extension automatically. |
EXPORTMASTERDATA |
Specifies whether master data is to be included in the export (optional). Default = 1 (Yes). This parameter has an effect only if the TYPE parameter has the following value: |
EXPORTCONNECTIONS |
Specifies whether connections are to be included in the export (optional). Default = 0 (No). This parameter has an effect only if the TYPE parameter has the following value: |
PAGENAME |
Name of the pages to be exported (optional). This parameter has an effect only if the TYPE parameter has one of the following values: |
PAGENAMEn |
Names of the pages to be exported (optional). In this case, n is a number, e.g., /PAGENAME1:=EB3+ET1/2 /PAGENAME2:=EB3+ET1/4 /PAGENAME3:=EB3+ET1/7, etc. These parameters are only effective in connection with the following values of the TYPE parameter: |
DESTINATIONPATH |
Target directory. Relevance of this parameter. |
FORMAT |
Output format: Supported export formats:
This parameter is optional. Default value: |
COLORDEPTH |
Color depth of image. Possible values are 1, 8, 16, 24 and 32. This parameter is optional. Default value: |
IMAGEWIDTH |
Width of image in pixels. The height is automatically calculated from the side dimensions. This parameter is optional. Default value: |
IMAGECOMPRESSION |
Type of compression when outputting in Tiff format. This parameter has no effect on the other output formats. For CCITT3, CCITT4 and RLE compression the color depth is always 1, that is, a binary image is created. This parameter is optional. Possible values are LZW, RLE, CCITT3, CCITT4, NONE. Default value: |
BLACKWHITE |
The output is in black and white. Note: The image format or image size is not influenced by this, meaning that the files do not get smaller. Default value: |
USEPAGEFILTER |
Determines whether only filtered pages or all project pages will be used (optional). This parameter takes effect only in combination with the values GRAPHICPAGE, DXFPAGE, and DWGPAGE of the TYPE parameter if the PAGENAME or PAGENAMEn parameters are not used. |
EXPORTSCHEME |
Scheme for DXF/DWG and PDF export (optional). If this parameter is not available or empty (""), then the most recently used DXF/DWG or PDF export scheme is used. This parameter has an effect only if the TYPE parameter has one of the following values: |
USEZOOM |
If the value is 1, a zoom window will be used when jumping from navigation pages to components in the PDF file. The components are then displayed centered within the zoom window. |
ZOOMLEVEL |
If USEZOOM is set to 1, specify the desired zoom level in "mm" under ZOOMLEVEL. The value entered reflects the height of the screen section that is to be displayed magnified after the jump. A smaller value (e.g., 20 mm) thus leads to a greatly magnified display of the respective component on the screen. You can enter values from 1 to 3,500. |
USESIMPLELINK |
If the value is 1, only a simple link will be created in the PDF file. If the value is 0, then "three-way jumps" are available for all components in the PDF file. |
FASTWEBVIEW |
If the value is 1, the quick Web display is activated in the PDF file. |
READONLYEXPORT |
If the value is 1, the PDF file is write-protected. |
USEPRINTMARGINS |
If the value is 1, print margins are used for the PDF export (optional). Default value: |
TARGET |
Indicates the export medium. The parameter can have the following values: "Disk", "EMail", "FromSettings". Upper-/lower-case letters do not have to be taken into account for the values. The default value is "Disk". If nothing is entered, export is therefore carried out to a storage medium. |
LANGUAGE |
Language code. Indicates the output language of the export. Note: The case has to be observed at this parameter. Correct language identifiers: en_US, de_DE, etc. This parameter has an effect only if the TYPE parameter has one of the following values: |
SPLITSIZE |
The value of this parameter can be used to overwrite the Split size setting. For this purpose, the value "EMail" must be set for the TARGET parameter. This parameter has an effect only if the TYPE parameter has one of the following values: |
EXPORTMODEL |
Boolean parameter. If the value is 1, the 3D models of the layout spaces in the project are also exported. Note that the export scheme includes other settings that affect the export of the 3D models. This parameter has an effect only if the TYPE parameter has one of the following values: |
Notes:
- If a page is stated explicitly via the PAGENAME parameter, only this page will be exported, and the USEPAGEFILTER parameter will be ignored.
- If no page is explicitly stated via the PAGENAME parameter, the project pages will be determined. If the USEPAGEFILTER parameter is set to 1 (i.e. a page filter is activate), only the filtered pages in the page navigator are exported. If the USEPAGEFILTER parameter is not used or set to 0, all project pages will be exported.
- If the TYPE parameter = DXFPAGE, DXFPROJECT, DWGPAGE or DWGPROJECT, and the TARGET parameter is not entered, the output target will be imported from the settings, and the DESTINATIONPATH parameter will be ignored.
Export project in EPJ format:
export /TYPE:PXFPROJECT /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /EXPORTFILE:C:\temp\myPxfESS_Sample_Project
Export project in graphic format:
export /TYPE:GRAPHICPROJECT /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /DESTINATIONPATH:C:\temp /FORMAT:BMP /COLORDEPTH:24 /IMAGEWIDTH:1024 /BLACKWHITE:1
Export project in PDF format:
export /TYPE:PDFPROJECTSCHEME /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /EXPORTFILE:C:\temp.pdf /EXPORTSCHEME:myScheme
Export page in graphic format:
export /TYPE:GRAPHICPAGE /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /PAGENAME:=EB3+ET1/2 /DESTINATIONPATH:C:\temp /FORMAT:BMP /COLORDEPTH:24 /IMAGEWIDTH:1024 /BLACKWHITE:1
Export multiple pages in graphic format:
export /TYPE:GRAPHICPAGE /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /DESTINATIONPATH:C:\temp /FORMAT:BMP /COLORDEPTH:24 /IMAGEWIDTH:1024 /BLACKWHITE:1 /USEPAGEFILTER:1
Export project in DXF / DWG format:
export /TYPE:DXFPROJECT /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /DESTINATIONPATH:C:\temp
Export pages in DXF / DWG format:
export /TYPE:DXFPAGE /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /PAGENAME:=EB3+ET1/2 /DESTINATIONPATH:C:\temp
Export multiple pages in DXF / DWG format. In the process, the output directory is imported from the scheme:
export /TYPE:DXFPAGE /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /PAGENAME1:=CA1+EAA/1 /PAGENAME2:=EB3+ET1/2 /EXPORTSCHEME:"Default"
Export multiple pages in DXF / DWG format:
export /TYPE:DXFPAGE /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /DESTINATIONPATH:C:\temp /EXPORTSCHEME:dxf_scheme /USEPAGEFILTER:1
Export several pages in PDF format:
export /TYPE:PDFPAGESSCHEME /EXPORTSCHEME:myScheme /PAGENAME1:=CA1+EAA/1 /PAGENAME2:=EB3+ET1/2 /PAGENAME3:=EB3+ET1/7 /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /EXPORTFILE:C:\temp.pdf
Use the following specifications for the PDF export of a single page: export /TYPE:PDFPAGE /PAGENAME:=EB3+ET1/2