Class PDFEmbeddedFiles

  • All Implemented Interfaces:
    PDFWritable

    public class PDFEmbeddedFiles
    extends PDFNameTreeNode
    Class representing an /EmbeddedFiles dictionary object (name tree).
    • Constructor Detail

      • PDFEmbeddedFiles

        public PDFEmbeddedFiles()
        Create a /EmbeddedFiles dictionary.
    • Method Detail

      • writeDictionary

        protected void writeDictionary​(java.io.OutputStream out,
                                       java.lang.StringBuilder textBuffer)
                                throws java.io.IOException
        Writes the contents of the dictionary to a StringBuffer.
        Overrides:
        writeDictionary in class PDFDictionary
        Parameters:
        out - the OutputStream (for binary content)
        textBuffer - the text buffer for text output
        Throws:
        java.io.IOException - if an I/O error occurs