| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
DynaPDF.LoadSVG
Loads a SVG from a container.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| DynaPDF | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.LoadSVG"; PDF; Data ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| Data | The container value with the SVG data. |
Result
Returns OK or error.
Description
Loads a SVG from a container.Opens a SVG file and returns the SVG parser instance on success like DynaPDF.LoadSVGFile, but
accepts a file buffer as input.
See also LoadSVG function in DynaPDF manual.
See also
- DynaPDF.GetSVGSize
- DynaPDF.GetSVGSizes
- DynaPDF.GetSVGSymbolCount
- DynaPDF.GetSVGSymbolName
- DynaPDF.GetSVGSymbolNames
- DynaPDF.InsertSVG
- DynaPDF.LoadSVGFile
- DynaPDF.New
Release notes
- Version 16.4
- Added DynaPDF.LoadSVG, DynaPDF.LoadSVGFile and DynaPDF.InsertSVG functions.
Blog Entries
This function checks for a license.
Created 8th August 2026, last changed 8th August 2026
MarkDown version: DynaPDFLoadSVG.md