Breadcrumbs

Give it a try

Introduction

This is the most basic implementation of PDF Region Pro using the default table and settings. Once an PDF Region Pro is created in the page designer, you only need to create one hidden page item - used by PDF Region Pro to store a document's primary key value in session state.

The default table PDF Region Pro ensures all important information about a file is stored. The table contains the following columns:

  • ID NUMBER
  • CONTENT BLOB
  • FILENAME VARCHAR2(200)
  • MIME_TYPE VARCHAR2(200)
  • VERSION NUMBER
  • LAST_UPDATE_TIME TIMESTAMP(6)
  • CREATE_BY VARCHAR2(255)
  • CREATE_DATE DATE
  • UPDATE_BY VARCHAR2(255)
  • UPDATE_DATE DATE

Check also

Additionally, the default table supports built-in file versioning, which you can test on the Document Versioning example page.

Demo