Pages table
The pages table contains information about files such as TIFF or PDF that are linked to a document.
The following table describes the fields in the pages table.
|
Field |
Type |
Size |
Mandatory |
Description |
|
Document_ID |
Text |
255 |
Yes (see note) |
The unique document ID for a document. This links the metadata in the record to the correct document. Note: For imports, this field is mandatory for any record in the table, but the table does not have to contain a record for each Document_ID. |
|
Image_File_Name |
Text |
255 |
Yes |
The file name. |
|
page_label |
Text |
255 |
No |
A label for the page. This allows you to provide individual pages with meaningful labels other than Page 1 or Page 2. The page label appears in the list used for navigation in the various pages of the document. If blank, the application displays the page number. |
|
page_num |
Number |
|
Yes |
The relative position or sequence of the page within the document. |
|
num_pages |
Number |
|
No |
The number of pages in the file. If no value is specified for multi-page TIFF or PDF files, the application displays only the first page. By default, num_pages is set to 1. |