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

DynaPDF.Parser.WriteToPage

Writes changes back to the page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.Parser.WriteToPage"; PDF { ; Flags } )   More

Parameters

Parameter Description Example Flags
PDF The PDF reference. $pdf
Flags The flags to use.
Can be a number with values from dynapdf documentation, see table on this page.
"ConvertAllColors,ScaleImages" Optional

Result

Returns OK or error.

Description

Writes changes back to the page.
Writes the objects, that was created by DynaPDF.Parser.ParsePage, back to the page. The flags and optional parameters were taken from DynaPDF.Optimize because DynaPDF.Optimize uses the very same parser to optimize pages. Please have a look at this function to determine which flags and parameters are available.

Unchanged pages can be left unchanged or written back to the page. This is up to you. If DynaPDF.Parser.WriteToPage is called then the content stream will be optimized. If nothing special should be achieved set Flags to "Default".

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 23th November 2023, last changed 23th November 2023


DynaPDF.Parser.TextMatrix - DynaPDF.PlaceSigFieldValidateIcon