

Check DynaPDF.InsertBarcode function to insert a barcode in the current open page. On the way we made similar functions for annotations, bookmarks, color spaces, doc information, embedded files, fields, fonts and system font information:Īs the new function barcode function for DynaPDF came along, we pass there all parameters via JSON. Instead of making dozens of calls to query all information about a field in a PDF document, you may just want to call DynaPDF.GetFieldsAsJSON and get details for all fields in one chunk and then pick what you need. As more developers now learn JSON, we can now return you more data as JSON.

With the next MBS FileMaker Plugin release, we will embrace JSON functions for our FileMaker plugin.
