Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information.
Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Redaction Product Solution GroupDocs...
This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....Redaction Product Solution GroupDocs...
For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature.
Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Redaction Product Solution GroupDocs...
Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Redaction bổ sung một bản sửa lỗi quan...
APIで回答を見つけます GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family G......Redaction Product Family すべてのカテゴリからの回答...
Αυτός ο σύντομος οδηγός εξηγεί πώς να μετατρέψετε την εικόνα σε PDF σε Java. Μπορείτε επίσης να μάθετε για τη μετατροπή εγγράφων κοιτάζοντας το δείγμα κώδικα Java για τη μετατροπή JPG σε PDF....Redaction Product Family Πώς να μετατρέψετε...
Μάθετε πώς να μετατρέπετε PDF σε HTML σε Java και να εκτελείτε γρήγορα μετασχηματισμούς εγγράφων. Εξετάστε κώδικα Java σε PDF σε HTML μαζί με τις λεπτομερείς οδηγίες....Redaction Product Family Πώς να μετατρέψετε...
Αυτό το γρήγορο σεμινάριο σάς παρέχει οδηγίες βήμα προς βήμα για τη δημιουργία κώδικα QR σε Java και πώς να υπογράψετε ένα έγγραφο PDF με υπογραφή κώδικα QR χρησιμοποιώντας Java....Redaction Product Family Πώς να υπογράψετε...
Εκτελέστε μετατροπή εγγράφων με μία από τις κορυφαίες βιβλιοθήκες, μάθετε τη διαδικασία μετατροπής RTF σε HTML σε Java και εξερευνήστε την εφαρμογή java μετατροπέα RTF σε HTML....Redaction Product Family Πώς να μετατρέψετε...