Use a PDF to create data tables
Create tables from a PDF form using the PDF extractor tool in App Engine Studio.
Note: This feature is only available if your licensing entitles you to "exclusive low code capability" and you have Table Builder for App Engine installed. Contact your Solutions consultant for more information.
Overview of creating tables from PDFs
The PDF extractor in App Engine Studio allows you to upload a PDF and then extract table fields for use in a custom app. This streamlines the process of building application data tables from pre-existing PDF forms because you no longer need to manually type in field labels.
Note: Ensure that you are mindful about recreating any tables that may already exist on the ServiceNow AI Platform. For example, with a PDF containing user demographic data, determine whether you want to reference existing user data tables rather than creating new tables from the PDF.
General navigation
The following table contains a list of some of the other basic navigational elements within the PDF extractor tool.
| Navigational element | Description | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Collapse / expand icons\( Image omitted: pdf-collapse-pdf-pane.png Collapse or expand pane icons.\) | Select these icons to toggle between collapsing or expanding the PDF and table panes. | ||||||||||||||||||||||||||||||||||||||||||||||
| Page controls\( Image omitted: pdf-page-controls-icon.png PDF page controls icon.\) | Use the arrows at the bottom of the PDF to page through the document one page at a time or navigate directly to the beginning or end of the document. | ||||||||||||||||||||||||||||||||||||||||||||||
| Zoom controls\( Image omitted: pdf-zoom-controls.png PDF zoom controls.\) | Use the zoom controls to zoom in or out in the PDF. | ||||||||||||||||||||||||||||||||||||||||||||||
| Add new field icon\( Image omitted: pdf-add-new-field.png Add new field icon.\) | Add a field column to your table manually by selecting +Add new field, and then enter details directly. This is similar to how you add fields on the Data tab of Table Builder. | ||||||||||||||||||||||||||||||||||||||||||||||
| Add reference table icon\( Image omitted: pdf-add-reference-table.png Add reference table icon.\) | Select Add reference table in the right side panel to add a reference field in your table that points to a new table. | ||||||||||||||||||||||||||||||||||||||||||||||
| Open data table and form icon\( Image omitted: pdf-open-table-and-form.png Open data table and form icon.\) | Select Open data table and form to open the selected table within Table Builder. | ||||||||||||||||||||||||||||||||||||||||||||||
| Table additional actions list \( Image omitted: pdf-ellipsis-menu.png Additional actions menu\) | Use the table additional actions menu to edit basic properties for your table, or if you have added a reference table, select Delete to delete the table. | ||||||||||||||||||||||||||||||||||||||||||||||
| Trash icon\( Image omitted: pdf-trash-icon.png Trash icon.\) | Select the Trash icon ( Image omitted: pdf-trash-icon.png Trash icon.) to delete fields from a table.</td></tr></tbody> PDF parsing limitationsThe following limitations currently exist when uploading a PDF using this tool:
Parent Topic:Create a data model for your application Create a table from a PDF formAdd data tables to your application by uploading a PDF in App Engine Studio. Before you beginNote: This feature is only available if your licensing entitles you to "exclusive low code capability" and you have Table Builder for App Engine installed. Contact your Solutions consultant for more information. Verify that the PDF meets the following requirements:
Role required: admin, sn_app_eng_studio.user, or delegated_developer Procedure
Image omitted: plus-icon.png Add icon\).
Image omitted: pdf-trash-icon.png Trash icon.\) to clear the PDF selection. Image omitted: pdf-to-table-upload.png Choose the PDF you want to upload.
What to do nextNext, you will add fields from the uploaded PDF. Follow the steps in Add new fields from a PDF form to populate your new data table with field columns. Add new fields from a PDF formAdd field columns to your data table using the PDF extractor in App Engine Studio. Before you beginNote: This feature is only available if your licensing entitles you to "exclusive low code capability" and you have Table Builder for App Engine installed. Contact your Solutions consultant for more information. Role required: admin, sn_app_eng_studio.user, or delegated_developer Procedure
Image omitted: pdf-to-table-add-fields.png Add fields from PDF
Image omitted: pdf-add-choice-field.png Adding a choice field.
What to do nextTo open your data table in Table Builder, select Open data table and form above the displayed tables. For more information on editing your data tables in Table Builder, see Table Builder. To add a reference table, see Add a reference table from a PDF form. Add a reference table from a PDF formMove fields into a new referenced data table using the PDF extractor in App Engine Studio. Before you beginNote: This feature is only available if your licensing entitles you to "exclusive low code capability" and you have Table Builder for App Engine installed. Contact your Solutions consultant for more information. Role required: admin, sn_app_eng_studio.user, or delegated_developer About this taskYou may decide that you want to add some of the form information into separate tables that are referenced from the original table and can be referenced by other tables. For example, if you work for an insurance company, you may want to create separate data tables for bills, claims, and policies that can be referenced as separate data tables even though the information is extracted from a single PDF form. You can add a reference field, and then create the corresponding reference data table directly from the PDF extractor in App Engine Studio. Note: Before you create any new reference tables for your app, it's a good practice to verify that you are not accidentally recreating any tables that already exist on the ServiceNow AI Platform. Procedure
Image omitted: pdf-to-table-add-reference-table.png Add a reference table.
What to do nextTo open your data table in Table Builder, select Open data table and form above the displayed tables. For more information on editing your data tables in Table Builder, see Table Builder. |