This article explains how to implement custom encryption for Metadata electronic signatures.... getHeight ()); } More resources GitHub Examples You may easily...
Descubra como utilizar o GroupDocs.Metadata for Node.js para extrair, atualizar e remover metadados em suas aplicações....como IPTC, XMP, EXIF e Image Resources. Manipulação de Metadados...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... OutputPdf ); } More resources GitHub examples You may easily...
Досліджуйте, як використовувати GroupDocs.Metadata for Node.js для витягнення, оновлення та видалення метаданих у ваших додатках....IPTC, XMP, EXIF та Image Resources. Обробка метаданих мультимедіа:...
Дізнайтеся, як використовувати GroupDocs.Metadata for Python via .NET для вилучення, оновлення та видалення метаданих у ваших додатках....IPTC, XMP, EXIF та Image Resources. Обробка метаданих мультимедіа...
Descubre cómo utilizar GroupDocs.Metadata for Python via .NET para extraer, actualizar y eliminar metadatos en tus aplicaciones....como IPTC, XMP, EXIF e Image Resources. Manejo de Metadatos Multimedia...
کشف کنید که چگونه از GroupDocs.Metadata for Node.js برای استخراج، بهروزرسانی و حذف متاداده در برنامههای خود استفاده کنید....مانند IPTC، XMP، EXIF و Image Resources کار کنید. مدیریت متاداده چندرسانه...
Format numeric values, date-time values, and text strings in templates using format strings and functions.... More resources GitHub Examples You may easily...
Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET.... output_jpeg ) More resources GitHub examples You may easily...