Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 4,823 for

document security

(0.1 sec)
  1. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  2. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming....safeguarding the integrity and security of images is paramount. A...method Save the modified JPG document to your disk with the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  3. GroupDocs.Viewer 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....中文 中國傳統的 GroupDocs’ online document viewer add-on provides you...accessing, viewing and managing documents directly in the FireFox browser...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a Document from Azure Blob Storage with GroupDocs.Viewer within your .NET applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/net/load-document-fro...
  5. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple Documents with different customizations - style detection, change comparison detalization level and more....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/java/edit-txt/
  7. Features Overview | GroupDocs

    Key features of GroupDocs.Conversion for Python via .NET — 10,000+ format pairs, page selection, load/convert options, watermarks, Document inspection, and AI-pipeline integration....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/python-net/featur...
  8. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Parser for Python via .NET....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...password-protected documents Load password-protected documents Leave feedback...

    docs.groupdocs.com/parser/python-net/load-passw...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the Document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported Document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/migration-notes/