Go to the source code of this file.
◆ FZ_ENABLE_BARCODE
| #define FZ_ENABLE_BARCODE 1 |
◆ FZ_ENABLE_BROTLI
| #define FZ_ENABLE_BROTLI 1 |
◆ FZ_ENABLE_CBZ
◆ FZ_ENABLE_DOCX_OUTPUT
| #define FZ_ENABLE_DOCX_OUTPUT 1 |
◆ FZ_ENABLE_EPUB
◆ FZ_ENABLE_FB2
◆ FZ_ENABLE_HTML
◆ FZ_ENABLE_HTML_ENGINE
| #define FZ_ENABLE_HTML_ENGINE 1 |
◆ FZ_ENABLE_HYPHEN
| #define FZ_ENABLE_HYPHEN 1 |
◆ FZ_ENABLE_HYPHEN_ALL
| #define FZ_ENABLE_HYPHEN_ALL 1 |
◆ FZ_ENABLE_ICC
◆ FZ_ENABLE_IMG
◆ FZ_ENABLE_JPX
◆ FZ_ENABLE_JS
◆ FZ_ENABLE_MD
◆ FZ_ENABLE_MOBI
◆ FZ_ENABLE_OCR_OUTPUT
| #define FZ_ENABLE_OCR_OUTPUT 1 |
◆ FZ_ENABLE_ODT_OUTPUT
| #define FZ_ENABLE_ODT_OUTPUT 1 |
◆ FZ_ENABLE_OFFICE
| #define FZ_ENABLE_OFFICE 1 |
◆ FZ_ENABLE_PDF
◆ FZ_ENABLE_SPOT_RENDERING
| #define FZ_ENABLE_SPOT_RENDERING 1 |
Enable the following for spot (and hence overprint/overprint simulation) capable rendering. This forces FZ_PLOTTERS_N on. Choose which plotters we need. By default we build all the plotters in. To avoid building plotters in that aren't needed, define the unwanted FZ_PLOTTERS_... define to 0. Choose which document agents to include. By default all are enabled. To avoid building unwanted ones, define FZ_ENABLE_... to 0. Some of those document agents rely on the HTML engine. This will be enabled if required based upon those engines, but can be enabled independently of them so that other features (such as the fz_story mechanism or PDF Annotation rich content) can work. Choose which document writers to include. By default all are enabled. To avoid building unwanted ones, define FZ_ENABLE_..._OUTPUT to 0. Choose whether to enable ICC color profiles. Choose whether to enable JPEG2000 decoding. By default, it is enabled, but due to frequent security issues with the third party libraries we support disabling it with this flag. Choose whether to enable Brotli compression support. By default, it is enabled. Choose whether to enable JavaScript. By default JavaScript is enabled both for mutool and PDF interactivity. Choose whether to enable barcode functionality. It is enabled by default, unless disabled by the build system. Choose which fonts to include. By default we include the base 14 PDF fonts, DroidSansFallback from Android for CJK, and Charis SIL from SIL for epub/html. Enable the following defines to AVOID including unwanted fonts.
◆ FZ_ENABLE_SVG
◆ FZ_ENABLE_TXT
◆ FZ_ENABLE_XPS
◆ FZ_PLOTTERS_CMYK
| #define FZ_PLOTTERS_CMYK 1 |
◆ FZ_PLOTTERS_G
◆ FZ_PLOTTERS_N
◆ FZ_PLOTTERS_RGB
| #define FZ_PLOTTERS_RGB 1 |
◆ OCR_DISABLED