0

i have a PDf that has a table having 6 columns. I need to extract only the contents of 3 columns in the table. Is this possible using itext sharp?

Sherin1589
  • 15
  • 1
  • 4

1 Answers1

0

You can't do it with itext sharp directly.You should write somde codes to parse text to html which you read from pdf with itext or any other library.

There are some helpful links here;

https://www.codeproject.com/questions/734458/convert-pdf-to-html-using-csharp-open-source-libra

c# converting pdf to html

http://aspdotnetcodebook.blogspot.com.tr/2008/08/how-to-convert-pdf-file-to-text-in.html

Community
  • 1
  • 1
Mehmet
  • 1,824
  • 3
  • 19
  • 28