You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded the embeded PdfJSViewer of the TiNG to version to 3.8.162
Lot of properties and api are added the the PdfJSViewer:
"showToolbar" for showing or not the toolbar
"enableTooltips" for enableding tooltips in the pdf based on annotations in the pdf.
"getToolbarControlIds" api for getting a list of toolbar items that then can be targeted by setToolbarControlsVisibility
"setToolbarControlsVisibility" api for hiding or making a toolbar control visible.
"getFieldValues" api for pdf forms to get field values.
"setFieldValues" api for pdf forms to set field values.
"getFieldNames" api to get the field names of a pdf form.