Aspose.SVG for Python via .NET

Modules

ModuleDescription
aspose.svgAll classes in Aspose.Svg.Dom.Svg namespace are based on
w3c SVG2 recommendations. Using this namespace, you can load,
navigate or render the SVG file as per your requirements.
aspose.svg.builderThe Aspose.Svg.Builder namespace contains classes and interfaces for building and manipulating SVG (Scalable Vector Graphics) documents using the Aspose.SVG library.
This namespace provides a rich set of builder classes that simplify the creation and modification of SVG elements and their attributes. These builders offer a fluent API, making the code more readable and maintainable.
aspose.svg.collectionsThe Aspose.Svg.Collections namespace consists of classes to represent,
store and manipulate nodes and elements.
aspose.svg.convertersThe Aspose.Svg.Converters namespace goal is easy access to conversion methods. It provides a wide range of conversions to the popular formats, such as PDF, XPS, image formats, etc.
More specific conversion (rendering, saving) user cases are presented by well
known and documented low level API functions in subject oriented namespaces.
aspose.svg.datatypesThe namespace provides access to all SVG specific data types.
aspose.svg.diagnosticsThe Aspose.Svg.Diagnostics namespace contains interfaces for working with metrics and collecting logs and traces.
aspose.svg.domThe Aspose.Svg.Dom (Document Object Model) namespace provides API that
represents and interacts with any HTML, XML or SVG documents.
The DOM is a document model loaded in the browser and
representing the document as a node tree, where each node
represents part of the document (e.g. an element, text string, or comment).
aspose.svg.dom.attributesThe Aspose.Svg.Dom.Attributes namespace contains
unified attribute classes which specifies
or qualifies any object (node, element, …) feature or behavior.
aspose.svg.dom.canvasThe Aspose.Svg.Dom.Canvas namespace provides interfaces
for 2D rendering details qualification as well as options for
filling and Path2D class.
aspose.svg.dom.cssThe Aspose.Svg.Dom.Css namespace is for all CSS related manipulations.
It concentrates around CSS property name - value pairs
specified by CSS official documents.
aspose.svg.dom.eventsThe Aspose.Svg.Dom.Events namespace provides objects for
any events related DOM updating. It includes subscription to
specific contextual information observation
associated with event as well as custom events construction.
aspose.svg.dom.mutationsThe Aspose.Svg.Dom.Mutations provides opportunity to observe
DOM mutations and getting specific callback information.
aspose.svg.dom.traversalThe Aspose.Svg.Dom.Traversal namespace contains methods that
create iterators and tree-walkers to navigate between elements and
traverse a node and its children in document order.
aspose.svg.dom.traversal.filtersThe namespace represented by node filtering functionality.
Filters are objects that know how to “filter out” nodes.
If a node iterator or tree walker is given a node filter,
it applies the filter before it returns the next node.
If the filter says to accept the node, the traversal logic
returns it; otherwise, traversal looks for the next node and
pretends that the node that was rejected was not there.
aspose.svg.dom.viewsAspose.Svg.Dom.Views namespace describes AbstractView and
DocumentView interfaces according
Document Object Model Views specification.
aspose.svg.dom.xpathThe namespace contains methods to
navigate through elements and attributes in an XML document.
aspose.svg.drawingThe Aspose.Svg.Drawing namespace contains objects and
interfaces to specify measurement and units as well as
drawing attribute objects like brushes, colors and fonts.
aspose.svg.drawing.skiasharp
aspose.svg.eventsThe namespace consists of
classes for event based interactivity like time events and zooming.
aspose.svg.filtersThe Aspose.Svg.Dom.Svg.Filters namespace contains classes and
interfaces related to filter effects in SVG specification.
aspose.svg.imagevectorizationThe Aspose.Svg.ImageVectorization namespace contains classes for vectorizing raster images and converting them to SVG documents.
This process involves reducing bitmaps to geometric shapes made up from path elements and storing them as SVG.
The namespace includes classes for building path segments, simplifying and smoothing trace points, and configuring vectorization options.
aspose.svg.ioIn addition to standard IO (input-output) tools
the Aspose.Svg.IO namespace contains helper classes and interfaces.
aspose.svg.netThe Aspose.Svg.Net namespace is presented by
classes and interfaces which are
responsible for helping easy network processing.
aspose.svg.net.headersThe Aspose.Svg.Net.Headers provides few data classes for
describing header content at networking.
aspose.svg.net.messagefiltersThe Aspose.Svg.Net.MessageFilters namespace provides
classes which implement message filter abstraction.
aspose.svg.net.messagehandlersThe Aspose.Svg.Net.MessageHandlers namespace is
presented by classes - message handlers of different protocols.
aspose.svg.pathsThe Aspose.Svg.Dom.Svg.Paths namespace describes classes for
representation of outline of a shape which can be filled or stroked.
A path can also be used as a clipping path, to describe animation,
or position text.
aspose.svg.renderingThe Aspose.Svg.Rendering namespace consists of
numerous renderer objects as well as appropriate
low level options classes which are responsible to
render documents/files into IDevice implementation.
aspose.svg.rendering.devices
aspose.svg.rendering.fontsThe Aspose.Svg.Rendering.Fonts namespace contains classes and methods that
allows you to control some parts of the font matching algorithm.
aspose.svg.rendering.imageThe Aspose.Svg.Rendering.Image namespace provides
specific device class as well as few rendering options
classes responsible for rendering to raster formats: jpeg, png, bmp, gif, tiff.
aspose.svg.rendering.pdfThe Aspose.Svg.Rendering.Pdf namespace provides
specific device class as well as few rendering options classes
responsible for rendering to a pdf document.
aspose.svg.rendering.pdf.encryptionThe Aspose.Svg.Rendering.Pdf.Encryption namespace contains
data classes describing pdf encryption details like password,
encryption algorithm and so on.
aspose.svg.rendering.stylesThe Aspose.Svg.Rendering.Styles namespace contains classes and interfaces
defining various style properties of SVG elements during rendering. This includes
color schemes, gradients, patterns, fill styles, and other stylistic elements that
influence the visual appearance of the SVG elements.

