Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Quick Answer: Install Aspose.SVG for Python via .NET with pip install aspose-svg-net, then use SVGDocument to create, load, inspect, edit, save, and convert SVG documents. Start with installation, supported formats, licensing, and the basic operations tutorials.
Aspose.SVG for Python via .NET is a document-processing API for SVG workflows in Python. It provides DOM access for SVG creation and editing, conversion to fixed-layout and raster formats, rendering options, image vectorization, text vectorization, and navigation through SVG elements with CSS selectors or XPath.
This chapter is a starting point for setup and product orientation. Use the pages below to install the package, check requirements, understand licensing, and move into practical examples.
| Task | Article | What it covers |
|---|---|---|
| Understand the product | Product Overview | Main API capabilities, common workflows, support resources |
| Check available capabilities | Features List | DOM, conversion, rendering, vectorization, navigation, filters, and colors |
| Check input and output formats | Supported File Formats | SVG input and supported output formats such as PDF, XPS, PNG, JPG, BMP, TIFF, and GIF |
| Install the package | Installation | PyPI package name, pip commands, first Python example |
| Apply or evaluate a license | Licensing | Evaluation limits, temporary license, file license, metered license |
| Check platform requirements | System Requirements | Python version, operating systems, package metadata, development tools |
A typical first workflow starts with creating or loading an SVG document, then saving or converting it. These articles form the shortest path from setup to useful output:
| Area | Main APIs and topics | Learn more |
|---|---|---|
| SVG documents | SVGDocument, DOM elements, attributes, save workflows | Basic SVG Operations |
| Conversion | Converter.convert_svg(), ImageSaveOptions, PdfSaveOptions | Convert SVG Files |
| Navigation and editing | CSS selectors, XPath, DOM traversal, attributes | Navigate SVG |
| Vectorization | ImageVectorizer, text vectorization, stencil-style output | Vectorization |
Use pip install aspose-svg-net in your terminal or command prompt.
SVGDocument is the main class for creating, loading, editing, navigating, and saving SVG documents.
Yes. Use Converter.convert_svg() with PdfSaveOptions for PDF or ImageSaveOptions for raster image output.
Yes. You can use the evaluation version, request a temporary license, or apply a purchased license as described in the Licensing article.
Start with installation, then create or load an SVG file, inspect or edit the SVG DOM, save the result, and finally convert SVG to PDF, PNG, or other formats when needed.
Aspose.SVG also provides free online SVG applications for quick checks and no-code workflows. You can try SVG conversion, image vectorization, SVG merging, sprite generation, Base64 encoding, and text vectorization in a browser before implementing the same workflow in Python.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.