How to extract the whole table content from pdf file in C#?
How to extract the whole table content from pdf file in C#?
Collapse
X
-
-
-
I saw that pdfbox its in java,but i want it in C# to capture the table content from pdf file by using pdfclown as a library.Comment
-
First, you're right, PDFBox is a Java library. But it can be used in order to read .pdf files with C#.
The complete, simply and well documented solution to use PDFBox can be found here.
I'm sure it will help you to understand how it works. ;)
---
I don't know the pdfClown library, so I won't be able to help you on this solution.Comment
Comment