PDF to Excel | PDF Services API | PDF Embed
I have PDF's coming in and they're all exactly the same format. "First Name" and then their name is printed directly under it- same for all data in 1-4 columns per row. I successfully used Adobe Extract API to extract a JSON file with the data but I don't know how to select the data and move it to the right column in an existing excel file.
Adobe's "see how easy it is" marketing strategy has proven not so easy. So, what I would like is someone to point me in the right direction for this workflow:
1) User uploads 1 or more PDF files from their web portal into MyPHP Admin SQL database.
2) Files names are changed to coresponding client's ID number + doc type + date (ex. 1234567-receipt-20230205).
3) Adobe API is automatically triggered to parse and passes the data into a row in an existing google sheets doc and uploaded to SQL database.
(next task)
4) Data is inserted into new PDF template and saved in users profile so they can print it out.
I'm running a linux server so I'm not sure if all that is possible but even if I had a local machine processing one PDF at a time from a shared google drive folder and saving the data to google sheets, that would work too. Any recomondations for the easiest route would be greatly appreciated. Thank you!
