Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.SetCMapDir
The function sets a search path from which external CMap files can be loaded.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 4.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.SetCMapDir"; PDF; Path { ; Flags } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| The PDF reference returned from DynaPDF.New. | |||
| Path | Absolute native path to the folder. | $path | |
| Flags | The flags to use. Can be Default, Recursive or Delayed. | "Default" | Optional |
Result
Returns number of CMaps or error.
Description
The function sets a search path from which external CMap files can be loaded.You can use Path.FileMakerPathToNativePath to convert paths if needed.
Requires DynaPDF Pro license.
See also SetCMapDir function in DynaPDF manual.
See also
- DynaPDF.ExtractDocumentText
- DynaPDF.ExtractText
- DynaPDF.Initialize
- DynaPDF.New
- DynaPDF.SetFieldFont
- DynaPDF.SetTrapped
- Path.FileMakerPathToNativePath
Release notes
- Version 10.6
- Fixed DynaPDF.SetCMapDir to return number of CMaps loaded instead of OK.
Created 18th August 2014, last changed 15th December 2020
DynaPDF.SetBorderStyle - DynaPDF.SetCharacterSpacing
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins