Class PDFEmbeddedFiles

All Implemented Interfaces:
PDFWritable

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

    • PDFEmbeddedFiles

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

    • writeDictionary

      protected void writeDictionary(OutputStream out, StringBuilder textBuffer) throws 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:
      IOException - if an I/O error occurs
    • sortNames

      private void sortNames()