I'm in a project reading PDF through C # 2012 with ASPOSE. But I'm having trouble reading pages that have multiple columns.
For example, a pdf can have on page 1 (one) two columns and on page 3 (three) 5 columns and on the sixth page onwards have only 1 (one) column.
I have no way of knowing in advance which page will come out and how many columns.
I thought about using the ADOBE ACROBAT X PRO SDK to export in accessible .txt (with page break marker), but I do not know if it is the best solution.
Using SAVE AS (not via sdk) from Acrobat I noticed that it does not export correctly, am I doing something wrong?
Which one can guide me?
PS: I already used iTextSharp in the beginning, but Aspose proved to be a much better tool than aspose.
Thank you, Marco Araujo