Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I recently downloaded iText 5.3.3 and i'm having a bit of a trouble using it.

What classes do i use to Search Words and Extract them from the PDF and display the text in Android?

I have seen the class PdfTextExtractor, i want to know in the class there is a method with a parameter of TextExtractionStrategy strategy. what TextExtractionStrategy are they referring to?

    public static String getTextFromPage(PdfReader reader,
                                 int pageNumber,
                                 TextExtractionStrategy strategy)
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
200 views
Welcome To Ask or Share your Answers For Others

1 Answer


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...