Parameter |
Description |
TYPE |
Type of task to be carried out: |
PROJECTNAME |
Project name with complete file path (optional). |
PRINTERNAME |
Name of the printer (optional). |
PAGENAME |
Page to be printed (optional). |
PRINTCOLLATE |
Sorts (optional, 0 = No, 1 = Yes). |
PRINTREVERSE |
Reverse order (optional, 0 = No, 1 = Yes). |
NUMBER |
Number of copies. |
DESTINATIONFILE |
File path and name of the output file. |
USEPAGEFILTER |
Determines whether only filtered pages or all project pages will be used (optional). Default value: |
PRINTCHANGEDPAGES |
Prints changed pages only |
Notes:
- If a page is stated explicitly via the PAGENAME parameter, only this page will be printed, 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 printed. If the USEPAGEFILTER parameter is not used or set to 0, all project pages will be printed.
Print page:
print /TYPE:PAGES /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk /PAGENAME:=EB3+ET1/2 /PRINTERNAME:my_printer /NUMBER:2
Print page in file:
print /TYPE:PAGES /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk /PRINTCOLLATE:0 /PRINTREVERSE:1 /DESTINATIONFILE:C:\temp\EPLAN_print.prn /USEPAGEFILTER:1
Print project:
print /TYPE:PROJECT /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk /PRINTCOLLATE:0 /PRINTREVERSE:1 /DESTINATIONFILE:C:\temp\EPLAN_print.prn