Example usage for com.itextpdf.kernel.pdf.xobject PdfFormXObject PdfFormXObject

List of usage examples for com.itextpdf.kernel.pdf.xobject PdfFormXObject PdfFormXObject

Introduction

In this page you can find the example usage for com.itextpdf.kernel.pdf.xobject PdfFormXObject PdfFormXObject.

Prototype

public PdfFormXObject(PdfPage page) 

Source Link

Document

Creates form XObject from page content.

Usage

From source file:org.zafritech.zidingorms.io.pdf.PageXofY.java

public PageXofY(PdfDocument pdf) {

    placeholder = new PdfFormXObject(new Rectangle(0, 0, side, side));
}