- GuiCommand: Name:TechDraw ExportPageSVG MenuLocation:TechDraw → Export Page as SVG Workbenches:TechDraw SeeAlso:TechDraw Templates, Draft SVG
The ExportPageSVG tool saves the current drawing page as an SVG file.
- Press the
Export Page as SVG button.
- A File Save dialog will open. Select a location and file name.
- TechDraw Hatch patterns are not exported to SVG due to a limitation in Qt4's SVG support.
- Text positions and sizes are not correct in the exported file. Using the "system" default font in the drawing improves the size problem considerably.
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The SaveSVG tool can be used in macros and from the Python console by using the following functions:
TechDrawGui.exportPageAsSvg(DrawPageObject,FilePath)
``` Note that the FreeCADGui module must be active to use this function.
{{TechDraw Tools navi}}
---
 [documentation index](../README.md) > [TechDraw](TechDraw_Workbench.md) > TechDraw ExportPageSVG