Java com.itextpdf.text.pdf PdfAStamper fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PdfAStamper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PdfAStamper.

The text is from its open source code.

Constructor

PdfAStamper(final PdfReader reader, final OutputStream os, final PdfAConformanceLevel conformanceLevel)
Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.

Method

voidaddFileAttachment(final String description, final PdfFileSpecification fs)
Adds a file attachment at the document level.
voidclose()
Closes the document.
voidcreateXmpMetadata()
PdfWritergetWriter()
Gets the underlying PdfWriter.
XmpWritergetXmpWriter()