Reading a PDF

I need to be able to read in a pdf file and check to see if a certain word exists on the even page numbers. Could you point me to an example of how to best achieve this? I'm rather new to Aspose PDF.

Thanks

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for considering Aspose.Pdf for .NET.

Aspose.Pdf for .NET provides the feature of searching a specific text in a PDF document. Please see the following documentation links regarding searching the text in a Pdf document.

Search and Get Text from All Pages of PDF File

Search and Get Text from a Specific Page of PDF file

Search and Get Text From All Pages Using Regular Expression

Search and Get Text From a Single Page Using Regular Expression

In case you need any further assistance, please feel free to contact the support.

Thank You & Best Regards,

This is what I needed, thanks!