JavaScript must be enabled to correctly display this content
  • Title and Copyright Information
  • Preface
    • Audience
    • Documentation Accessibility
    • Related Documents
    • Conventions
  • Getting Started with Web View Export
    • Introduction
      • Web View Export Overview
        • Browser Compatibility
        • Architecture
        • Web View Export Output
      • Definition of Terms
      • Directory Structure
        • Installing Multiple SDKs
    • Implementation Issues
      • Running in 24x7 Environments
      • Running in Multiple Threads or Processes
      • Web View Export Issues
    • Sample Applications
      • Building the Samples on a Windows System
      • An Overview of the Sample Applications
        • demoserver_node.js
        • wv_sample_exporter
        • demoserver_go
        • exsimple
  • Using the C/C++ API
    • Windows Implementation Details
      • Installation
        • NSF Support
      • Libraries and Structure
        • API DLLs
        • Support DLLs
        • Engine Libraries
        • Filter and Export Filter Libraries
        • Premier Graphics Filters
        • Additional Files
      • The Basics
        • What You Need in Your Source Code
        • Options and Information Storage
        • Structure Alignment
        • Character Sets
        • Runtime Considerations
      • Default Font Aliases
      • Changing Resources
    • UNIX Implementation Details
      • Installation
        • NSF Support
      • Libraries and Structure
        • API Libraries
        • Support Libraries
        • Engine Libraries
        • Filter and Export Filter Libraries
        • Premier Graphics Filters
        • Additional Files
      • The Basics
        • What You Need in Your Source Code
        • Information Storage
      • Character Sets
      • Runtime Considerations
        • OLE2 Objects
        • Signal Handling
        • Runtime Search Path and $ORIGIN
      • Environment Variables
      • Default Font Aliases
      • Changing Resources
      • Linux Compiling and Linking
        • Library Compatibility
          • GLIBC and Compiler Versions
          • Other Libraries
            • Libraries on Linux Systems as Distributed (IA32)
        • Compiling and Linking
          • Linux 64-bit
    • Data Access Common Functions
      • DAInitEx
      • DADeInit
      • DAOpenDocument
        • IOSPECLINKEDOBJECT Structure
        • IOSPECARCHIVEOBJECT Structure
      • DACloseDocument
      • DARetrieveDocHandle
      • DASetOption
      • DAGetOption
      • DAGetFileId
      • DAGetFileIdEx
      • DAGetErrorString
      • DAGetTreeCount
      • DAGetTreeRecord
        • SCCDATREENODE Structure
      • DAOpenTreeRecord
      • DASaveTreeRecord
      • DACloseTreeRecord
      • DASetStatCallback
      • DASetFileAccessCallback
      • DAOpenSubdocumentById
      • DAAddOptionItem
      • DAGetOptionItem
      • DARemoveOptionItem
    • Export Functions
      • General Functions
        • EXOpenExport
        • EXCALLBACKPROC
        • EXCloseExport
        • EXRunExport
        • EXExportStatus
        • EXAddKeyValue Functions
      • Annotation Functions
        • EXHiliteText
        • EXHiliteTextEx
        • EXHiliteArea
          • EXANNOHILITEAREA
        • EXAddStampAnnotation
          • EXANNOSTAMP
        • EXAddComment
        • EXAddHiliteProperty
        • EXApplyHilites
        • EXRedactText
    • Redirected IO
      • Using Redirected IO
      • Opening Files
      • IOClose
      • IORead
      • IOWrite
      • IOSeek
      • IOTell
      • IOGetInfo
        • IOGENSECONDARY and IOGENSECONDARYW Structures
        • File Types That Cause IOGETINFO_GENSECONDARY
      • IOSEEK64PROC / IOTELL64PROC
        • IOSeek64
        • IOTell64
    • Callbacks
      • EX_CALLBACK_ID_CREATENEWFILE
        • EXURLFILEIOCALLBACKDATA / EXURLFILEIOCALLBACKDATAW Structures
      • EX_CALLBACK_ID_NEWFILEINFO
      • EX_CALLBACK_ID_PAGECOUNT
      • EX_CALLBACK_ID_BEGINPAGE
    • Web View Export C/C++ Options
      • Character Mapping
        • SCCOPT_DEFAULTINPUTCHARSET
        • SCCOPT_UNMAPPABLECHAR
      • Input Handling
        • SCCOPT_FALLBACKFORMAT
        • SCCOPT_FIFLAGS
        • SCCOPT_FORMATFLAGS
        • SCCOPT_SYSTEMFLAGS
        • SCCOPT_IGNORE_PASSWORD
        • SCCOPT_LOTUSNOTESDIRECTORY
        • SCCOPT_PDF_FILTER_REORDER_BIDI
        • SCCOPT_REORDERMETHOD
        • SCCOPT_TIMEZONE
        • SCCOPT_TIMEZONE_USEDST
        • SCCOPT_HTML_COND_COMMENT_MODE
        • SCCOPT_ARCFULLPATH
        • SCCOPT_EMAIL_FIXEDWIDTH
        • SCCOPT_HTML_FIXEDWIDTH
        • SCCOPT_PLAINTEXT_PAGINATION
        • SCCOPT_FLAG_BACKGROUND_COLOR
      • Graphics
        • SCCOPT_GRAPHIC_OUTPUTDPI
        • SCCOPT_GRAPHIC_SIZEMETHOD
      • Page Rendering
        • SCCOPT_DEFAULTPAGESIZE
          • DEFAULTPAGESIZE Structure
        • SCCOPT_DEFAULTPRINTMARGINS
          • SCCVWPRINTMARGINS Structure
        • SCCOPT_PRINTENDPAGE
        • SCCOPT_PRINTSTARTPAGE
        • SCCOPT_USEDOCPAGESETTINGS
        • SCCOPT_WHATTOPRINT
        • SCCOPT_NUMBERFORMAT
          • SCCVWNUMBERFORMAT775 and SCCVWNUMBERFORMAT Structures
      • Font Rendering
        • SCCOPT_DEFAULTPRINTFONT
          • SCCVWFONTSPEC Structure
        • SCCOPT_FONTDIRECTORY
        • SCCOPT_PRINTFONTALIAS
          • SCCVWFONTALIAS Structure
      • File System
        • SCCOPT_IO_BUFFERSIZE
          • SCCBUFFEROPTIONS Structure
        • SCCOPT_TEMPDIR
          • SCCUTTEMPDIRSPEC Structure
        • SCCOPT_DOCUMENTMEMORYMODE
        • SCCOPT_REDIRECTTEMPFILE
      • Web View Export Options
        • SCCOPT_OUTPUT_STRUCTURE
        • SCCOPT_URLPATH_RESOURCES
        • SCCOPT_URLPATH_OUTPUT
        • SCCOPT_EXTERNAL_STYLESHEET
        • SCCOPT_POST_LIBRARY_SCRIPT
        • SCCOPT_PRE_LIBRARY_SCRIPT
        • SCCOPT_OUTPUT_RAWTEXT
        • SCCOPT_EX_TEXTBUFFERSIZE
        • SCCOPT_FONT_PERMISSIONS_MODE
        • SCCOPT_FONT_REFERENCE_METHOD
        • SCCOPT_FONT_BASE_URL
        • SCCOPT_EMAIL_ATTACHMENT_HANDLING
        • SCCOPT_STAMP_IMAGE_URL
        • SCCOPT_VECTOROBJECTLIMIT
        • SCCOPT_REDACTION_COLOR
        • SCCOPT_REDACTION_LABEL_FONT_NAME
        • SCCOPT_REDACTION_LABEL_FONT_SIZE
        • SCCOPT_REDACTIONS_ENABLED
        • SCCOPT_SHOW_REDACTION_LABELS
        • SCCOPT_MARGIN_TEXT_FONT_NAME
        • SCCOPT_MARGIN_TEXT_FONT_SIZE
        • SCCOPT_MARGIN_TEXT_LINE
        • SCCOPT_WV_LIBRARY_NAME
        • SCCOPT_WV_STYLESHEET_NAME
  • Using the Javascript API
    • Web View Export Javascript API
      • The Global OIT Object
      • Client-side Display Options
      • Client-side Control
      • Ranges
        • TextRange
        • CellRange
        • RectRange
      • OIT.view
        • OIT.view.attach
        • OIT.view.detach
        • OIT.view.load
        • OIT.view.unload
        • OIT.view.fitToContainer
        • OIT.view.width
        • OIT.view.height
        • OIT.view.info
      • OIT.document
        • OIT.document.properties
        • OIT.document.externalData
        • OIT.document.setOptions
        • OIT.document.zoom
        • OIT.document.zoomIn
        • OIT.document.zoomOut
        • OIT.document.rotate
        • OIT.document.showHidden
        • OIT.document.find
        • OIT.document.findAll
        • OIT.document.getRawText
        • OIT.document.highlight
        • OIT.document.select
        • OIT.document.selectionType
        • OIT.document.selectionMode
        • OIT.document.selectionStyle
        • OIT.document.selection
        • OIT.document.textSelection
        • OIT.document.cellSelection
        • OIT.document.rectSelection
        • OIT.document.getSelectedText
        • OIT.document.textRange
        • OIT.document.textRange
        • OIT.document.textRange
        • OIT.document.textRange
        • OIT.document.cellRange
        • OIT.document.rectRange
        • OIT.document.updateViewSize
        • OIT.document.removeExtraEmailHeaders
        • OIT.document.addEventListener
        • OIT.document.removeEventListener
      • OIT.pages
        • OIT.pages.current
        • OIT.pages.pageName
        • OIT.pages.count
        • OIT.pages.moveto
        • OIT.pages.movetoNext
        • OIT.pages.movetoPrev
        • OIT.pages.info
        • OIT.pages.addEventListener
        • OIT.pages.removeEventListener
      • OIT.highlights
        • Adding and Removing Highlights
          • OIT.highlights.add
          • OIT.highlights.addNote
          • OIT.highlights.redact
          • OIT.highlights.defineStamp
          • OIT.highlights.addStamp
          • OIT.highlights.apply
          • OIT.highlights.remove
          • OIT.highlights.clear
          • OIT.highlights.autoHighlight
          • OIT.highlights.autoHighlightOptions
          • OIT.highlights.serialize
          • OIT.highlights.getJSON
        • Interacting with Highlights
          • OIT.highlights.setOptions
          • OIT.highlights.style
          • OIT.highlights.comment
          • OIT.highlights.label
          • OIT.highlights.properties
          • OIT.highlights.property
          • OIT.highlights.current
          • OIT.highlights.active
          • OIT.highlights.moveto
          • OIT.highlights.movetoNext
          • OIT.highlights.movetoPrev
          • OIT.highlights.type
          • OIT.highlights.range
          • OIT.highlights.show
          • OIT.highlights.show
          • OIT.highlights.hide
          • OIT.highlights.hide
          • OIT.highlights.isHidden
          • OIT.highlights.showComment
          • OIT.highlights.hideComment
          • OIT.highlights.first
          • OIT.highlights.last
          • OIT.highlights.next
          • OIT.highlights.prev
          • OIT.highlights.activate
          • OIT.highlights.deactivate
          • OIT.highlights.addEventListener
          • OIT.highlights.removeEventListener
          • Examples
      • OIT.hyperlinks
        • Interacting with Hyperlinks
          • OIT.hyperlinks.addEventListener
          • OIT.hyperlinks.removeEventListener
      • OIT.archive
        • Interacting with archive nodes
          • OIT.archive.addEventListener
          • OIT.archive.removeEventListener
      • OIT.attachments
        • Interacting with Email Attachments
          • OIT.attachments.addEventListener
          • OIT.attachments.removeEventListener
          • OIT.attachments.describe
          • OIT.attachments.setOptions
      • OIT.toolbars
        • OIT.toolbars.add
        • OIT.toolbars.remove
        • OIT.toolbars.show
        • OIT.toolbars.hide
        • OIT.toolbars.setsize
        • OIT.toolbars.addEventListener
        • OIT.toolbars.removeEventListener
        • Navigation Toolbar
        • Status Bar
          • webview_statusbar.show
          • webview_statusbar.hide
          • webview_statusbar.message
      • OIT.local
      • Events from the Javascript API
  • Using the Java API
    • Web View Export Java API
      • Requirements
      • Getting Started
        • Configure the Environment
        • Generate Code
          • Create an Exporter Object
          • Configure the Output
          • Set the Source and Primary Destination Files
          • Set the Output Type
          • Provide a Callback Handler
          • Run the Export
    • Web View Export Java Classes
      • Annotation Class
      • ArchiveNode Class
      • Callback Class
        • createNewFile
        • newFileInfo
        • openFile
          • OpenFileResponse Class
        • createTempFile
          • CreateTempFileResponseClass
      • ColorInfo Class
      • Exporter Interface
        • Annotatable Interface
        • Document Interface
        • SeekableByteChannel6 Interface
        • OptionsCache Class
          • BiDiReorderMethod
          • DefaultInputCharacterSet
          • DefaultPageMargins
          • DefaultPageSize
          • DefaultRenderFont
          • DocumentMemoryMode
          • EmailAttachmentHandling
          • EnableAlphaBlending
          • ExternalStylesheets
          • FallbackFormat
          • FontAliasList
          • FontBaseURL
          • FontDirectories
          • FontFilter
          • FontReferenceMethod
          • GraphicHeightLimit
          • GraphicOutputDPI
          • GraphicSizeLimit
          • GraphicWidthLimit
          • IECondCommentMode
          • IgnorePassword
          • ISODateTimes
          • LotusNotesDirectory
          • MarginText
          • MarginTextFont
          • OutputRawtext
          • PageRange
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • PostLibraryScripts
          • PreLibraryScripts
          • RedactionColor
          • RedactionLabelFont
          • RedactionLabelsVisible
          • RedactionsEnabled
          • RenderEmbeddedFonts
          • ShowArchiveFullPath
          • StrokeOutText
          • TempDirectory
          • TimeZoneOffset
          • DSTTimezone
          • UnmappableCharacter
          • URLPathOutput
          • URLPathResources
          • UseDocumentPageSettings
          • VectorObjectLimit
          • WebFontPermissions
          • WebViewLibraryName
          • WebViewOutputStructure
          • WebViewStylesheetName
      • ExportStatus Class
      • FileFormat Class
      • FontAliases Class
      • FontInfo Class
      • FontList Class
      • HighlightAreaAnnotation Class
        • AnnoBorder Class
      • HighlightTextAnnotation Class
      • Margins Class
      • Option Interface
      • Options
      • OutsideIn Class
      • OutsideInVersion Class
      • OutsideInException Class
      • PageInfo Class
      • PageRange Class
      • StampAnnotation Class
  • Using the .NET API
    • Web View Export .NET API
      • Requirements
      • Getting Started
        • Configuring your Environment
        • Generate Code
          • Create an Exporter Object
          • Configure the Output
          • Set the Source and Primary Destination Files
          • Set the Output Type
          • Provide a Callback Handler
          • Run the Export
        • Redirected I/O Support in .NET
    • Web View Export .NET Classes
      • Annotation Class
      • ArchiveNode Class
      • Callback Class
        • OpenFile
          • OpenFileResponse Class
        • CreateNewFile
        • NewFileInfo
        • CreateTempFile
          • CreateTempFileResponse Class
      • ColorInfo Class
      • Exporter Interface
        • IAnnotatable Interface
        • Document Interface
        • OptionsCache Class
          • BiDiReorderMethod
          • DefaultInputCharacterSet
          • DefaultPageMargins
          • DefaultPageSize
          • DefaultRenderFont
          • DocumentMemoryMode
          • EMailAttachmentHandling
          • ExternalStylesheets
          • FallbackFormat
          • FontAliasList
          • FontBaseURL
          • FontDirectories
          • FontFilter
          • FontReferenceMethod
          • GraphicHeightLimit
          • GraphicOutputDPI
          • GraphicSizeLimit
          • GraphicWidthLimit
          • IECondCommentMode
          • IgnorePassword
          • ISODateTimes
          • LotusNotesDirectory
          • MarginText
          • MarginTextFont
          • OutputRawtext
          • PageRange
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • PostLibraryScripts
          • PreLibraryScripts
          • RedactionColor
          • RedactionLabelFont
          • RedactionLabelsVisible
          • RedactionsEnabled
          • RenderEmbeddedFonts
          • ShowArchiveFullPath
          • StrokeOutText
          • TempDirectory
          • TimeZoneOffset
          • DSTTimezone
          • UnmappableCharacter
          • URLPathOutput
          • URLPathResources
          • UseDocumentPageSettings
          • VectorObjectLimit
          • WebFontPermissions
          • WebViewLibraryName
          • WebViewStructure
          • WebViewStylesheetName
      • ExportStatus Class
      • FileFormat Class
      • FontAliases Class
      • FontInfo Class
      • FontList Class
      • HighlightAreaAnnotation Class
        • AnnoBorder Class
      • HighlightTextAnnotation Class
      • Margins Class
      • Option Interface
      • Options
      • OutsideIn Class
      • OutsideInConfig Class
      • OutsideInVersion Class
      • OutsideInException Class
      • OutsideInCastException Class
      • PageInfo Class
      • PageRange Class
      • StampAnnotation Class