Class pdftk

java.lang.Object
com.gitlab.pdftk_java.pdftk

public class pdftk extends Object
  • Field Details

  • Constructor Details

    • pdftk

      public pdftk()
  • Method Details

    • copyStream

      static void copyStream(InputStream inputStream, OutputStream outputStream) throws IOException
      Throws:
      IOException
    • readAllBytes

      static byte[] readAllBytes(InputStream inputStream) throws IOException
      Throws:
      IOException
    • prompt_for_password

      static String prompt_for_password(String pass_name, String pass_app)
    • warn_if_argument_is_password

      static void warn_if_argument_is_password(String password)
    • prompt_for_filename

      static String prompt_for_filename(String message)
    • confirm_overwrite

      static boolean confirm_overwrite(String filename)
    • get_output_stream

      static OutputStream get_output_stream(String output_filename, boolean ask_about_warnings_b)
    • get_output_stream_file

      static OutputStream get_output_stream_file(String output_filename, boolean check_overwrite, boolean required)
    • get_print_stream

      static PrintStream get_print_stream(String output_filename, boolean output_utf8_b) throws IOException
      Throws:
      IOException
    • main

      public static void main(String[] args)
    • main_noexit

      public static int main_noexit(String[] args)
    • describe_header

      static void describe_header()
    • describe_resource

      static void describe_resource(String resource)
    • describe_synopsis

      static void describe_synopsis()
    • describe_full

      static void describe_full()
    • describe_bug_report

      static void describe_bug_report()
    • describe_missing_library

      static void describe_missing_library(Throwable error)