Hi!
We are using GroupDocs.Metadata (License Type - Site OEM - paid version). We are able to clean metadata for most of the file extensions like (docx, pptx, mp3, txt, csv, xlsx) but failing for PDF, PNG, JPG extensions.
Listing the errors for each file type below-
- PNG/JPG - Unexpected file format type: Unknown
- PDF - Unexpected file type: Mp3
Note:
- We are doing this metadata cleanup inside a docker container (Linux container - Ubuntu bionic image).
- Separately for testing purpose we created one console utility (on windows machine) there PDF/PNG/JPG files metadata cleanup is working fine (tried SkiaSharp.NativeAssets.Linux 2.88.3 package as well - it did not help).
Versions:
- Docker container - Linux - Ubuntu Bionic image
- .Net Framework - 4.7.2
- GroupDocs version - Latest stable 23.1.0
- Xamarin - XamarinBionic 18.04
Attaching docker file and PDF/Image cleaner code snippets as well.
Any help/pointers would really appreciate.Code files.zip (1.9 KB)