Sets which chunk size to use when requesting chunks from the IRandomAccessDataSource instance.
If enableDeterministicChunkRequests
is false:
If enableDeterministicChunkRequests
is true:
IRandomAccessDataSource.fetchChunk()
is guaranteed to be a multiple
of the chunkSize
.By default fonts are converted to OpenType fonts and loaded via font face rules.
If disabled, fonts will be rendered using a built-in font renderer that constructs the
glyphs with primitive path commands. The default value is false
.
Note: Only set this option to true for platforms and publications that have problems with text-rendering. It may have a major performance impact and may also cause blurrier text.
Enables deterministic chunk sizes and offsets when streaming the PDF file using an IRandomAccessDataSource instance.
Deterministic chunk requests are useful for caching chunks locally as the same offsets will be used in future
requests to RandomAccessDataSource.fetchChunk().
Setting enableDeterministicChunkRequests
to true will consume up to 16 MB more of memory in order to prevent
multiple requests of the same chunk.
Used to decrypt a password-protected publication
Generated using TypeDoc
Options used when creating a PdfPublication instance.