01-23-2018 12:31 PM
I have a use-case requiring the inspection/parsing of a standardized PDF file using SnapLogic. Has anyone tackled this challenge and, if so, can you provide some direction?
TIA, - Del
01-23-2018 02:29 PM
Do you mean extracting out the text/content from the PDF? If so, there isn’t anything native in the product to do that. Personally, I’ve used Apache PDFBox to achieve this. In theory a custom Snap Pack built around that could do it, or scripts referencing other 3rd party libraries.