Hi
I am currently using aspose.pdf to change a number of pdf files to excel files and afterwards I am using aspose.cells to search through the excel files to find content based on some rules. However, for some of the files the layout of data are changed after converting data and this causes my search to malfunction. therefor I am interested in knowing whether I can do the search directly in pdf: The content of the pdf files is a table of data and I need to search for rows with a specific string in first column of the row and if I find the text I need to extract two dates on same row. I have made a small example below. So the question is: can I do this and how? (have not been able to find examples in documentation or forums)
Correct string | Date | Date | |
Different string | Date | Date | |
Different string | Date | Date | |
Different string | Date | Date | |
Correct string | Date | Date | |
Correct string | Date | Date | |
Different string | Date | Date |