Hi,
I'm evaluating AsposePDF as we need to extract text from PDF documents that may or may not contain unicode characters.
I've downloaded and installed a trial version and used the sample code from your website:
static void Main(string[] args) {var doc = new Aspose.Pdf.Document("c:\\temp\\1.pdf");var absorber = new TextAbsorber(); doc.Pages.Accept(absorber);File.WriteAllText("C:\\temp\\1.pdf.txt", absorber.Text); }
Unfortunately the text file produced contains a message saying this is a trial version:
"Evaluation Only. Created with Aspose.Pdf. Copyright 2002-2016 Aspose Pty Ltd."
Given this I can't progress with Aspose PDF and have no choice but to look at alternative products.
Can you provide a version that does work so I can actually test this functionality properly? This will be a big win for us if AsposePDF can extract the text as we want it.
Thanks.
Haydn
Haydn