Hi, I have requirement of converting PDF into text in following format:
1, 221.800, 311.000, 21.144, "Helvetica-Bold", 5.5, 41, "My’s name,
address, and ZIP code"
1, 423.800, 311.300, 21.162, "Helvetica-Bold", 5.5, 41, "My’s name,
address, and ZIP code"
So that i want to use positions "221.800, 311.000" in regex to extract My name,
address and ZIP Code.
Any help or sample code will be greatly appreciated.
Thanks and Regards
Chetan

