Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Combine PDFs
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 2 |
Value Lists | 0 |
Custom Functions | 0 |
Custom Menus | 33 |
File Options | |
Default custom menu set | [Standard FileMaker Menus] |
When opening file | |
Minimum allowed version | 12.0 |
Login using | Account Name; Account= Admin |
Allow user to save password | Off |
Require iOS passcode | Off |
Switch to layout | Off |
Hide all toolbars | Off |
Script triggers | |
OnFirstWindowOpen | Off |
OnLastWindowClose | Off |
OnWindowOpen | Off |
OnWindowClose | Off |
OnFileAVPlayerChange | Off |
Thumbnail Settings | |
Generate Thumbnails | On; Temporary |
Table Name |
Statistics
| Occurrences in Relationship Graph |
combine pdf |
4 fields defined, 1 record
| combine pdf |
Layout Objects: combine pdf
Field Name: combine pdf::test1 | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: combine pdf::test2 | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: combine pdf::result | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: combine pdf::title | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Field [ combine pdf::result; MBS("PDFKit.Combine"; "test.pdf"; combine pdf::test1; combine pdf::test2) ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Show Custom Dialog [ Title: "Info"; Message: "Title: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "Title") & "¶" &
"Subject: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "Subject") & "¶" &
"Author: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "Author") & "¶" &
"Creator: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "Creator") & "¶" &
"Producer: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "Producer") & "¶" &
"Keywords: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "Keywords") & "¶" &
"CreationDate: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "CreationDate") & "¶" &
"ModificationDate: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::test1; "ModificationDate") & "¶" &
"Page Count: " & MBS("PDFKit.GetPDFPageCount"; combine pdf::test1); Default Button: “OK”, Commit: “Yes”; Button 2: “Abbrechen”, Commit: “No” ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Field [ combine pdf::result; MBS("PDFKit.GetPDFPagePDF"; combine pdf::test1; 0; "output.pdf") ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “InfoScript” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Show Custom Dialog [ Title: "Info"; Message: "Title: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "Title") & "¶" &
"Subject: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "Subject") & "¶" &
"Author: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "Author") & "¶" &
"Creator: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "Creator") & "¶" &
"Producer: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "Producer") & "¶" &
"Keywords: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "Keywords") & "¶" &
"CreationDate: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "CreationDate") & "¶" &
"ModificationDate: " & MBS("PDFKit.GetPDFAttribute"; combine pdf::result; "ModificationDate") & "¶" &
"Page Count: " & MBS("PDFKit.GetPDFPageCount"; combine pdf::result); Default Button: “OK”, Commit: “Yes”; Button 2: “Abbrechen”, Commit: “No” ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “SetTitle” ] Scripts: |
InfoScript |
SetTitle |
Next Script: [SetTitle] |
Script Name | InfoScript |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script | |
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Previous Script: [InfoScript] |
Script Name | SetTitle |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script | |
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Download example: Combine PDFs
Used functions: