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)
{
…...have large pdf file around pages of 92k , not able to extract...1: `foreach (Page pdfPage in pdfDocument.Pages) { using (MemoryStream...