Java org.apache.pdfbox.multipdf LayerUtility fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.multipdf LayerUtility fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.multipdf LayerUtility.

The text is from its open source code.

Constructor

LayerUtility(PDDocument document)
Creates a new instance.

Method

PDOptionalContentGroupappendFormAsLayer(PDPage targetPage, PDFormXObject form, AffineTransform transform, String layerName)
Places the given form over the existing content of the indicated page (like an overlay).
PDFormXObjectimportPageAsForm(PDDocument sourceDoc, int pageNumber)
Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document.
PDFormXObjectimportPageAsForm(PDDocument sourceDoc, PDPage page)
Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document.