/linkchecker

Checks links in a powerpoint file for reachability

Primary LanguageGoApache License 2.0Apache-2.0

Linkchecker

Checks links in a powerpoint file for reachability

Usage

linkchecker check filename.pptx

Example

 go run main.go check testdata/someuris.pptx
❌ Target https://www.john-doe.com/ is not reachable in slide: slide3
☑️ Target https://www.google.de/ is reachable in slide: slide3
❌ Target https://www.john-doe.com/ is not reachable in slide: slide2
☑️ Target https://www.google.de/ is reachable in slide: slide2