Table of Contents

Class PdfEFStream

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Extends PdfStream and should be used to create Streams for Embedded Files (file attachments). @since 2.1.3

public class PdfEFStream : PdfStream
Inheritance
PdfEFStream
Inherited Members

Constructors

PdfEFStream(byte[])

Creates a Stream object using a byte array

public PdfEFStream(byte[] fileStore)

Parameters

fileStore byte[]

for the stream

PdfEFStream(Stream, PdfWriter)

Creates a Stream object using an InputStream and a PdfWriter object

public PdfEFStream(Stream inp, PdfWriter writer)

Parameters

inp Stream

that will be read to get the Stream object

writer PdfWriter

to which the stream will be added

Methods

ToPdf(PdfWriter, Stream)

@see com.lowagie.text.pdf.PdfDictionary#toPdf(com.lowagie.text.pdf.PdfWriter, java.io.OutputStream)

public override void ToPdf(PdfWriter writer, Stream os)

Parameters

writer PdfWriter
os Stream