| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MBS FileMaker Plugin Example Databases
Book Creation
All examples are included with download of MBS FileMaker Plugin.
| Overview | |
| Tables | 1 |
| Relationships | 0 |
| Layouts | 1 |
| Scripts | 4 |
| Value Lists | 0 |
| Custom Functions | 0 |
| Custom Menus | 24 |
| 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 |
| BookPDF |
15 fields defined, 10 records
| BookPDF |
Layout Objects: Chapeters
| Field Name: BookPDF::Chapter | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes | |
| Field Name: BookPDF::Text | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes | |
| Field Name: BookPDF::Book Title | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::Book PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::Before Chapter PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::After Chapter PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::FirstPages PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::Before Content PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::After Content PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Field Name: BookPDF::ISBN | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No | |
| Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Make PDF Book” ] Scripts: |
||||
| Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Make Book Cover” ] Scripts: |
||||
| InitDynaPDF |
| Make PDF Book |
| Make Book Cover |
| Clear |
| Next Script: [Make PDF Book] |
| Script Name | InitDynaPDF |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | Off |
| Include In Menu | No |
| 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: [Make Book Cover] |
| Script Name | Make PDF Book |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | 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: [Make PDF Book] | Next Script: [Clear] |
| Script Name | Make Book Cover |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | 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: [Make Book Cover] |
| Script Name | Clear |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | 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: Book Creation
Used functions:- DynaPDF.AddBookmark
- DynaPDF.AllowPageBreak
- DynaPDF.AppendPage
- DynaPDF.CreateGoToActionEx
- DynaPDF.CreateNamedDest
- DynaPDF.EditPage
- DynaPDF.EndPage
- DynaPDF.GetDefaultBarcodeParameters
- DynaPDF.GetLastTextPosY
- DynaPDF.GetPageCount
- DynaPDF.GetPageHeight
- DynaPDF.GetPageWidth
- DynaPDF.ImportPDFFile
- DynaPDF.Initialize
- DynaPDF.InsertBarcode
- DynaPDF.IsInitialized
- DynaPDF.LineTo
- DynaPDF.MoveTo
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.Release
- DynaPDF.Save
- DynaPDF.SetDocInfo
- DynaPDF.SetFillColor
- DynaPDF.SetFont
- DynaPDF.SetLeading
- DynaPDF.SetPageBreakExpression
- DynaPDF.SetPageCoords
- DynaPDF.SetPageHeight
- DynaPDF.SetPageWidth
- DynaPDF.SetTextRect
- DynaPDF.StrokePath
- DynaPDF.Table.AddRow
- DynaPDF.Table.Create
- DynaPDF.Table.Draw
- DynaPDF.Table.HaveMore
- DynaPDF.Table.SetBorderWidth
- DynaPDF.Table.SetCellAction
- DynaPDF.Table.SetCellText
- DynaPDF.Table.SetColWidth
- DynaPDF.Table.SetFont
- DynaPDF.Table.SetFontSize
- DynaPDF.Table.SetGridWidth
- DynaPDF.WriteFText
- DynaPDF.WriteFTextEx
- DynaPDF.WriteStyledText