Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 17,623 for

pdf metadata

(0.12 sec)
  1. remove metadata from images in Java on GroupDoc...

    remove Metadata from images in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove Metadata from images in Java on GroupDocs Blog | Document A......remove metadata from images in Java on GroupDocs Blog | Document...Developers Recent content in remove metadata from images in Java on GroupDocs...

    blog.groupdocs.com/fr/tag/remove-metadata-from-...
  2. remove metadata from images in Java on GroupDoc...

    remove Metadata from images in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove Metadata from images in Java on GroupDocs Blog | Document A......remove metadata from images in Java on GroupDocs Blog | Document...Developers Recent content in remove metadata from images in Java on GroupDocs...

    blog.groupdocs.com/ja/tag/remove-metadata-from-...
  3. Upcoming Release of GroupDocs.Redaction for Java

    Big News! We are going to launch GroupDocs.Redaction API for Java platform very soon. Similar to the .NET version, GroupDocs.Redaction for Java would be a backend API for removing sensitive and classified information from the popular document formats. As far as the supported features are concerned, this is going to be a replica of GroupDocs.Redaction for .NET. Through this API, we aim to provide you a single, format-independent interface containing a set of redaction methods to redact text, Metadata, and annotations....redaction methods to redact text, metadata, and annotations. Let’s have...files Metadata Redaction Searching and Filtering Metadata for Redaction...

    blog.groupdocs.com/redaction/upcoming-release-o...
  4. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/getting-known-p...
  5. Extracting Common Image Information | 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:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve Metadata information and manipulate documents using HTML....also extract text, retrieve metadata information and manipulate...Format Metadata in .NET and Java # GroupDocs.Metadata now support...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  7. GroupDocs.Signature Product Family

    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....verify the digital signature in PDF, Word, and Excel, documents by...embedding custom objects as metadata signature in the images. So...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/handling-the-id...
  9. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API to manipulate Metadata is being consumed as Metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from 110+ document, image, audio, and video file formats...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/
  10. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/load-a-p...