com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class TextExtractionError



  • public final class TextExtractionError
    extends Object

    Describes the text extraction error has appeared in the PDF document.

    • Method Detail

      • getSummary

        public String getSummary()

        Brief description of the error.

        Returns:
        String value
      • getDescription

        public String getDescription()

        Expanded description of the error.

        Returns:
        String value
      • getFontKey

        public String getFontKey()

        Key (PDF name) of the Font object that is used for showing text that causes extraction error.

        Returns:
        String value
      • getFontName

        public String getFontName()

        Readable (internal) name of the Font object that is used for showing text that causes extraction error.

        Returns:
        String value
      • getExtractedText

        public String getExtractedText()

        Text that was actually extracted.

        Returns:
        String value
      • toString

        public String toString()
        Represents the instance as String value.
        Overrides:
        toString in class Object
        Returns:
        String value