Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
DynaPDF.SetLanguage
Specifies the language of the document.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
DynaPDF | 4.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.SetLanguage"; PDF; Language )
Parameters
Parameter | Description | Example value |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- DynaPDF/Convert to PDFA
- DynaPDF/Create Text as PDFA
- DynaPDF/Invoice/Invoice
- DynaPDF/ZUGFeRD/ZUGFeRD Invoice
DynaPDF.SetJPEGQuality - DynaPDF.SetLeading
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins