Features

  • Dynamically convert word processing, spreadsheet, presentation, and graphics files into web-ready, 4.0-compliant HTML.

  • Export supports over 300 formats in 70 languages.

  • Convert files either in-process or out-of-process. Out-of-process conversion ensures the stability and robustness of the calling application if a corrupt document causes an exception or causes the conversion process to fail.

  • You can extract files embedded within files by using the File Extraction API, and then convert them by using the Export API.

  • Use redirected input/output. You can provide an input stream that is not restricted to file system access.

  • Export automatically recognizes the file format being converted and uses the appropriate reader. Your application does not need to rely on file name extensions to determine the file format.

  • Create heading levels in the output file either by using the structure in the source document or by allowing Export to automatically generate a structure based on document properties, such as font or font attributes.

  • Use callbacks to control aspects of the conversion process, such as file naming and the insertion of scripts.

  • Insert predefined HTML markup at specific points in the output stream.

  • Create navigable documents by automatically inserting links into target HTML. You can also break large documents into multiple linked web pages.

  • Apply Cascading Style Sheets (CSS) to improve the fidelity of the output.

  • Map paragraph and character styles in word processing documents to any markup that you specify in the output.

  • Control the resolution of rasterized vector graphics to optimize storage requirements or image quality.

  • Select the target format for converted graphics, including GIF, JPEG, PNG, WMF, and SVG on Windows, and JPEG and SVG on macOS and Linux.

  • Define the background, colors, and fonts used in the final HTML document, or maintain the source document's existing attributes.