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

14.1 14.2 14.3 14.4 14.5 15.0 15.1 15.2 15.3 15.4 15.5 16.0

New in version 4.2

Item Details Server
AppleScript.GetPropertyName
Queries name of property with given index.
Mac only
  ✅ Server
AppleScript.GetPropertyValue
Queries property value text.
Mac only
  ✅ Server
AppleScript.PropertyCount
Queries the number of properties in the script.
Mac only
  ✅ Server
AppleScript.SetPropertyValue
Sets property value with new text.
Mac only
  ✅ Server
Container.GetResolution
Queries the DPI settings stored in a container.
All
  ✅ Server
Dialog.CloseSheet
Closes a sheet if there is one running.
Mac only
  ❌ Server
Dialog.GetLastResult
Provides the last result from the dialog.
Mac/Win
  ❌ Server
Dialog.GetSheetFileName
Queries notification script's file name.
Mac only
  ❌ Server
Dialog.GetSheetRunning
Queries if there is a sheet visible currently.
Mac only
  ❌ Server
Dialog.GetSheetScriptName
Queries notification script name.
Mac only
  ❌ Server
Dialog.RunSheet
Runs dialog as sheet.
Mac only
  ❌ Server
Dialog.SetSheetFileName
Defines file name for the notification script.
Mac only
  ❌ Server
Dialog.SetSheetScriptName
Defines script name for the notification script.
Mac only
  ❌ Server
DynaPDF.AddValToChoiceField
Adds a value to a choice field.
All
  ✅ Server
DynaPDF.AllowPageBreak
Defines how to handle page breaks.
All
  ✅ Server
DynaPDF.CreateComboBox
Creates a combo box.
All
  ✅ Server
DynaPDF.CreateGroupField
Creates a group field. A group field is a simple array of fields which can be used to separate fields into several groups.
All
  ✅ Server
DynaPDF.CreateListBox
This function creates a list box.
All
  ✅ Server
DynaPDF.CreateRadioButton
Creates a radio button field.
All
  ✅ Server
DynaPDF.CreateSigField
Creates an empty signature field which can be used to digitally sign the PDF file.
All
  ✅ Server
DynaPDF.CreateSigFieldAP
Creates a signature appearance template in the exact size of the base signature field.
All
  ✅ Server
DynaPDF.FlattenAnnots
Flatten annotations.
All
  ✅ Server
DynaPDF.FlattenForm
Flatten forms.
All
  ✅ Server
DynaPDF.GetBorderStyle
Returns the global border style which is used for newly created Interactive Form fields.
All
  ✅ Server
DynaPDF.GetCharacterSpacing
Returns the current character spacing.
All
  ✅ Server
DynaPDF.GetDynaPDFVersion
Returns the version string of DynaPDF library.
All
  ✅ Server
DynaPDF.GetInIsCollection
Whether the currently opened import file is a portable collection.
All
  ✅ Server
DynaPDF.GetInIsEncrypted
Whether the currently opened import file is encrypted.
All
  ✅ Server
DynaPDF.GetInIsSigned
Whether a PDF file contains a digital signature.
All
  ✅ Server
DynaPDF.GetInIsTrapped
Queries value of the Trapped key in the current open import file.
All
  ✅ Server
DynaPDF.GetInIsXFAForm
Queries whether the current open import file contains an XFA form.
All
  ✅ Server
DynaPDF.GetInRepairMode
Queries whether the current open import file was opened in repair or normal mode.
All
  ✅ Server
DynaPDF.GetIsFixedPitch
Queries whether the active font is a fixed pitch font or 0 if the font is a variable pitch font.
All
  ✅ Server
DynaPDF.GetIsTaggingEnabled
Queries whether tagging is enabled.
All
  ✅ Server
DynaPDF.GetOpacity
Returns the opacity value used to draw the visible appearance of an annotation (requires Acrobat 5 or higher).
All
  ✅ Server
