Class PdfUtils

java.lang.Object
org.apache.camel.component.pdf.text.PdfUtils

public final class PdfUtils extends Object
  • Method Details

    • getAverageFontHeight

      public static float getAverageFontHeight(org.apache.pdfbox.pdmodel.font.PDFont font, float fontSize) throws IOException
      Throws:
      IOException
    • getFontWidth

      public static float getFontWidth(String str, org.apache.pdfbox.pdmodel.font.PDFont font, float fontSize) throws IOException
      Throws:
      IOException