java.lang.Object
org.sejda.impl.sambox.component.OutlineDistiller
Component that can distill a cloned version of the document outline based on the relevant pages selected and can append it to a given existing
PDDocumentOutline,
filtering out outline item pointing to irrelevant pages.- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendRelevantOutlineTo(org.sejda.sambox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode to, org.sejda.commons.LookupTable<org.sejda.sambox.pdmodel.PDPage> pagesLookup) Appends to the given outline, all the outline items whose page destination is relevant
-
Constructor Details
-
OutlineDistiller
public OutlineDistiller(org.sejda.sambox.pdmodel.PDDocument document)
-
-
Method Details