DynaPDF.GetTextRise
Queries the current text rise used to output text.
All
  ✅ Server
DynaPDF.GetTextScaling
Queries the current value of horizontal text scaling.
All
  ✅ Server
DynaPDF.GetUseStdFonts
Queries whether the 14 standard fonts are enabled.
All
  ✅ Server
DynaPDF.GetUseSystemFonts
Queries whether system fonts are used.
All
  ✅ Server
DynaPDF.GetWordSpacing
Returns the current word spacing.
All
  ✅ Server
DynaPDF.IsInitialized
Checks if DynaPDF library has been initialized.
All
  ✅ Server
DynaPDF.SetBorderStyle
Set the global border style which is used for newly created form fields.
All
  ✅ Server
DynaPDF.SetCMapDir
The function sets a search path from which external CMap files can be loaded.
All
  ✅ Server
DynaPDF.SetCharacterSpacing
Sets the current character spacing.
All
  ✅ Server
DynaPDF.SetOpacity
Sets the opacity value which is used to render the appearance of a text annotation.
All
  ✅ Server
DynaPDF.SetTextRise
Sets the text rise.
All
  ✅ Server
DynaPDF.SetTextScaling
Sets scaling for text.
All
  ✅ Server
DynaPDF.SetUseStdFonts
The function can be used to disable the 14 standard fonts temporarily.
All
  ✅ Server
DynaPDF.SetUseSystemFonts
The property specifies whether the system fonts should be automatically loaded.
All
  ✅ Server
DynaPDF.SetWordSpacing
Sets the word spacing.
All
  ✅ Server
Files.DeleteFolder
Deletes a file or folder directly without moving to trash.
All
  ✅ Server
GMImage.GetStrokeDashArray
Queries the pattern of dashes and gaps used to stroke paths.
All
  ✅ Server
GMImage.SetStrokeDashArray
Specify the pattern of dashes and gaps used to stroke paths.
All
  ✅ Server
GZipFile.Compress
Compresses a file.
All
  ✅ Server
GZipFile.Decompress
Decompresses a file.
All
  ✅ Server
JSON.GetArrayItemsAsList
Queries a list of all array entries.
All
  ✅ Server
List.FindEquals
Finds equal items in both lists.
All
  ✅ Server
List.FindUnequals
Finds unequal items in both lists.
All
  ✅ Server
List.RemoveDuplicateItems
Removes duplicate items in the list.
All
  ✅ Server
List.RemoveEmptyItems
Removes empty items in the list.
All
  ✅ Server
List.Sort
Sorts the list.
All
  ✅ Server
ListDialog.AddItemToList
Adds a line to the list.
Mac/Win/iOS
  ❌ Server
ListDialog.AddItemsToList
Adds entries to the list.
Mac/Win/iOS
  ❌ Server
ListDialog.ClearList
Clears the list.
Mac/Win/iOS
  ❌ Server
ListDialog.GetAllowMultipleSelection
Queries whether multiple selection is allowed.
Mac/Win/iOS
  ❌ Server
ListDialog.GetCancelButtonLabel
Queries the caption of the cancel button.
Mac/Win/iOS
  ❌ Server
ListDialog.GetPrompt
Queries the current prompt text.
Mac/Win/iOS
  ❌ Server
ListDialog.GetSelectButtonLabel
Queries the caption of the select button.
Mac/Win/iOS
  ❌ Server
ListDialog.GetSelectedTag
Queries the selected tag.
Mac/Win/iOS
  ❌ Server
ListDialog.GetSelectedTitle
Queries title of the selected item.
Mac/Win/iOS
  ❌ Server
ListDialog.GetWindowTitle
Queries the window title.
Mac/Win
  ❌ Server
ListDialog.ListCount
Queries number of list entries.
Mac/Win/iOS
  ❌ Server
ListDialog.ListItem
Queries the text displayed for the given index.
Mac/Win/iOS
  ❌ Server
