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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.GetFieldAsJSON
Queries one form fields as JSON object.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 10.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetFieldAsJSON"; PDF; Field ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| Field | The field index or field name. Zero based and up to DynaPDF.GetFieldCount-1. |
"FirstName" |
Result
Returns JSON or error.
Description
Queries one form fields as JSON object.See TPDFFieldEx structure in DynaPDF manual, which we convert to JSON for you.
Keys include Deleted, BBox, FieldType, GroupType, Handle, BackColor, BackColorSP, BorderColor, BorderColorSP, BorderStyle, BorderWidth, CharSpacing, Checked, CheckBoxChar, DefState, Description, EditFont, ExpValCount, ExpValue, FieldFlags, FieldFont, FontSize, FieldName, HighlightMode, IsCalcField, MapName, MaxLen, ChildrenCount, Children, Parent, PageNum, Rotate, TextAlign, TextColor, TextColorSP, TextScaling, ToolTip, UniqueName, Value, WordSpacing, PageIndex, Barcode, Signature, ModDate, CaptionPos, DownCaption, DownImage, RollCaption, RollImage, UpCaption, UpImage, OC, Action, Action and Events.
See also
- DynaPDF.GetField
- DynaPDF.GetFieldColor
- DynaPDF.GetFieldCount
- DynaPDF.GetFieldFlags
- DynaPDF.GetFieldIndex
- DynaPDF.GetFieldsAsJSON
- DynaPDF.GetFontAsJSON
- DynaPDF.GetFontsAsJSON
- DynaPDF.New
Blog Entries
FileMaker Magazin
Release notes
- Version 10.5
Created 19th September 2020, last changed 19th September 2020
DynaPDF.GetField - DynaPDF.GetFieldBackColor
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins