exportAsSvg

public final void exportAsSvg(String filepath)

Exports the document as SVG format to the specified file path.

Parameters

filepath

The file path where the SVG document will be saved.


public final void exportAsSvg(FileOutputStream stream)

Exports the document as SVG format to the specified stream.

Parameters

stream

The stream where the SVG document will be written.