com.itextpdf.text.pdf
Class PdfWriter.PdfTrailer

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfObject
      extended by com.itextpdf.text.pdf.PdfDictionary
          extended by com.itextpdf.text.pdf.PdfWriter.PdfTrailer
Enclosing class:
PdfWriter

public static class PdfWriter.PdfTrailer
extends PdfDictionary

PdfTrailer is the PDF Trailer object.

This object is described in the 'Portable Document Format Reference Manual version 1.3' section 5.16 (page 59-60).


Field Summary
 
Fields inherited from class com.itextpdf.text.pdf.PdfDictionary
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES
 
Fields inherited from class com.itextpdf.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
 
Constructor Summary
PdfWriter.PdfTrailer(int size, long offset, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, long prevxref)
          Constructs a PDF-Trailer.
 
Method Summary
 void toPdf(PdfWriter writer, OutputStream os)
          Returns the PDF representation of this PdfObject.
 
Methods inherited from class com.itextpdf.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toString
 
Methods inherited from class com.itextpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfWriter.PdfTrailer

public PdfWriter.PdfTrailer(int size,
                            long offset,
                            PdfIndirectReference root,
                            PdfIndirectReference info,
                            PdfIndirectReference encryption,
                            PdfObject fileID,
                            long prevxref)
Constructs a PDF-Trailer.

Parameters:
size - the number of entries in the PdfCrossReferenceTable
offset - offset of the PdfCrossReferenceTable
root - an indirect reference to the root of the PDF document
info - an indirect reference to the info object of the PDF document
encryption -
fileID -
prevxref -
Method Detail

toPdf

public void toPdf(PdfWriter writer,
                  OutputStream os)
           throws IOException
Returns the PDF representation of this PdfObject.

Overrides:
toPdf in class PdfDictionary
Parameters:
writer -
os -
Throws:
IOException


Copyright © 2013. All Rights Reserved.