Working with Tables in PDF using C#
Contents
[
Hide
]
Tables are part of many PDF forms. You find tables in a variety of forms.
Aspose.PDF for .NET allows you to work with tables in PDF file advanced. This perfect tool helps fight through the simplicity of PDFs by extracting tables of actual data. With .NET library resource you can easily create or add table in an existing PDF document, extract table, integrate table with data sources, and remove tables from existing PDFs.
You are able to do the following:
- Create or Add Table in existing PDF Document - create your table in pdf file with merging the columns or rows сonsidering borders, margins, and padding.
- Extract a Table from existing PDF Document - you can extract table from PDF file or extract table border as Image.
- Integrate Table with Data Sources - integrate table with Database, integrate table with the Entity Framework source using .NET library.
- Manipulate Tables in existing PDF - manipulate tables in your PDF using TableAbsorber.
- Remove Tables from existing PDF - remove table or multiple tables from PDF document.