congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
TrueTypeUtil.populateDescription0
Code IndexAdd Tabnine to your IDE (free)

How to use
populateDescription0
method
in
org.xhtmlrenderer.pdf.TrueTypeUtil

Best Java code snippets using org.xhtmlrenderer.pdf.TrueTypeUtil.populateDescription0 (Showing top 10 results out of 315)

origin: com.google.code.maven-play-plugin.org.xhtmlrenderer/core-renderer

public static void populateDescription(String path, byte[] contents, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(contents);
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: org.xhtmlrenderer/core-renderer

public static void populateDescription(String path, byte[] contents, BaseFont font, FontDescription descr) 
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(contents);
    
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}    
origin: org.xhtmlrenderer/flying-saucer-pdf

public static void populateDescription(String path, byte[] contents, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(contents);
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: org.xhtmlrenderer/flying-saucer-pdf-itext5

public static void populateDescription(String path, byte[] contents, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(contents);
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: org.xhtmlrenderer/flying-saucer-pdf-openpdf

public static void populateDescription(String path, byte[] contents, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(contents);
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: org.xhtmlrenderer/core-renderer

public static void populateDescription(String path, BaseFont font, FontDescription descr) 
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(getTTCName(path));
    
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}

origin: org.xhtmlrenderer/flying-saucer-pdf-openpdf

public static void populateDescription(String path, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(getTTCName(path));
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: com.google.code.maven-play-plugin.org.xhtmlrenderer/core-renderer

public static void populateDescription(String path, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(getTTCName(path));
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: org.xhtmlrenderer/flying-saucer-pdf

public static void populateDescription(String path, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(getTTCName(path));
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
origin: org.xhtmlrenderer/flying-saucer-pdf-itext5

public static void populateDescription(String path, BaseFont font, FontDescription descr)
    throws IOException, NoSuchFieldException, IllegalAccessException, DocumentException {
  RandomAccessFileOrArray rf = null;
  try {
    rf = new RandomAccessFileOrArray(getTTCName(path));
    rf = populateDescription0(path, font, descr, rf);
  } finally {
    if (rf != null) {
      try {
        rf.close();
      } catch (IOException e) {
        // ignore
      }
    }
  }
}
org.xhtmlrenderer.pdfTrueTypeUtilpopulateDescription0

Popular methods of TrueTypeUtil

  • extractTables
  • getTTCName
  • guessStyle
  • populateDescription
  • getFamilyNames
  • getFamilyName

Popular in Java

  • Updating database using SQL prepared statement
  • getApplicationContext (Context)
  • startActivity (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now