Extract text from PDF .Open a PDF to a specific page

Hi,

I have two questions<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Can we extract each page of text from a PDF (excluding images) ?

Can we open a PDF (acrobate reader) to specific page and highlight a word ?

Patrick

Hi,

Thank you for considering Aspose.

  1. Text extraction per page is possible. You just need to set the StartPage and EndPage property of PDFExtractor class.

[http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/index.html?url=http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Aspose.Pdf.Kit.PdfExtractorMembers.html ](http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/index.html?url=http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Aspose.Pdf.Kit.PdfExtractorMembers.html)

  1. I think you might be thinking to create a facility to search some string and if it is found, then it should open the same page with highlighted string. I am afraid this is not possible with Aspose.Pdf.Kit.

Thanks.