Class WarnFormfieldFlattener

  • All Implemented Interfaces:
    IAnnotationFlattener

    public class WarnFormfieldFlattener
    extends java.lang.Object
    implements IAnnotationFlattener
    This class is used to warn user that annotation will not be flattened.
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

    • Method Detail

      • flatten

        public boolean flatten​(PdfAnnotation annotation,
                               PdfPage page)
        Flatten annotation.
        Specified by:
        flatten in interface IAnnotationFlattener
        Parameters:
        annotation - annotation to flatten
        page - page to flatten annotation on
        Returns:
        true if annotation was flattened, false otherwise