Forum Discussion

del's avatar
del
Contributor III
8 years ago

Parsing PDF File

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

  • robin's avatar
    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.