This GitHub Gist contains a collection of C# code snippets demonstrating how to convert PDF files into Excel using the Aspose.PDF plugin family. These examples are related to the blog post titled "How to Export Data from PDF to Excel in .NET".
The provided code snippets showcase various scenarios for exporting data from a PDF file, such as:
- Exporting a single page or multiple pages to an Excel file.
- Converting a PDF with tables into an Excel file while preserving the table structure.
- Extracting text and images from a PDF and saving them in separate worksheets within an Excel file.
These examples provide a practical starting point for developers looking to integrate PDF-to-Excel conversion functionality into their .NET applications using Aspose.PDF. For more detailed information, please refer to the original Knowledge Base article linked above.