HintTableGenerator

HintTableGenerator

Overview

HintTableGenerator is a class in Aspose.Pdf FOSS for Java.

Generates hint tables for linearized PDF.

Methods

SignatureDescription
generate(plan: LinearizationPlan, pageOffsets: long[], pageLengths: int[], pageObjectCounts: int[], sharedOffsets: long[], sharedLengths: int[], sharedObjRefs: List<List<Integer>>)byte[]Generates the combined hint stream data (page offset table + shared object table).
bitsNeeded(value: int)intReturns the number of bits needed to represent the given non-negative value.

See Also