1
I am in a project reading PDF through C# 2012 with ASPOSE. However I am having difficulty reading pages that have several 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 in how many columns.
I thought of using 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 the SAVE AS (not via sdk) of Acrobat I realized that it does not export correctly, I am doing something wrong?
Which can guide me?
PS: I have used iTextSharp, but Aspose proved to be an extremely better tool than aspose.
I thank you in advance, Marco Araujo
Take a look at the Pdfsharp
– MeuChapeu
I downloaded and tested the program. Great conversion result. Is there an SDK for me to embed in my application? I searched the web but did not find anything SDK of this PDFMATE.
– Marco Araujo
I don’t know, I know you can add in Visual Studio by nuget as dll, but other than that, I don’t think you have
SDK
.– MeuChapeu
Thanks for the tip. You know some good PDF to text converter that has SDK?
– Marco Araujo
You got Foxit, but you get paid...
– MeuChapeu