How to extract text out of an existing PDF documentThe code sample extracts the text content of a PDF file. The function allows you to supply the password if the document is password protected. c# sample: PDFOperation operation = new PDFOperation("C:\\sample.pdf", "pass"); stringoutputText= operation.ExtractText(0, operation.PagesCount, LayoutType.Physical); operation.Close(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2013. |