TechDraw PrintAll: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 15: Line 15:
{{GuiCommand
{{GuiCommand
|Name=TechDraw PrintAll
|Name=TechDraw PrintAll
|MenuLocation=TechDraw → Print All Pages
|MenuLocation=TechDraw → Page → Print All Pages
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Shortcut=
|Shortcut=
|Version=1.0
|Version=0.21
|SeeAlso=
|SeeAlso=[[Std_Print|Std Print]]
}}
}}


Line 25: Line 25:


<!--T:4-->
<!--T:4-->
The [[Image:TechDraw_PrintAll.svg|24px]] '''TechDraw PrintAll''' tool sends all Pages in a document to the printer.
The [[Image:TechDraw_PrintAll.svg|24px]] '''TechDraw PrintAll''' tool sends all pages in a document to the printer.


== Usage == <!--T:5-->
== Usage == <!--T:5-->
Line 32: Line 32:
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:TechDraw_PrintAll.svg|16px]] [[TechDraw_PrintAll|Print All Pages]]}} button.
#* Press the {{Button|[[Image:TechDraw_PrintAll.svg|16px]] [[TechDraw_PrintAll|Print All Pages]]}} button.
#* Select the {{MenuCommand|TechDraw → [[Image:TechDraw_PrintAll.svg|16px]] Print All Pages}} option from the menu.
#* Select the {{MenuCommand|TechDraw → Page → [[Image:TechDraw_PrintAll.svg|16px]] Print All Pages}} option from the menu.
#* If a Page is displayed in the [[Main_view_area|Main view area]]: right-click the window and select the {{MenuCommand|Print All Pages}} option from the context menu.
#* If a page is displayed in the [[Main_view_area|Main view area]]: right-click the page's window and select the {{MenuCommand|Print All Pages}} option from the context menu.


== Scripting == <!--T:7-->
== Notes == <!--T:11-->


<!--T:8-->
<!--T:12-->
* Use [[Std_Print|Std Print]] to print a single page.
{{Emphasis|See also:}} [[TechDraw_API|TechDraw API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

<!--T:9-->
The PrintAll tool is not yet available for scripting.





Latest revision as of 21:47, 24 July 2023

Other languages:

TechDraw PrintAll

Menu location
TechDraw → Page → Print All Pages
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.21
See also
Std Print

Description

The TechDraw PrintAll tool sends all pages in a document to the printer.

Usage

  1. There are several ways to invoke the tool:
    • Press the Print All Pages button.
    • Select the TechDraw → Page → Print All Pages option from the menu.
    • If a page is displayed in the Main view area: right-click the page's window and select the Print All Pages option from the context menu.

Notes