UglyToad / PdfPig

Read and extract text and other content from PDFs in C# (port of PDFBox)
https://github.com/UglyToad/PdfPig/wiki
Apache License 2.0
1.73k stars 241 forks source link

How to extract table rows from pdf using PdfPig #696

Closed teamsdeveloper closed 11 months ago

teamsdeveloper commented 1 year ago

I have a pdf file with some questions and answers like below image:

image

I want to extract questions and answers in pdf tile.

Please help me.

changetocoding commented 1 year ago

Tables are not directly supported but you can use Tabula Sharp or Camelot Sharp. As of 2023 Tabula-sharp is the most complete port source