Hi there,
I have a PDF which is 40 MB in size. The C# program is stuck at absorber.Visit(Document); line while loading/processing this file. Other files which are less than 30 MB are loading fine. Below is the code
Do…...Visit(document); line while loading/processing...Below is the code Document document = new Document(file.FullName);...