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

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

Introduction

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

The text is from its open source code.

Method

PdfFileSpecificationfileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte fileStore[], boolean compress, String mimeType, PdfDictionary fileParameter)
Creates a file specification with the file embedded.
PdfFileSpecificationfileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte fileStore[], String mimeType, PdfDictionary fileParameter, int compressionLevel)
Creates a file specification with the file embedded.
PdfIndirectReferencegetReference()
Gets the indirect reference to this file specification.
voidput(final PdfName key, final PdfObject object)
Associates the specified PdfObject as value with the specified PdfName as key in this map.