Detect javascript and RichMediaObject in PDF fiels

I need to detect javascript and/or RichMediaObject inside PDF files. Do you guys know some kind of PDF library for Go which allows me to do this easily?

I don’t, but a quick search on GitHub for

language:go pdf

returns quite some results. Maybe one of these fits your needs. (Or at least provides some functionality to build on.)

Thanks; will try them out. Unfortunately most of them aren’t in active development.

Another option could be to find some non-Go PDF software that you can access via (Web-) API, or turn into a microservice (there are a couple of messaging platforms available that have libraries for many different programming languages), or call via os.Exec.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.