I have large pdf file around pages of 92k , not able to extract the text , getting memory out of exception , look into this tried following code
code 1:
`foreach (Page pdfPage in pdfDocument.Pages)
{
…...Process(pdfPage, textStream); textStream...Open document using (Document pdfDocument = new Document(pdfPath))...