JavaScript must be enabled to correctly display this content
  • Title and Copyright Information
  • Preface
    • Audience
    • Documentation Accessibility
    • Related Documents
    • Conventions
  • Getting Started with Search Export
    • Introduction
      • What Does This Technology Do?
        • SearchML
        • PageML
        • SearchHTML
        • SearchText
      • Architectural Overview
      • Definition of Terms
      • Directory Structure
        • Installing Multiple SDKs
      • How to Use Search Export
    • Implementation Issues
      • Running in 24x7 Environments
      • Running in Multiple Threads or Processes
    • Sample Applications
      • Building the Samples on a Windows System
      • An Overview of the Sample Applications
        • *sample
        • batch_process_sx
        • export (Windows Only)
          • The Export Main Window
        • exsimple
        • extract_archive
        • process_isolate
        • xxredir (Search Export)
      • Accessing the SDK via a Java Wrapper
        • The ExJava Wrapper API
        • The C-Based Exporter Application
        • Compiling the Executables
        • The ExportTest Sample Application
        • An Example Conversion Using the ExJava Wrapper
  • 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
        • X Server Requirement
        • OLE2 Objects
        • Signal Handling
        • Runtime Search Path and $ORIGIN
      • Environment Variables
      • Changing Resources
      • HP-UX Compiling and Linking
        • HP-UX on RISC
        • HP-UX on RISC (64 bit)
        • HP-UX on Itanium (64 bit)
      • IBM AIX Compiling and Linking
        • IBM AIX (32-bit pSeries)
        • IBM AIX PPC (64-bit)
      • Linux Compiling and Linking
        • Library Compatibility
          • Motif Libraries
          • GLIBC and Compiler Versions
          • Other Libraries
        • Compiling and Linking
          • Linux 32-bit, including Linux PPC
          • Linux 64-bit
          • Linux zSeries
          • Linux zSeries 64bits
      • Oracle Solaris Compiling and Linking
        • Oracle Solaris SPARC
        • Oracle Solaris (SPARC) 64
        • Oracle Solaris x86
      • z/OS Compiling and Linking
    • Data Access Common Functions
      • Deprecated Functions
      • DAInitEx
      • DADeInit
      • DAOpenDocument
        • IOSPECLINKEDOBJECT Structure
        • IOSPECARCHIVEOBJECT Structure
        • SCCDAOBJECT Structure
      • DACloseDocument
      • DARetrieveDocHandle
      • DASetOption
      • DAGetOption
      • DAGetFileId
      • DAGetFileIdEx
      • DAGetErrorString
      • DAGetObjectInfo
      • DAGetTreeCount
      • DAGetTreeRecord
        • SCCDATREENODE Structure
      • DAOpenTreeRecord
      • DAOpenRandomTreeRecord
        • DATREENODELOCATOR
        • SCCCA_TREENODELOCATOR: Tree Node Locator
      • DASaveInputObject
      • DASaveTreeRecord
      • DASaveRandomTreeRecord
        • DATREENODELOCATOR
        • SCCCA_TREENODELOCATOR: Tree Node Locator
      • DACloseTreeRecord
      • DASetStatCallback
      • DASetFileAccessCallback
    • Export Functions
      • EXOpenExport
      • EXCloseExport
      • EXRunExport
      • EXExportStatus
    • 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
    • Search Export C/C++ Options
      • Character Mapping
        • SCCOPT_DEFAULTINPUTCHARSET
        • SCCOPT_UNMAPPABLECHAR
      • Output
        • SCCOPT_RENDERING_PREFER_OIT
      • Input Handling
        • SCCOPT_EXTRACTXMPMETADATA
        • SCCOPT_FALLBACKFORMAT
        • SCCOPT_FIFLAGS
        • SCCOPT_FORMATFLAGS
        • SCCOPT_SYSTEMFLAGS
        • SCCOPT_IGNORE_PASSWORD
        • SCCOPT_LOTUSNOTESDIRECTORY
        • SCCOPT_PARSEXMPMETADATA
        • SCCOPT_PDF_FILTER_REORDER_BIDI
        • SCCOPT_PROCESS_OLE_EMBEDDINGS
        • SCCOPT_TIMEZONE
        • SCCOPT_HTML_COND_COMMENT_MODE
        • SCCOPT_PDF_FILTER_DROPHYPHENS
        • SCCOPT_ARCFULLPATH
        • SCCOPT_EX_PERFORMANCEMODE
        • SCCOPT_GENERATEEXCELREVISIONS
        • SCCOPT_PDF_FILTER_MAX_EMBEDDED_OBJECTS
        • SCCOPT_PDF_FILTER_MAX_VECTOR_PATHS
        • SCCOPT_PDF_FILTER_WORD_DELIM_FRACTION
        • SCCOPT_TIMEZONE_USEDST
        • SCCOPT_TIMEZONETEXT
        • SCCOPT_TRACK_ANNOTATIONS
        • SCCOPT_READ_RECIPIENT_DELIVERY_INFO
      • Compression
        • SCCOPT_FILTERLZW
      • XML
        • SCCOPT_ENABLEALLSUBOBJECTS
        • SCCOPT_XML_DEF_METHOD
        • SCCOPT_XML_DEF_REFERENCE
        • SCCOPT_XML_NULLREPLACECHAR
        • SCCOPT_XML_PAGEML_FLAGS
        • SCCOPT_XML_PAGEML_PRINTERNAME
        • SCCOPT_XML_SEARCHML_CHAR_ATTRS
        • SCCOPT_XML_SEARCHML_FLAGS
        • SCCOPT_XML_SEARCHML_OFFSET
        • SCCOPT_XML_SEARCHML_PARA_ATTRS
        • SCCOPT_XML_SEARCHML_UNMAPPEDTEXT
      • File System
        • SCCOPT_IO_BUFFERSIZE
          • SCCBUFFEROPTIONS Structure
        • SCCOPT_TEMPDIR
          • SCCUTTEMPDIRSPEC Structure
        • SCCOPT_DOCUMENTMEMORYMODE
        • SCCOPT_REDIRECTTEMPFILE
  • Using the Java API
    • Introduction to the 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
    • Search Export Java Classes
      • ArchiveNode Class
      • Exporter Interface
        • Document Interface
        • SeekableByteChannel6 Interface
        • OptionsCache Class
          • DefaultInputCharacterSet
          • DocumentMemoryMode
          • DropPDFHyphens
          • EnableAllSubObjects
          • EnableAlphaBlending
          • ExportPerformanceMode
          • ExtractXMPMetadata
          • FallbackFormat
          • IECondCommentMode
          • IgnorePassword
          • IncludeCharacterAttributes
          • IncludeSearchMLOffset
          • InternalRendering
          • ISODateTimes
          • LotusNotesDirectory
          • NullReplacementCharacter
          • PageMLFlags
          • ParseXMPMetadata
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • PrinterName
          • ProcessOLEEmbeddingMode
          • RenderEmbeddedFonts
          • SearchMLFlags
          • SearchMLParaAttributes
          • ShowArchiveFullPath
          • StrictFile
          • TimeZoneOffset
          • UnmappableCharacter
          • UnmappedText
          • XMLDefinitionReference
          • DSTTimezone
          • GenerateExcelRevisions
      • ExportStatus Class
      • FileFormat Class
      • ObjectInfo Class
      • Option Interface
      • OutsideIn Class
      • OutsideInVersion Class
      • OutsideInException Class
      • XMLReference Class
  • Using the .NET API
    • Introduction to the .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
    • Search Export .NET Classes
      • ArchiveNode Class
      • Exporter Interface
        • Document Interface
        • OptionsCache Class
          • DefaultInputCharacterSet
          • DocumentMemoryMode
          • DropPDFHyphens
          • EnableAllSubObjects
          • ExportPerformanceMode
          • ExtractXMPMetadata
          • FallbackFormat
          • IECondCommentMode
          • IgnorePassword
          • IncludeCharacterAttributes
          • IncludeSearchMLOffset
          • ISODateTimes
          • LotusNotesDirectory
          • NullReplacementCharacter
          • PageMLFlags
          • ParseXMPMetadata
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • PrinterName
          • ProcessOLEEmbeddingMode
          • RenderEmbeddedFonts
          • SearchMLFlags
          • SearchMLParaAttributes
          • ShowArchiveFullPath
          • StrictFile
          • TimeZoneOffset
          • UnmappableCharacter
          • UnmappedText
          • XMLDefinitionReference
          • DSTTimezone
          • GenerateExcelRevisions
          • EnableAlphaBlending
          • InternalRendering
      • ExportStatus Class
      • FileFormat Class
      • ObjectInfo Class
      • Option Interface
      • OutsideIn Class
      • OutsideInConfig Class
      • OutsideInVersion Class
      • OutsideInException Class
        • OutsideInCastException Class
      • XMLReference Class