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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Item | Details |
---|---|
CURL.AddInputPDF Adds input to PDF data from the container value. | All |
CURL.GetResultAsPDF Returns the result of the transaction as PDF. | All |
CURL.SetInputPDF Sets input to PDF data from the container value. | All |
Clipboard.GetFileMakerData Queries the xml text of a FileMaker layout/script object. | Mac/Win |
Clipboard.GetTypes Queries the list of data types on the clipboard. | Mac/Win/iOS |
Clipboard.SetFileMakerData Puts the xml text on the clipboard for a FileMaker layout/script object. | Mac/Win |
DragDrop.GetHeight Queries current height of drop area. | Mac/Win |
DragDrop.GetLeft Queries current position of the drop area. | Mac/Win |
DragDrop.GetTop Queries current position of the drop area. | Mac/Win |
DragDrop.GetVisible Queries current visibility state. | Mac/Win |
DragDrop.GetWidth Queries current width of the drop area. | Mac/Win |
DragDrop.List Queries list of all currently active drop areas. | Mac/Win |
DragDrop.SetFrame Sets a new frame for the drop area. | Mac/Win |
DragDrop.SetVisible Hides or shows the drop area. | Mac/Win |
DynaPDF.AddBookmark Adds a bookmark to the global outline tree of the document. | All |
DynaPDF.AddBookmarkEx Adds a bookmark to the global outline tree of the document. | All |
DynaPDF.Bezier123 Draws a bezier path. | All |
DynaPDF.Bezier13 This function paints a Bézier curve with one control point. | All |
DynaPDF.Bezier23 The third supported Bézier curve type paints also a curve with one control point. | All |
DynaPDF.CMYK Calculates color value for CMYK. | All |
DynaPDF.ChangeBookmark Changes an existing bookmark. | All |
DynaPDF.DeleteBookmark Deletes a bookmark. | All |
DynaPDF.ExchangeBookmarks This function exchanges two bookmarks. | All |
DynaPDF.ExchangePages The function exchanges two pages. | All |
DynaPDF.FindBookmark Searches for a bookmark in the document outline tree. | All |
DynaPDF.FindField This function searches for an interactive form field by using the fully qualified field name. | All |
DynaPDF.FindNextBookmark Searches the next bookmark. | All |
DynaPDF.GeneratePreview Adds a preview picture to a PDF container. | All |
DynaPDF.GetBookmark Returns the properties of a bookmark. | All |
DynaPDF.GetBookmarkCount Returns the number of bookmarks defined in the document. | All |
DynaPDF.GetCompressionLevel Returns the active compression level. | All |
DynaPDF.GetField Returns the most important properties of a field. | All |
DynaPDF.GetFieldBackColor The function returns the default background color used for newly created interactive form fields. | All |
DynaPDF.GetFieldBorderColor Returns the default border color used for newly created interactive form fields. | All |
DynaPDF.GetFieldBorderStyle Returns the border style of a specific form field. | All |
DynaPDF.GetFieldBorderWidth Returns the line width of the border of a field. | All |
DynaPDF.GetFieldChoiceValue Retrieves a choice value of a combo or list box. | All |
DynaPDF.GetFieldColor Retrieves a specific color of an interactive form field. | All |
DynaPDF.GetFieldCount The function returns the number of fields contained in the document. | All |
DynaPDF.GetFieldExpValCount The function returns the number of values/export values which are defined for a field. | All |
DynaPDF.GetFieldExpValue Retrieves the export value(s) of a check box, list box, or combo box. | All |
DynaPDF.GetFieldExpValueEx Enumerates the choice values of a combo box, list box, or radio button. | All |
DynaPDF.GetFieldFlags Returns the flags of a specific interactive form field. | All |
DynaPDF.GetFieldGroupType Returns the base type of a field group. | All |
DynaPDF.GetFieldHighlightMode Returns the highlight mode of buttons, checkboxes, and signature fields. | All |
DynaPDF.GetFieldIndex Returns the page index or tab order of the field. | All |
DynaPDF.GetFieldMapName Retrieves the mapping name of a specific form field if set. | All |
DynaPDF.GetFieldName Retrieves the name of a specific interactive form field. | All |
DynaPDF.GetFieldOrientation Returns the orientation of a field. | All |
DynaPDF.GetFieldTextAlign The function returns the text alignment of a text field or button field. | All |
DynaPDF.GetFieldTextColor Returns the default text color used for newly created fields. | All |
DynaPDF.GetFieldToolTip Retrieves a pointer to the tool tip string of a specific interactive form field. | All |
DynaPDF.GetFieldType Returns the field type. | All |
DynaPDF.GetInFieldCount Returns the number of top level fields included in the currently opened import file. | All |
DynaPDF.GetTextFieldDefaultValue The function returns the default value of a text field. | All |
DynaPDF.GetTextFieldValue The function returns the value of a text field. | All |
DynaPDF.InsertBookmark Inserts a bookmark in an existing outline tree. | All |
DynaPDF.InsertBookmarkEx Inserts a bookmark in an existing outline tree. | All |
DynaPDF.ParseContent Runs the content parser. | All |
DynaPDF.RGB Calculates color value for RGB. | All |
DynaPDF.SetBBox Sets a specific bounding box of the current open PDF page. | All |
DynaPDF.SetBookmarkDest Sets or changes the destination of a bookmark. | All |
DynaPDF.SetBookmarkStyle Sets the bookmark style. | All |
DynaPDF.SetCompressionLevel Sets the current compression level. | All |
DynaPDF.SetFieldBBox Changes the bounding box of a field. | All |
DynaPDF.SetFieldBackColor The function sets the background color used for newly created interactive form fields and annotations. Normal annotations support RGB colors only. Form fields support the color spaces DeviceRGB, DeviceGray, and DeviceCMYK. The color value must be defined in the current color space. | All |
DynaPDF.SetFieldBorderColor Sets the border color used for newly created interactive form fields and annotations. | All |
DynaPDF.SetFieldBorderStyle Changes the border style of a specific Interactive Form field. | All |
DynaPDF.SetFieldBorderWidth Changes the border width of a field. | All |
DynaPDF.SetFieldColor Sets a specific color of an interactive form field. | All |
DynaPDF.SetFieldExpValue Changes the choice values of a combo or list box, or to change the state and export value of check box. | All |
DynaPDF.SetFieldExpValueEx Marks a choice value of a combo or list box as selected or unselected. | All |
DynaPDF.SetFieldFlags The function sets the flags of a specific interactive form field. | All |
DynaPDF.SetFieldFontSize The function changes the font size of a specific field. A value of 0.0 is used as auto size. The optimal font size is then calculated by DynaPDF. | All |
DynaPDF.SetFieldHighlightMode Changes the highlight mode of a specific field. | All |
DynaPDF.SetFieldIndex Sets the tab order of interactive form fields. | All |
DynaPDF.SetFieldMapName Sets or changes the mapping name of a field. | All |
DynaPDF.SetFieldName Changes the name of an interactive form field. | All |
DynaPDF.SetFieldOrientation The function sets or changes the orientation of a field. | All |
DynaPDF.SetFieldTextAlign The function set or changes the text alignment of a text or button field. | All |
DynaPDF.SetFieldTextColor The function sets the text color which is used for newly created interactive form fields. | All |
DynaPDF.SetFieldToolTip The function set or changes the tool tip or description string of an interactive form field. | All |
DynaPDF.SetLineJoinStyle Sets a new line join. | All |
DynaPDF.SetMiterLimit Sets the miter limit. | All |
DynaPDF.WebLink Inserts a web link onto the current open page. | All |
FM.VariableExists Checks if a variable with that name exists. | All |
FM.VariableList Returns list of all variables names and values. | All |
FM.VariableReset Resets the list of variables. | All |
Hash.MD5.HMAC Returns the a MD5 HMAC based on the key and the data string. | All |
Hash.SHA512.HMAC Returns the a SHA512 HMAC based on the key and the data string. | All |
JSON.GetObjectName Queries name of item in an object. | All |
JSON.GetObjectNameList Queries names of items in an object. | All |
JSON.GetObjectSize Queries the number of object items. | All |
LCMS.ProfileInfo Queries profile information for an ICC Profile. | All |
MovieView.CurrentTime Queries position of the movie. | Mac only |
MovieView.Duration Queries duration of the movie. | Mac only |
MovieView.Movie Returns the movie assigned to this movie view. | Mac only |
PDFKit.GetPrintSetting Queries print settings for printing PDF. | Mac only |
PDFKit.Print Prints a PDF without dialogs. | Mac only |
PDFKit.ResetPrintSettings Resets print settings to default settings. | Mac only |
PDFKit.RestorePrintSettings Restores print settings. | Mac only |
PDFKit.SavePrintSettings Saves current print settings. | Mac only |
PDFKit.SetPrintSetting Sets print settings for printing PDF. | Mac only |
Process.IsRunning Checks if a process is running. | Mac only |
QTMovie.Autoplay Sets a movie to start playing when a sufficient amount of media data is available. | Mac only |
QTMovie.CurrentFrameImage Returns an Image for the frame at the current time in a Movie. | Mac only |
QTMovie.FrameImageAtTime Returns an image for the frame at the time time in a Movie. | Mac only |
QTMovie.GetCurrentTime Returns the current time of a QTMovie object as seconds. | Mac only |
QTMovie.GetDuration Returns the duration of a movie in seconds. | Mac only |
QTMovie.GetMuted Returns the movie's mute setting. | Mac only |
QTMovie.GetRate Returns the current rate of a QTMovie object. | Mac only |
QTMovie.GetSelectionDuration Returns the duration of the movie's current selection as a seconds. | Mac only |
QTMovie.GetSelectionEnd Returns the end point of the movie's current selection as seconds. | Mac only |
QTMovie.GetSelectionStart Returns the start time of the movie's current selection as seconds. | Mac only |
QTMovie.GetVolume Returns the movie's volume as a scalar value of type float. | Mac only |
QTMovie.GotoBeginning Repositions the play position to the beginning of the movie. | Mac only |
QTMovie.GotoEnd Repositions the play position to the end of the movie. | Mac only |
QTMovie.GotoNextSelectionPoint Repositions the movie to the next selection point. | Mac only |
QTMovie.GotoPosterTime Repositions the play position to the movie's poster time. | Mac only |
QTMovie.GotoPreviousSelectionPoint Repositions the movie to the previous selection point. | Mac only |
QTMovie.OpenContainer Opens the movie from container. | Mac only |
QTMovie.OpenFile Opens a movie file. | Mac only |
QTMovie.OpenURL Opens the movie with the given URL. | Mac only |
QTMovie.Play Plays the movie. | Mac only |
QTMovie.PosterImage Returns an Image for the poster frame of a Movie. | Mac only |
QTMovie.Release Releases the movie. | Mac only |
QTMovie.SetCurrentTime Sets the movie's current time setting to time. | Mac only |
QTMovie.SetMuted Sets the movie's mute setting to mute. | Mac only |
QTMovie.SetRate Sets the movie's rate to rate. | Mac only |
QTMovie.SetVolume Sets the movie's volume to volume. | Mac only |
QTMovie.StepBackward Sets the movie backward a single frame. | Mac only |
QTMovie.StepForward Sets the movie forward a single frame. | Mac only |
QTMovie.Stop Stops the movie playing. | Mac only |
WebView.PrintToFile Prints the current web view content to PDF file. | Mac only |
134 functions.
Older Version 3.5 Newer Version 4.1
Feedback: Report problem or ask question.