OZ e-Form Developer
  • OZ e-Form Concepts
  • 🌈e-Form DEVELOPER
    • Day 1: Welcome On Board
      • About Course
      • Preparations
      • OZ e-Form Overview
    • Day 2: e-Form Design
      • Designer Environments
      • e-Form Layout Structure
      • e-Form Components
      • e-Form From Documents
      • Preview / Export / Save
      • Hands-on Practice
    • Day 3: Dynamic e-Form
      • e-Form Scripting Guide
      • Hands-on Practice
      • Advanced Features
    • Day 4: e-Form Application
      • Server Deployment
      • Viewer In HTML
      • Viewer APIs
      • Prefilling e-Form
      • Submitting e-Form
      • Sending MemoryStream
    • Get Your Certificate
    • Design Guide
      • Dialogue Flow
        • Overview
        • Creating Dialogue Flow
        • Uploading e-Form to Server
        • Running Dialogue Flow
        • Group and Statement
        • Custom Styling
      • Multilingual e-Form
      • Miscellaneous
      • Videosign
        • Videosign User Guide
      • OZ Verifier
        • OZ Verifier Introduction
        • Implementation and Use
        • Requirements
      • HTML5 Editor
        • HTML5 Editor Introduction
        • HTML Editor
        • Requirements and Sample
    • Day 5. Server & Reporting
  • 🌈Server Developer
    • OZ Server Console
    • OZ Scheduler
      • Features
      • Installing OZ Scheduler
      • Scheduler Task
    • Binding & Exporting
      • Overview
      • Export API Example
        • Extract Input Data
        • Export with OZ Server
        • Export with Scheduler
        • Export with Scheduler Task
    • Repository Server
    • Sync Server
      • Overview
      • Installing Sync-Server
        • SSL configration
      • Sample Application
      • Implementation
    • QR Link Mobile Sign
  • 🌈Report Developer
    • Overview
      • About Course
      • Preparation
      • Report Designer Overview
    • Query Design
      • Database Connection
      • Designer Environment
      • Dataset Design
    • Report Design
      • Designer Environment
      • Components
      • Table
      • Master-Detail
      • ODI Parameter
      • CrossTab
      • Chart
  • 🌈MOBILE DEVELOPER
    • Android Native
    • iOS Native
    • TOTO Framework
      • TOTO Overview
      • Sample App Overview
      • Server Application
      • Android Project
  • ⬇️Product Downloads
  • 📚 Product Documentation
  • 📕Technical Guide
  • ⚛️ ReactJS Integration
Powered by GitBook
On this page

Was this helpful?

  1. e-Form DEVELOPER
  2. Design Guide
  3. OZ Verifier

Implementation and Use

PreviousOZ Verifier IntroductionNextRequirements

Last updated 3 months ago

Was this helpful?

To use the OZ Verifier solution, there are primarily five key steps:

a. Add the “verification QR code” component to the form in the designer.

b. Print the form through the HTML5 viewer (either from the server or the scheduler). The viewer used in the OZ server must be the Java viewer. The QR code added in the designer is then printed on the paper document.

c. Install the OZ Verifier application in your device.

d. Scanning the QR code on the printed paper document with the OZ Verifier app opens the original document (PDF) stored on the server.

e. Verify whether the content of the original document (PDF) matches that of the printed paper document.

NOTE: Our solution handles everything up to step 4, while step 5 is the user's responsibility.

A point to be aware of is that OZ Verifier only verifies when a paper document was issued by a specific organization and ensures that the original PDF was not tampered with during transmission. It does not verify whether the content of the printed document matches the original PDF file.

In other words, users must manually compare the content of the printed document with the original PDF displayed in the app to ensure they match.

🌈