cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing PDF File

del
Contributor III

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

1 REPLY 1

robin
Former Employee

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.