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

DynaPDF.SetLanguage

Specifies the language of the document.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SetLanguage"; PDF; Language )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Language The new language tag. "en-US"

Result

Returns OK or error.

Description

Specifies the language of the document.
The document's language should always be set when creating Tagged PDF files or Interactive Forms. The spell check feature in Adobe's Acrobat depends on the properly defined document language.
See dynapdf_help.pdf manual for details.

See also SetLanguage function in DynaPDF manual.

Examples

Set language:

Set Variable [$r; Value:MBS("DynaPDF.SetLanguage"; $pdf; "en-US")]

See also

Example Databases

Blog Entries

This function checks for a license.

Created 4th November 2014, last changed 18th June 2016


DynaPDF.SetJPEGQuality - DynaPDF.SetLeading