PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class


In This Topic
    PDFFixedDocument Class Methods
    In This Topic

    For a list of all members of this type, see PDFFixedDocument members.

    Public Methods
     NameDescription
    Public MethodAdds a new PDFPage to the document.  
    Public MethodOverloaded. Appends a PDF file at the end of the document.  
    Public MethodOverloaded. Initializes a save procedure for the PDF file.  
    Public MethodCertifies the document with the given signature.  
    Public MethodFinishes the save procedure initiated by the beginSave(Stream) method.  
    Public MethodGets the javascript action to execute after the document is printed.  
    Public MethodGets the javascript action to execute after the document is saved.  
    Public MethodGets the javascript action to execute before the document is closed.  
    Public MethodGets the javascript action to execute before the document is printed.  
    Public MethodGets the javascript action to execute before the document is saved.  
    Public MethodGets the COS document associated with this object. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the specified COS Object.  
    Public MethodGets how the document should be displayed when opened in the viewer.  
    Public MethodGets the set of fonts included in the document.  
    Public MethodGets the document information.  
    Public MethodGets the document security store. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the list of file attachments embedded in this document.
    When a Pdf file is loaded into a object, this collection is populated automatically with the attachments in the file.  
    Public MethodGets the PDF form included in the document.  
    Public MethodGets the document ID. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the JavaScript source code blocks.
    When a PDF file is loaded into a object, this collection is populated automatically with the JavaScript code blocks embedded in the file.  
    Public MethodGets the document language. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the document mark information.  
    Public MethodGets the list of named destination included in the document.  
    Public MethodGets the action to execute when the document is opened.  
    Public MethodGets the optional content properties for this document.  
    Public MethodGets the document outline.
    When a PDF file is loaded into a object, this collection is populated automatically with the outlines included in the file.  
    Public MethodGets the collection of output intents.  
    Public MethodGet the PDFPage at the specified position.  
    Public MethodGets the list of page labeling ranges in the PDF document.  
    Public MethodGets the document's page layout specifying how the pages should be displayed when opened.  
    Public MethodGets the list of pages in the document;
    When a PDF file is loaded into a object, this collection is populated automatically with the pages in the file.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the PDF version of this document. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the document security handler. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the document structure tree.  
    Public MethodGets the version extension. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the document's viewer preferences.  
    Public MethodGets the XMP document metadata.  
    Public MethodOverloaded. Inserts a PDF file in the document.  
    Public Methodstatic (Shared in Visual Basic)Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodOverloaded. Saves the PDF document to a file.  
    Public MethodSets the javascript action to execute after the document is printed.  
    Public MethodSets the javascript action to execute after the document is saved.  
    Public MethodSets the javascript action to execute before the document is closed.  
    Public MethodSets the javascript action to execute before the document is printed.  
    Public MethodSets the javascript action to execute before the document is saved.  
    Public MethodSets how the document should be displayed when opened in the viewer.  
    Public MethodSets the document information.  
    Public MethodSets the document security store. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document ID, a 32 byte identifier. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document language. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document mark information.  
    Public MethodSets the action to execute when the document is opened.  
    Public MethodGets the optional content properties for this document.  
    Public MethodSets the collection of output intents.  
    Public MethodSets the document's page layout specifying how the pages should be displayed when opened.  
    Public MethodSets the PDF version of this Object. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document structure tree.  
    Public MethodSets the version extension. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document's viewer preferences.  
    Public MethodSets the XMP document metadata.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also