Forum Discussion
2 Replies
- AlexKarasCommunity HeroHi Nilesh,
If you are interested to check not only data but also a layout of the data, then I never heard about methods that make it possible to get data layout from the PDF files. But if you are interested in data comparison only, then you may search for the utility usually called pdftotext (there should be several of them available) that exports pdf contents to the text file tha you can parse later and compare with the grid data. - nilesh_singhaiOccasional ContributorHi Alexei,
Thanks for your Reply.
Actually our requirement is to parse through the Grid Column and rowwise to get the Cell data and verify the same with the data displayed on PDF(Cellwise).
We could successfully read the PDF content as Text but tht is not what is expected to be done.We need tabular comparision.
Juut wanted to know if it is possible to read the tabular data from PDF and verify the same.