From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../knowcenter/wag/egov/egiz/pdf/PDFUtilities.html | 284 +++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html (limited to 'docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html') diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html new file mode 100644 index 00000000..170f85ae --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html @@ -0,0 +1,284 @@ + + + + + +PDFUtilities + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class PDFUtilities

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class PDFUtilities
    +extends java.lang.Object
    +
    Contains useful helpers for accessing PDF documents.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PDFUtilities() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static floatcalculatePageLength(org.apache.pdfbox.pdmodel.PDDocument document, + int page, + float effectivePageHeight, + boolean legacy32) 
      static floatcalculatePageLength(org.apache.pdfbox.pdmodel.PDPage page, + float effectivePageHeight, + boolean legacy32) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PDFUtilities

        +
        public PDFUtilities()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        calculatePageLength

        +
        public static float calculatePageLength(org.apache.pdfbox.pdmodel.PDDocument document,
        +                        int page,
        +                        float effectivePageHeight,
        +                        boolean legacy32)
        +                                 throws PDFIOException
        +
        Throws:
        +
        PDFIOException
        +
      • +
      + + + +
        +
      • +

        calculatePageLength

        +
        public static float calculatePageLength(org.apache.pdfbox.pdmodel.PDPage page,
        +                        float effectivePageHeight,
        +                        boolean legacy32)
        +                                 throws PDFIOException
        +
        Throws:
        +
        PDFIOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3