These styles are essential for maintaining the integrity of the SVG documents
and ensuring they are rendered as per the original design specifications.
aspose.svg.rendering.styles.paintserversThe Aspose.Svg.Rendering.Styles.PaintServers namespace contains classes and interfaces for handling SVG paint servers.
Paint servers are elements that define graphical templates in SVG, such as gradients and patterns, which can be reused in SVG documents.
This includes linear gradients, radial gradients, and pattern fills, which can be applied to the fill or stroke of SVG shapes.
This namespace encapsulates the logic needed to parse, interpret, and render these paint servers in accordance with the SVG specification.
aspose.svg.rendering.xpsThe Aspose.Svg.Rendering.Xps namespace provides
specific device class as well as few rendering
options classes responsible for rendering to a xps document.
aspose.svg.savingThe Aspose.Svg.Saving namespace is presented by
data classes for description of specific save options at
conversion/saving process.
aspose.svg.saving.resourcehandlersThe Aspose.Svg.Saving.ResourceHandlers namespace contains classes responsible for handling resources.
aspose.svg.servicesThe Aspose.Svg.Services namespace contains
interfaces as protocols for service implementations.
aspose.svg.toolkit
aspose.svg.toolkit.optimizersThe Aspose.Svg.Toolkit.Optimizers namespace contains classes for optimizing SVG documents. The optimization process involves removing
unused or invisible elements and their attributes, merging groups, and reducing the size of path segments.
aspose.svg.windowThe Aspose.Svg.Window namespace is related for
window object which represents a window
containing a DOM document. It includes classes and interfaces
related to active document address and browsing history.