You must Sign In to post a response.
  • Category: Windows

    Convert PDF file to DataTable

    How to convert pdf file in table format to DataTable in C# windows application
  • #770241
    You can use Spire.PDF for .NET to extract table data from PDF documents in a C# application.

    Here is an article for your reference:
    https://www.e-iceblue.com/Tutorials/NET/Spire.PDF/Program-Guide/Table/C-/VB.NET-Extract-Tables-from-PDF.html


  • Sign In to post your comments