Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,432 for

properties

(0.08 sec)
  1. Remove Metadata from XLSX using C#

    Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#.... Metadata includes properties like the author’s name, comments...constructor Remove the metadata properties using the Metadata.RemoveProperties...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  2. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....modification dates, and other properties. This metadata can sometimes...constructor Eliminate metadata properties by calling the Metadata.RemoveProperties...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  3. MP3 Tags Editor – View & Edit MP3 Tags

    Discover ways to view and edit MP3 metadata. Either edit MP3 Tags online or do it programmatically using C# & Java....changes for the editable properties of ID3v1, ID3v2, and Lyrics... You can also export the properties in spreadsheet format like...

    blog.groupdocs.com/metadata/view-edit-mp3-tags/
  4. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....MarkupConvertOptions class and set various properties. Finally, call the Convert...Further, we have defined properties for the converted document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...the CompareOptions class properties. You can customize the following...whether to compare variable properties. CompareDocumentPrope specifies...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....dealing with the content type properties of an Excel Spreadsheet in...export Excel content type properties to csv, excel Ability to...

    blog.groupdocs.com/metadata/groupdocs.metadata-...
  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....with your desired metadata properties. We have introduced this...documents using metadata properties. In GroupDocs.Signature for...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....(IIM) is a set of metadata properties that can be applied to text...is utilized to store the properties. The IPTC IIM was developed...

    docs.groupdocs.com/metadata/net/working-with-ip...
  9. Remove Metadata from XLS using Java

    Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java....method to delete the metadata properties Save the modified XLS file...method Removing document properties from XLS files requires a...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata Properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic Properties System.out.println(String.format("Creation date: %s", asfPackage....Reading ASF format-specific properties The GroupDocs.Metadata API...method Read the ASF metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...