HintTableGenerator
Overview
HintTableGenerator is a class in Aspose.Pdf FOSS for Java.
Generates hint tables for linearized PDF.
Methods
| Signature | Description |
|---|---|
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) → int | Returns the number of bits needed to represent the given non-negative value. |