Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,994 for

properties

(0.76 sec)
  1. Remove PII from Office Files in Python - Metada...

    Word and Excel files leak author names, comments, and revision trails through metadata. Compare three removal approaches in GroupDocs.Metadata for Python, then verify with a leak check....2: Name-Pattern Removal for Property Families Method 3: The One-Call...itself is another story. Its properties still name the analyst who...

    blog.groupdocs.com/metadata/remove-pii-from-off...
  2. Word document comparison options | GroupDocs

    This article describes the WordCompareOptions class in GroupDocs.Comparison for .NET — display modes (Revisions and Highlight), style change detection, header/footer comparison, and other Word-specific settings....Word-specific properties — most notably the DisplayMode property, which...document. Display modes The property accepts one of two values...

    docs.groupdocs.com/comparison/net/word-compare-...
  3. Remove Metadata from XLS using C#

    Quickly understand how to remove metadata from XLS using C#. Additionally, you'll get code snippet illustrating the process of how to delete metadata from XLS in C#....creation date, and other properties. At times you’ll need to...constructor Delete the metadata properties using the Metadata.RemoveProperties...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  4. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document management by mastering the technique of how to get file Properties using Java....how to extract metadata, properties, and other crucial data....provided code sample to get file properties using Java . Steps to Get...

    kb.groupdocs.com/metadata/java/get-document-inf...
  5. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata Properties without applying any filters. The best way to do this is to use the Sanitize method....Remove all recognized metadata properties from a file Sometimes you...remove all or clean metadata properties without applying any filters...

    docs.groupdocs.com/metadata/java/clean-metadata/
  6. DOC/DOCX - when removing only "Author" property...

    Remove doc/docx Properties, the “Content type”, “Scale” property will be removed. and the ContentType is empty. We are using v18.6 and here’s the demo codes: var format = new DocFormat(filePath); DocMetadata metaData …..."Author" property, the “Content type”, “Scale” property will also...doc/docx properties, the “Content type”, “Scale” property will be...

    forum.groupdocs.com/t/doc-docx-when-removing-on...
  7. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Find metadata properties Remove metadata properties Set metadata...metadata properties Clean metadata Generate document preview Get supported...

    docs.groupdocs.com/metadata/java/basic-usage/
  8. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...content, attachments and properties? vladimir.litvinchik February...content, attachments, and properties, it is reasonable to implement...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  9. Document protection | GroupDocs

    This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for Java API....protection Leave feedback The property, if set, enables document...via the property in the class. By default this property has a NULL...

    docs.groupdocs.com/editor/java/document-protect...
  10. How to Add Watermark in Word using C#

    This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....class and set watermark’s properties Call the Add method of Annotator...with watermark according set properties of WatermarkAnnotation. Code...

    kb.groupdocs.com/annotation/net/how-to-add-wate...