0

I'm writing some java classes to test some libraries about the issue to extract text of a portion of a pdf page. I tested iText and PDFBox. Now I want to write a class using IcePdf, but I don't know how to do because I can extract the full page text and not a specific portion.

Can someone help me?

Opal
  • 81,889
  • 28
  • 189
  • 210
Milioli Luca
  • 309
  • 1
  • 8
  • 20
  • How are you identifying what specific portion this is? Provide some examples, may be able to help :-) – Reginald Jun 09 '15 at 07:42
  • @Reginald I tried to use a `Rectangle` object of awt to describe the area to read, this way works very well with PdfBox and Itext but not with IcePdf. With IcePdf I don't make the same thing, because I don't find a method to pass a section to read. – Milioli Luca Jun 09 '15 at 07:58
  • possible duplicate of [Extracting text in a specific region of PDF page using ICEpdf](http://stackoverflow.com/questions/5854969/extracting-text-in-a-specific-region-of-pdf-page-using-icepdf) – Chris Haas Jun 09 '15 at 12:37

0 Answers0