Skip to main content
The AEF_ prefixed flags are used to denote the possible ABBYY FineReader Engine export formats whose availability depends on the license. The ILicense::AvailableExportFormats property returns a bitwise OR combination of zero or more of these flags values, where each set bit indicates that the corresponding export format is available in the license.
module AvailableExportFormatsFlags
{
  const int AEF_RTF           = 0x00000001;
  const int AEF_HTML          = 0x00000002;
  const int AEF_XLS           = 0x00000004;
  const int AEF_PDF           = 0x00000008;
  const int AEF_Text          = 0x00000020;
  const int AEF_PDFImageOnly  = 0x00000040;
  const int AEF_XML           = 0x00000080;
  const int AEF_PPT           = 0x00000100;
  const int AEF_PDFA          = 0x00000200;
  const int AEF_PDFMRC        = 0x00000800;
  const int AEF_ALTO          = 0x00001000;
  const int AEF_EPUB          = 0x00002000;
  const int AEF_FB2           = 0x00004000;
  const int AEF_ODT           = 0x00008000;
  const int AEF_XPS           = 0x00010000;
};

Elements

Flag nameDescription
AEF\_ALTOALTO export format.
AEF\_EPUBEPUB export format.
AEF\_FB2FB2 export format.
AEF\_HTMLHTML export format.
AEF\_ODTODT export format.
AEF\_PDFPDF export format.
AEF\_PDFAPDF/A export format.
AEF\_PDFImageOnlyPDF Image Only export format.
AEF\_PDFMRCPDF MRC export format.
AEF\_PPTPPTX export format.
AEF\_RTFRTF, DOCX export format.
AEF\_TextText export format.
AEF\_XLSXLS, XLSX export format.
AEF\_XMLABBYY XML export format.
AEF\_XPSXPS export format.

Used in

License ABBYY FineReader Engine 12 Modules