| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MBS FileMaker Plugin Example Databases
Generate Previews
All examples are included with download of MBS FileMaker Plugin.
| Overview | |
| Tables | 1 |
| Relationships | 0 |
| Layouts | 1 |
| Scripts | 5 |
| Value Lists | 0 |
| Custom Functions | 0 |
| Custom Menus | 0 |
| 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 |
| Generate Previews |
5 fields defined, 1 record
| Generate Previews |
| Table Name: Generate Previews - 5 Fields | ||||||||
| Field Name | Type | Options | Comments | On Layouts | In Relationships | In Scripts | In Value Lists | |
| InputPDF | Normal, Binary | Auto-Enter:
|
|
|
||||
| OutputPDF | Normal, Binary | Auto-Enter:
|
|
|
||||
| OutputPreview | Normal, Binary | Auto-Enter:
|
|
|
||||
| InputTypes | Normal, Text | Auto-Enter:
|
|
|
|
|||
| OutputTypes | Normal, Text | Auto-Enter:
|
|
|
|
|||
Layout Objects: Generate Previews
| Field Name: Generate Previews::InputPDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: Generate Previews::OutputPDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: Generate Previews::OutputPreview | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: Generate Previews::InputTypes | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes | |
| Field Name: Generate Previews::OutputTypes | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes | |
| Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Generate Preview” ] Scripts: |
||||
| Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Fix Rotation for Input” ] Scripts: |
||||
| InitDynaPDF |
| Generate Preview |
| Remove Preview from Input |
| Remove Preview from Output |
| Fix Rotation for Input |
| Next Script: [Generate Preview] |
| Script Name | InitDynaPDF |
| 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: [InitDynaPDF] | Next Script: [Remove Preview from Input] |
| Script Name | Generate Preview |
| 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: [Generate Preview] | Next Script: [Remove Preview from Output] |
| Script Name | Remove Preview from Input |
| 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: [Remove Preview from Input] | Next Script: [Fix Rotation for Input] |
| Script Name | Remove Preview from Output |
| 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: [Remove Preview from Output] |
| Script Name | Fix Rotation for Input |
| 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: Generate Previews
Used functions:- Container.GetTypes
- Container.Remove
- DynaPDF.AppendPage
- DynaPDF.EndPage
- DynaPDF.GeneratePreview
- DynaPDF.GetImportOrientation
- DynaPDF.GetImportPageCount
- DynaPDF.GetTemplHeight
- DynaPDF.GetTemplWidth
- DynaPDF.ImportPageAsTemplate
- DynaPDF.ImportPDFPage
- DynaPDF.Initialize
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.PlaceTemplateEx
- DynaPDF.Release
- DynaPDF.RotateTemplate
- DynaPDF.Save
- DynaPDF.SetPageHeight
- DynaPDF.SetPageWidth