Hi,
I have the following problem to work
on and need help:
1)
Have two pdf documents almost
identical but in one document suppose there are 10 customer records and in
another there are 12 customer records.
2)
The thing is that the first document
has two missing customer records missing from it which are present in another
document.
3)
My requirement is to read the pdf
documents by some c# program and find out which 2 records are missing from the
1st document.
Is there a way to accomplish this by some logic in my c# code.
Regards,