I'm trying to open a big PDF file but with this code
using BitMiracle.Docotic.Pdf;
PdfDocument pdf = new PdfDocument("document.pdf")
string document = pdf.GetTextWithFormatting();
the string document
take the firsts 87 pages (of 174). Why it takes only the first half of the document?
EDIT: This is an evaluation mode restrictions of the library. There are some alternatives?