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
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/import-export-formfields/export-formfields.md
+50-23Lines changed: 50 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,21 @@ documentation: ug
9
9
10
10
# Export form data from PDF
11
11
12
-
The PDF Viewer provides APIs to export the values of interactive form fields from the loaded PDF. You can export to FDF, XFDF, JSON, or as a JavaScript object for custom processing.
12
+
The PDF Viewer component supports exporting and importing form field data using the importFormFields, exportFormFields, and exportFormFieldsAsObject methods in the following formats:
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/import-export-formfields/import-formfields.md
+45-21Lines changed: 45 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@ documentation: ug
9
9
10
10
# Import form data into PDF
11
11
12
-
The PDF Viewer provides APIs to import interactive form field values into the currently loaded PDF. You can import from FDF, XFDF, JSON, or a JavaScript object exported earlier.
12
+
The PDF Viewer provides APIs to import interactive form field values into the currently loaded PDF. You can import from the following formats:
13
+
14
+
- FDF
15
+
- XFDF
16
+
- JSON
13
17
14
18
Supported API:
15
19
- importFormFields(sourceOrObject, format)
@@ -18,17 +22,19 @@ Note: When using the server-backed viewer, set serviceUrl before importing.
0 commit comments