Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.Parser.Delete

Deletes an operator on the current page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.Parser.Delete"; PDF; Index )   More

Parameters

Parameter Description Example
PDF The PDF reference. $pdf
Index The index of the operator to delete.

Result

Returns OK or error.

Description

Deletes an operator on the current page.
Please use DynaPDF.Parser.Content to get the JSON of the page, filter for elements to delete and call this function with each operator index to delete.

Examples

Delete an operator:

Set Variable [ $r ; Value: MBS("DynaPDF.Parser.Delete"; $pdf; 77) ]
Set Variable [ $r ; Value: MBS( "DynaPDF.Parser.WriteToPage"; $pdf; $OptimizeFlags) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 2nd April 2026, last changed 3th April 2026


DynaPDF.Parser.Create - DynaPDF.Parser.DeleteAllImages