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
  • Binding & Exporting
  • Binding
  • Exporting (=Converting)
  • Client-side vs. Server-side Binding
  • Client-side Binding
  • Server-side Binding
  • Server-side Exporting
  • Scheduler API
  • OZ Server binding

Was this helpful?

  1. Server Developer
  2. Binding & Exporting

Overview

Binding & Exporting

Binding

Binding e-Form or Report width data

  • OZR or OZD

  • Input data, Form parameter, JSON/XML, ODI dataset

Exporting (=Converting)

Exporting e-Form or Report to:

  • OZD or

  • Documents (PDF, Word, Excel, Image, Text, etc.)

Client-side vs. Server-side Binding

Client-side Binding

  1. The Client OZ viewer exports OZR to documents on the local computer or device.

  2. Sends exported documents to the application on the server

  3. HTML5 viewer is not able to export with font embedding -> Server-side exporting is necessary

Server-side Binding

  1. The Client sends input data to OZ Server or Scheduler and

  2. OZ Server or Scheduler binds the input data with OZR and

  3. Export OZR to documents

  4. Exported documents use fonts on the server -> NO font corruption

  5. Need to prepare the required fonts on the server.

Server-side Exporting

Scheduler API

  • Handle ODM requests for reports and Exporting requests

  • Fast performance by parallel task processing

  • Effective by scheduled batch processing

  • Reduce OZ server task loads

  • Simple and easy to add Scheduler server

  • Cheaper than scale-up or scale-out

OZ Server binding

  • Large data binding and many exporting requests lower the OZ Server performance.

  • System scale-up or scale-out is expensive and not that simple and easy

PreviousBinding & ExportingNextExport API Example

Last updated 2 years ago

Was this helpful?

🌈