Passer au contenu principal
Les flags préfixés par AEF_ servent à désigner les formats d’export possibles d’ABBYY FineReader Engine dont la disponibilité dépend de la licence. La propriété ILicense::AvailableExportFormats retourne une combinaison OR bit à bit de zéro ou plusieurs de ces valeurs de flags, où chaque bit activé indique que le format d’export correspondant est disponible dans la licence.
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;
};

Éléments

Nom de l’indicateurDescription
AEF_ALTOFormat d’exportation ALTO.
AEF_EPUBFormat d’exportation EPUB.
AEF_FB2Format d’exportation FB2.
AEF_HTMLFormat d’exportation HTML.
AEF_ODTFormat d’exportation ODT.
AEF_PDFFormat d’exportation PDF.
AEF_PDFAFormat d’exportation PDF/A.
AEF_PDFImageOnlyFormat d’exportation PDF Image Only.
AEF_PDFMRCFormat d’exportation PDF MRC.
AEF_PPTFormat d’exportation PPTX.
AEF_RTFFormat d’exportation RTF, DOCX.
AEF_TextFormat d’exportation Text.
AEF_XLSFormat d’exportation XLS, XLSX.
AEF_XMLFormat d’exportation ABBYY XML.
AEF_XPSFormat d’exportation XPS.

Utilisé dans

License Modules d’ABBYY FineReader Engine 12