Class EmbeddedFiles

java.lang.Object
org.apache.pdfbox.examples.pdmodel.EmbeddedFiles

public class EmbeddedFiles extends Object
This is an example that creates a simple document and embeds a file into it..
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doIt(String file)
    create the second sample document from the PDF file format specification.
    static void
    main(String[] args)
    This will create a hello world PDF document with an embedded file.
    private void
    This will print out a message telling how to use this example.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmbeddedFiles

      private EmbeddedFiles()
      Constructor.
  • Method Details

    • doIt

      public void doIt(String file) throws IOException
      create the second sample document from the PDF file format specification.
      Parameters:
      file - The file to write the PDF to.
      Throws:
      IOException - If there is an error writing the data.
    • main

      public static void main(String[] args) throws IOException
      This will create a hello world PDF document with an embedded file.
      see usage() for commandline
      Parameters:
      args - Command line arguments.
      Throws:
      IOException
    • usage

      private void usage()
      This will print out a message telling how to use this example.