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 |
---|---|---|
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/Scan with WIA to PDF
- DynaPDF/ZUGFeRD/ZUGFeRD Invoice
- DynaPDF/ZUGFeRD 2.0/Factur-X Invoice
- DynaPDF/ZUGFeRD 2.0/ZUGFeRD 2.0 Invoice
- DynaPDF/ZUGFeRD and Facture-X/ZUGFeRD Invoice
- DynaPDF/ZUGFeRD and Facture-X/ZUGFeRD Rechnung erstellen
Blog Entries
- FileMaker with ZUGFeRD 2.0 and Factur-X
- How to Convert a PDF document to a PDF/A
- Creating PDF/A in FileMaker with ZUGFeRD standard
- Creating PDF/A in FileMaker with ZUGFeRD standard
FileMaker Magazin
This function checks for a license.
Created 4th November 2014, last changed 18th June 2016