JavaScript must be enabled to correctly display this content
  • Title and Copyright Information
  • Preface
    • Audience
    • Documentation Accessibility
    • Related Documents
    • Conventions
  • Getting Started with PDF Export
    • Introduction
      • Architectural Overview
      • Definition of Terms
      • Directory Structure
        • Installing Multiple SDKs
      • How to Use PDF Export
    • Implementation Issues
      • Running in 24x7 Environments
      • Running in Multiple Threads or Processes
      • PDF Export Issues
    • Sample Applications
      • Building the Samples on a Windows System
      • An Overview of the Sample Applications
        • pxsample
        • export (Windows Only)
          • The export Main Window
        • exsimple
        • exredir
        • extract_archive
        • pxanno
      • 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
        • OLE2 Objects
        • Signal Handling
        • Runtime Search Path and $ORIGIN
      • Environment Variables
      • Default Font Aliases
      • Changing Resources
      • HP-UX Compiling and Linking
        • HP-UX on RISC
        • HP-UX on Itanium (64 bit)
      • IBM AIX Compiling and Linking
        • IBM AIX (32-bit pSeries)
      • Oracle Solaris Compiling and Linking
        • Oracle Solaris SPARC
      • Linux Compiling and Linking
        • Library Compatibility
          • GLIBC and Compiler Versions
          • Other Libraries
        • Compiling and Linking
          • Linux 32-bit
          • Linux 64-bit
          • Linux zSeries 64bits
    • Data Access Common Functions
      • Deprecated Functions
      • DAInitEx
      • DADeInit
      • DAOpenDocument
        • IOSPECLINKEDOBJECT Structure
        • IOSPECARCHIVEOBJECT Structure
        • SCCDAOBJECT Structure
      • DAOpenSubdocumentById
      • DAOpenNextDocument
      • DACloseDocument
      • DARetrieveDocHandle
      • DASetOption
      • DASetFileSpecOption
      • DAGetOption
      • DAGetFileId
      • DAGetFileIdEx
      • DAGetErrorString
      • DAGetObjectInfo
      • DAGetTreeCount
      • DAGetTreeRecord
        • SCCDATREENODE Structure
      • DAOpenTreeRecord
      • DASaveInputObject
      • DASaveTreeRecord
      • DACloseTreeRecord
      • DASetStatCallback
      • DASetFileAccessCallback
    • Export Functions
      • General Functions
        • EXOpenExport
        • EXCALLBACKPROC
        • EXCloseExport
        • EXRunExport
        • EXExportStatus
      • Annotation Functions
        • EXHiliteText
        • EXInsertText
        • EXHideText
          • EXANNOHIDETEXT Structure
        • 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
    • PDF 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_PDF_FILTER_BIDI_LIFEBIT
        • SCCOPT_REORDERMETHOD
        • SCCOPT_TIMEZONE
        • SCCOPT_HTML_COND_COMMENT_MODE
        • SCCOPT_ARCFULLPATH
        • SCCOPT_PDF_FILTER_MAX_EMBEDDED_OBJECTS
        • SCCOPT_PDF_FILTER_MAX_VECTOR_PATHS
        • SCCOPT_PDF_FILTER_WORD_DELIM_FRACTION
        • SCCOPT_PDF_FILTER_NEW_SPACING_ALGORITHM
        • SCCOPT_HIDDENTEXTFLAG
        • SCCOPT_TIMEZONE_USEDST
        • SCCOPT_TIMEZONETEXT
        • SCCOPT_TRACK_ANNOTATIONS
        • SCCOPT_READ_RECIPIENT_DELIVERY_INFO
        • SAMPLE_OPTION_EXPORT_STATUS_TYPE
        • SCCOPT_FLAG_BACKGROUND_COLOR
        • SCCOPT_PDF_FONTOVERRIDE [Optional]
        • SCCOPT_FONTSCALINGFACTOR
      • Compression
        • SCCOPT_APPLYFILTER
        • SCCOPT_FILTERJPG
        • SCCOPT_FILTERLZW
      • Graphics
        • SCCOPT_GRAPHIC_OUTPUTDPI
        • SCCOPT_GRAPHIC_SIZEMETHOD
        • SCCOPT_IMAGE_PASSTHROUGH
        • SCCOPT_RENDER_ENABLEALPHABLENDING
        • SCCOPT_GRAPHIC_SCALEDDPI
      • Spreadsheet and Database File Rendering
        • SCCOPT_DBPRINTFITTOPAGE
        • SCCOPT_DBPRINTGRIDLINES
        • SCCOPT_DBPRINTHEADINGS
        • SCCOPT_MAXSSDBPAGEHEIGHT
        • SCCOPT_MAXSSDBPAGEWIDTH
        • SCCOPT_SSPRINTDIRECTION
        • SCCOPT_SSPRINTFITTOPAGE
        • SCCOPT_SSPRINTGRIDLINES
        • SCCOPT_SSPRINTHEADINGS
        • SCCOPT_SSPRINTSCALEPERCENT
        • SCCOPT_SSPRINTSCALEXHIGH
        • SCCOPT_SSPRINTSCALEXWIDE
        • SCCOPT_SSSHOWHIDDENCELLS
        • SCCOPT_EX_SHOWHIDDENSSDATA
        • SCCOPT_FILTERNOBLANK
        • SCCOPT_DISABLE_PRINT_AREA
      • Page Rendering
        • SCCOPT_DEFAULTPAGESIZE
          • DEFAULTPAGESIZE Structure
        • SCCOPT_DEFAULTPRINTMARGINS
          • SCCVWPRINTMARGINS Structure
        • SCCOPT_PRINTENDPAGE
        • SCCOPT_PRINTSTARTPAGE
        • SCCOPT_USEDOCPAGESETTINGS
        • SCCOPT_WHATTOPRINT
        • SCCOPT_NUMBERFORMAT
          • SCCVWNUMBERFORMAT775 and SCCVWNUMBERFORMAT Structures
        • SCCOPT_DOLINEARIZATION
        • SCCOPT_WPEMAILHEADEROUTPUT
        • SCCOPT_MAILHEADERVISIBLE
        • SCCOPT_MAILHEADERHIDDEN
        • SCCOPT_EXPORTEMAILATTACHMENTS
        • SCCOPT_MARGIN_TEXT_FONT_NAME
        • SCCOPT_MARGIN_TEXT_FONT_SIZE
        • SCCOPT_MARGIN_TEXT_LINE
        • SCCOPT_REDACTION_COLOR
        • SCCOPT_REDACTION_LABEL_FONT_NAME
        • SCCOPT_REDACTION_LABEL_FONT_SIZE
        • SCCOPT_REDACTIONS_ENABLED
        • SCCOPT_SHOW_REDACTION_LABELS
        • SCCOPT_FLAG_PAGEREDACTIONS_ENABLE
        • SCCOPT_PRINT_TITLE_DISABLE
        • SCCOPT_FLAG_READ_MHT_FILE_AS_MIME
      • Font Rendering
        • SCCOPT_DEFAULTPRINTFONT
          • SCCVWFONTSPEC Structure
        • SCCOPT_EMBEDFONTS
        • SCCOPT_FONTDIRECTORY
        • SCCOPT_FONTFILTER
          • FONTFILTERLIST Structure
          • FONTNAMELIST Structure
        • SCCOPT_PRINTFONTALIAS
          • SCCVWFONTALIAS Structure
        • SCCOPT_FONTEMBEDPOLICY
        • SCCOPT_RENDER_EMBEDDED_FONTS
        • SCCOPT_STROKE_TEXT
      • Watermarks
        • SCCOPT_GRAPHIC_WATERMARK_OPACITY
        • SCCOPT_GRAPHIC_WATERMARK_SCALETYPE
        • SCCOPT_GRAPHIC_WATERMARK_SCALEPERCENT
      • Callbacks
        • SCCOPT_EX_CALLBACKS
        • SCCOPT_EX_UNICODECALLBACKSTR
      • 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
    • PDF Export Java Classes
      • Annotation Class
      • ArchiveNode Class
      • Callback Class
        • createNewFile
          • CreateNewFileResponse Class
        • newFileInfo
        • openFile
          • OpenFileResponse Class
        • createTempFile
          • CreateTempFileResponseClass
      • ColorInfo Class
      • Exporter Interface
        • Annotatable Interface
        • Document Interface
        • SeekableByteChannel6 Interface
        • OptionsCache Class
          • AppendEMailAttachments
          • ApplyZLIBCompression
          • BiDiReorderMethod
          • DefaultInputCharacterSet
          • DefaultPageSize
          • DefaultRenderFont
          • DefaultPageMargins
          • DocumentMemoryMode
          • EmailHeaders
          • EmbedFonts
          • EnableAlphaBlending
          • FallbackFormat
          • FitHeightToPages
          • FitWidthToPages
          • FontAliasList
          • FontDirectories
          • FontFilter
          • GraphicOutputDPI
          • GridMaxPageHeight
          • GridMaxPageWidth
          • IECondCommentMode
          • IgnorePassword
          • ImagePassthrough
          • ISODateTimes
          • JPEGQuality
          • LinearizePDFOutput
          • LotusNotesDirectory
          • MarginText
          • MarginTextFont
          • PageDirection
          • PageFitMode
          • PageRange
          • PageScalePercent
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • RedactionColor
          • RedactionLabelFont
          • RedactionLabelsVisible
          • RedactionsEnabled
          • RenderEmbeddedFonts
          • RenderGridlines
          • RenderHeadings
          • ShowArchiveFullPath
          • ShowHiddenCells
          • ShowHiddenSpreadSheetData
          • StrictFile
          • TimeZoneOffset
          • UnmappableCharacter
          • UseDocumentPageSettings
          • PDFFontOverride [Optional]
          • FontScalingFactor
      • ExportStatus Class
      • FileFormat Class
      • FontAliases Class
      • FontInfo Class
      • FontList Class
      • HighlightTextAnnotation Class
      • MailHeaders Class
      • Margins Class
      • MarginText Class
      • Option Interface
      • OutsideIn Class
      • OutsideInVersion Class
      • OutsideInException Class
      • PageInfo Class
      • Watermark Class
      • PageRange 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
    • PDF Export .NET Classes
      • Annotation Class
      • ArchiveNode Class
      • Callback Class
        • OpenFile
          • OpenFileResponse Class
        • CreateNewFile
          • CreateNewFileResponse Class
        • NewFileInfo
        • CreateTempFile
          • CreateTempFileResponse Class
      • ColorInfo Class
      • Exporter Interface
        • lAnnotatable Interface
        • Document Interface
        • OptionsCache Class
          • AppendEMailAttachments
          • ApplyZLIBCompression
          • BiDiReorderMethod
          • DefaultInputCharacterSet
          • DefaultPageSize
          • DefaultRenderFont
          • DefaultPageMargins
          • DocumentMemoryMode
          • EmailHeaders
          • EmbedFonts
          • FallbackFormat
          • FitHeightToPages
          • FitWidthToPages
          • FontAliasList
          • FontDirectories
          • FontFilter
          • GraphicOutputDPI
          • GridMaxPageHeight
          • GridMaxPageWidth
          • IECondCommentMode
          • IgnorePassword
          • ImagePassthrough
          • ISODateTimes
          • JPEGQuality
          • LinearizePDFOutput
          • LotusNotesDirectory
          • MarginText
          • MarginTextFont
          • PageDirection
          • PageFitMode
          • PageRange
          • PageScalePercent
          • PDFInputMaxEmbeddedObjects
          • PDFInputMaxVectorPaths
          • PDFReorderBiDi
          • PDFWordSpacingFactor
          • PerformExtendedFI
          • RedactionColor
          • RedactionLabelFont
          • RedactionLabelsVisible
          • RedactionsEnabled
          • RenderEmbeddedFonts
          • RenderGridlines
          • RenderHeadings
          • ShowArchiveFullPath
          • ShowHiddenCells
          • ShowHiddenSpreadSheetData
          • StrictFile
          • TimeZoneOffset
          • UnmappableCharacter
          • UseDocumentPageSettings
          • PDFFontOverride [Optional]
          • FontScalingFactor
      • ExportStatus Class
      • FileFormat Class
      • FontAliases Class
      • FontInfo Class
      • FontList Class
      • HighlightTextAnnotation Class
      • MailHeaders Class
      • Margins Class
      • MarginText Class
      • Option Interface
      • OutsideIn Class
      • OutsideInVersion Class
      • OutsideInConfig Class
      • OutsideInException Class
        • OutsideInCastException Class
      • PageInfo Class
      • PageRange Class
      • Watermark Class