JavaScript must be enabled to correctly display this content
  • Title and Copyright Information
  • Preface
    • Audience
    • Documentation Accessibility
    • Related Documents
    • Conventions
  • Getting Started with XML Export
    • Introduction
      • What Does This Technology Do?
        • Flexiondoc Schema
      • Architectural Overview
      • Definition of Terms
      • Directory Structure
        • Installing Multiple SDKs
      • How to Use XML 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
        • export (Windows Only)
          • The export Main Window
        • exsimple
        • extract_archive
        • xxredir (XML 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
      • 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
        • Machine-Dependent Graphics Context
        • Signal Handling
        • Runtime Search Path and $ORIGIN
      • Environment Variables
      • Changing Resources
      • HP-UX Compiling and Linking
        • HP-UX on RISC
        • HP-UX on Itanium (64 bit)
      • IBM AIX Compiling and Linking
        • IBM AIX (64-bit pSeries)
      • 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 x86
    • Data Access Common Functions
      • Deprecated Functions
      • DAInitEx
      • DADeInit
      • DAOpenDocument
        • IOSPECLINKEDOBJECT Structure
        • IOSPECARCHIVEOBJECT Structure
      • DAOpenSubdocumentById
      • DACloseDocument
      • DARetrieveDocHandle
      • DASetOption
      • DAGetOption
      • DAGetFileId
      • DAGetFileIdEx
      • DAGetObjectInfo
      • DAGetErrorString
      • DAGetTreeCount
      • DAGetTreeRecord
        • SCCDATREENODE Structure
      • DAOpenTreeRecord
      • DASaveTreeRecord
      • DACloseTreeRecord
      • DASetStatCallback
      • DASetFileAccessCallback
    • Export Functions
      • EXOpenExport
      • EXCALLBACKPROC
      • 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
    • Callbacks
      • EX_CALLBACK_ID_CREATENEWFILE
        • EXURLFILEIOCALLBACKDATA / EXURLFILEIOCALLBACKDATAW Structures
      • EX_CALLBACK_ID_GRAPHICEXPORTFAILURE
      • EX_CALLBACK_ID_NEWFILEINFO
    • XML C/C++ Export 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_ARCFULLPATH
        • SCCOPT_STROKE_TEXT
        • SCCOPT_PDF_FILTER_MAX_EMBEDDED_OBJECTS
        • SCCOPT_PDF_FILTER_MAX_VECTOR_PATHS
        • SCCOPT_PDF_FILTER_WORD_DELIM_FRACTION
        • SCCOPT_GENERATEEXCELREVISIONS
        • SCCOPT_TIMEZONE_USEDST
        • SCCOPT_TIMEZONETEXT
        • SCCOPT_TRACK_ANNOTATIONS
        • SCCOPT_READ_RECIPIENT_DELIVERY_INFO
      • Compression
        • SCCOPT_FILTERJPG
        • SCCOPT_FILTERLZW
      • Graphics
        • SCCOPT_ACCEPT_ALT_GRAPHICS
        • SCCOPT_GIF_INTERLACED
        • SCCOPT_GRAPHIC_HEIGHTLIMIT
        • SCCOPT_GRAPHIC_OUTPUTDPI
        • SCCOPT_GRAPHIC_SIZELIMIT
        • SCCOPT_GRAPHIC_SIZEMETHOD
        • SCCOPT_GRAPHIC_TYPE
        • SCCOPT_GRAPHIC_WIDTHLIMIT
        • SCCOPT_JPEG_QUALITY
        • SCCOPT_RENDER_ENABLEALPHABLENDING
      • Callbacks
        • SCCOPT_EX_CALLBACKS
        • SCCOPT_EX_UNICODECALLBACKSTR
      • XML
        • SCCOPT_CCFLEX_FORMATOPTIONS
        • SCCOPT_CCFLEX_INCLUDETEXTOFFSETS
        • SCCOPT_CCFLEX_REMOVEFONTGROUPS
        • SCCOPT_EXXML_DEF_METHOD
        • SCCOPT_EXXML_DEF_REFERENCE
        • SCCOPT_EXXML_SUBSTREAMROOTS
      • 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
    • XML Export Java Classes
      • ArchiveNode Class
      • Callback Class
        • createNewFile
          • CreateNewFileResponse Class
        • newFileInfo
        • openFile
          • OpenFileResponse Class
        • createTempFile
          • CreateTempFileResponseClass
      • Exporter Interface
        • Document Interface
        • SeekableByteChannel6 Interface
        • OptionsCache Class
          • AcceptAlternateGraphics
          • DefaultInputCharacterSet
          • DocumentMemoryMode
          • EnableAlphaBlending
          • ExtractXMPMetadata
          • FallbackFormat
          • GraphicHeight
          • GraphicHeightLimit
          • GraphicOutputDPI
          • GraphicSizeLimit
          • GraphicSizeMethod
          • GraphicWidth
          • GraphicWidthLimit
          • IECondCommentMode
          • IgnorePassword
          • InterlacedGIFs
          • InternalRendering
          • ISODateTimes
          • JPEGQuality
          • LotusNotesDirectory
          • OutputGraphicType
          • ParseXMPMetadata
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • ProcessOLEEmbeddingMode
          • RenderEmbeddedFonts
          • ShowArchiveFullPath
          • StrictFile
          • TimeZoneOffset
          • UnmappableCharacter
          • XMLDefinitionReference
          • XXFormatOptions
          • DSTTimezone
          • GenerateExcelRevisions
      • ExportStatus Class
      • FileFormat Class
      • ObjectInfo Class
      • Option Interface
      • OutsideIn 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
    • XML Export .NET Classes
      • ArchiveNode Class
      • Callback Class
        • OpenFile
          • OpenFileResponse Class
        • CreateNewFile
          • CreateNewFileResponse Class
        • NewFileInfo
        • CreateTempFile
          • CreateTempFileResponse Class
      • Exporter Interface
        • Document Interface
        • OptionsCache Class
          • AcceptAlternateGraphics
          • DefaultInputCharacterSet
          • DocumentMemoryMode
          • ExtractXMPMetadata
          • FallbackFormat
          • GraphicHeight
          • GraphicHeightLimit
          • GraphicOutputDPI
          • GraphicSizeLimit
          • GraphicSizeMethod
          • GraphicWidth
          • GraphicWidthLimit
          • IECondCommentMode
          • IgnorePassword
          • InterlacedGIFs
          • ISODateTimes
          • JPEGQuality
          • LotusNotesDirectory
          • OutputGraphicType
          • ParseXMPMetadata
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • ProcessOLEEmbeddingMode
          • RenderEmbeddedFonts
          • ShowArchiveFullPath
          • StrictFile
          • TimeZoneOffset
          • UnmappableCharacter
          • XMLDefinitionReference
          • XXFormatOptions
          • DSTTimezone
          • GenerateExcelRevisions
          • EnableAlphaBlending
          • InternalRendering
      • ExportStatus Class
      • FileFormat Class
      • ObjectInfo Class
      • Option Interface
      • OutsideIn Class
      • OutsideInException Class
        • OutsideInCastException Class
      • XMLReference Class