Class PDFCompositeNode


  • public class PDFCompositeNode
    extends Node
    This Node composites a set of input PDF documents into a single output PDF document by layering the documents' contents atop of each other.

    Remark: The result will have only as much pages as the first incoming Stream has. If subsequent Streams have more pages, they will be dropped.

    Its worker respects PageCountLimits.

    Since:
    jadice server version 4.2.1.6
    • Constructor Detail

      • PDFCompositeNode

        public PDFCompositeNode()