Question
3
Replies
305
Views
Posted: July 8, 2019
Last activity: July 13, 2019
Closed
Attaching pdf file into the created case from a pega server location
Requirement:
There will be two files in a folder one 1 PDF format and the other in CSV with the same name but different format (PDF and CSV) in pega server location, I should be able to read csv file and crate the case and attach PDF for Case.
I am am able to read the csv file and create the case using file listener.
Challenges:
Unable to read the PDF and attach to the case at the same time.
Can anyone please suggest how can i achieve that?
Thanks in advance
Hi,
Can you please try the below link to read the text from pdf using pdf document third party library?
https://www.mkyong.com/java/pdfbox-how-to-read-pdf-file-in-java/