This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exporters/svg-exporter.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. SvgExporter

Exports documents to Scalable Vector Graphics (SVG) format preserving vector graphics and text.

from nutrient_sdk import SvgExporter

Construction

SvgExporter()

Creates a new SvgExporter instance with default settings.

Implements