ListDialog.ListTag
Queries the tag for the given index.
Mac/Win/iOS
  ❌ Server
ListDialog.SetAllowMultipleSelection
Sets whether multiple selection is allowed.
Mac/Win/iOS
  ❌ Server
ListDialog.SetCancelButtonLabel
Sets the caption of the cancel button.
Mac/Win/iOS
  ❌ Server
ListDialog.SetPrompt
Sets prompt text.
Mac/Win/iOS
  ❌ Server
ListDialog.SetSelectButtonLabel
Sets the caption of the select button.
Mac/Win/iOS
  ❌ Server
ListDialog.SetSelectedTag
Sets which item is selected.
Mac/Win/iOS
  ❌ Server
ListDialog.SetSelectedTitle
Sets which item is selected.
Mac/Win/iOS
  ❌ Server
ListDialog.SetWindowTitle
Sets window title.
Mac/Win
  ❌ Server
ListDialog.ShowDialog
Shows the dialog.
Mac/Win/iOS
  ❌ Server
OCR.IsInitialized
Checks if OCR library has been initialized.
All
  ✅ Server
PortMidi.Abort
Terminates outgoing messages immediately.
Mac/Win
  ❌ Server
PortMidi.CheckHostError
Checks if there is a midi host error on the stream.
Mac/Win
  ❌ Server
PortMidi.Close
Closes a midi stream, flushing any pending buffers.
Mac/Win
  ❌ Server
PortMidi.DeviceCount
Queries number of devices found.
Mac/Win
  ❌ Server
PortMidi.GetChannelMask
Queries current channel mask.
Mac/Win
  ❌ Server
PortMidi.GetDefaultInputDeviceID
Return the default input device ID.
Mac/Win
  ❌ Server
PortMidi.GetDefaultOutputDeviceID
Return the default output device ID.
Mac/Win
  ❌ Server
PortMidi.GetDeviceInfo
Return device information.
Mac/Win
  ❌ Server
PortMidi.GetFilter
Queries current filter setting.
Mac/Win
  ❌ Server
PortMidi.OpenInput
Opens an input device.
Mac/Win
  ❌ Server
PortMidi.OpenOutput
Opens an output device.
Mac/Win
  ❌ Server
PortMidi.Poll
Tests whether input is available.
Mac/Win
  ❌ Server
PortMidi.ReadMessage
Reads one Midi message from the buffers.
Mac/Win
  ❌ Server
PortMidi.Rescan
Terminates all streams and shutdown the midi functions.
Mac/Win
  ❌ Server
PortMidi.SendMessage
Sends a midi message.
Mac/Win
  ❌ Server
PortMidi.SendMessageRaw
Sends a raw message.
Mac/Win
  ❌ Server
PortMidi.SendSysExHex
Writes a timestamped system-exclusive midi message.
Mac/Win
  ❌ Server
PortMidi.SetChannelMask
Filters incoming messages based on channel.
Mac/Win
  ❌ Server
PortMidi.SetFilter
Sets filters on an open input stream to drop selected input types.
Mac/Win
  ❌ Server
Process.FrontProcessBundleID
Queries bundleID of the frontmost app.
Mac only
  ❌ Server
Process.FrontProcessName
Queries name of the frontmost app.
Mac/Win
  ❌ Server
Process.FrontWindowTitle
Queries name of the frontmost window.
Mac/Win
  ❌ Server
Twain.IsInitialized
Checks if Twain library has been initialized.
Mac/Win
  ❌ Server
WebView.SetZoom
Sets the optical scale of the webpage.
Mac/Win/iOS
  ❌ Server
Window.GetTopMost
Queries whether window is topmost.
Mac/Win
  ❌ Server
Window.SetTopMost
Sets window to be topmost.
Mac/Win
  ❌ Server
XL.IsInitialized
Checks if libXL library has been initialized.
All
  ✅ Server

110 functions shown.

These functions require a license (70%).

Blog Entries

Older Version 4.1   Newer Version 4.3