Hi there,
I have attached a PDF page where paragraphs are in columns format. When i try to extract text using Apose.PDF, it is unable to read the actual paragraphs. Instead it is reading horizontally with tab space.
Ca…...Visit(pdfDocument); foreach (PageMarkup markup in absorber.PageMarkups) {...foreach (MarkupSection section in markup.Sections) { int j = 1; foreach...