Class PreparationContextGlobal


  • @NotThreadSafe
    public final class PreparationContextGlobal
    extends Object
    The current global context for preparing an element. This object must be the same for all prepared elements. It keeps all loaded fonts so that they are not included more than once.
    Author:
    Philip Helger
    • Constructor Detail

      • PreparationContextGlobal

        public PreparationContextGlobal​(@Nonnull
                                        org.apache.pdfbox.pdmodel.PDDocument aDoc)
        Constructor
        Parameters:
        aDoc - The PDDocument worked upon