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...
Adım adım kılavuzumuzla C# kullanarak dizinlenmiş belgeleri nasıl alacağınızı öğrenin. İyileştirilmiş belge yönetimi için C#'ta dizinlenmiş belgeleri nasıl verimli bir şekilde alacağınızı keşfedin....Redaction Product Family C# kullanarak...
C# kullanarak PDF'yi verimli bir şekilde JPG olarak nasıl oluşturacağınızı öğrenin. Ayrıca, ekstra araçlar yüklemeden PDF'yi JPG'ye dönüştürmek için adım adım talimatları ve C# kodunu keşfedin....Redaction Product Family C# kullanarak...
This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....Redaction Product Solution GroupDocs...
V tomto článku prozkoumáte, jak převést DOCX na DOC pomocí C# bez instalace dalšího softwaru. Poskytneme také kód pro export DOCX do DOC v C#....Redaction Product Family Jak převést...
Erfahren Sie schnell, wie Sie mithilfe von GroupDocs.Viewer für .NET DOCX mit C# als PDF rendern. Außerdem wird ein Codebeispiel zum Erstellen von PDFs aus DOCX in C# bereitgestellt....Redaction Product Family So rendern...
Rychle se naučte, jak vykreslit HTML jako PNG pomocí Pythonu. Získáte kód a kroky k převodu HTML na PNG v Pythonu s vlastními rozměry pro vizuální výstup....Redaction Product Family Vykreslení...