drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.57k stars 481 forks source link

PDF support for detectFileType #666

Closed max-peroch closed 6 months ago

max-peroch commented 6 months ago

It seems that FileTypeDetector.detectFileType is not able to detect PDF files, creating this ticket for tracking purposes.

Here is the link to the PR to add it: https://github.com/drewnoakes/metadata-extractor/pull/665