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
PDF The PDF reference returned from DynaPDF.New. $pdf
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

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


DynaPDF.ListImages - DynaPDF.LoadSVGFile


MarkDown version: DynaPDFLoadSVG.md