Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 4,178 for

document security

(0.25 sec)
  1. Convert Source Code to PDF using Java | Python,...

    Transform source code files to PDF format in Java. Convert Python, Java, PHP, and more programming language files to PDF using Document conversion API.... If you want to add security to the resultant PDF file...source code files, you can add security to the PDF files. Let’s protect...

    blog.groupdocs.com/viewer/convert-source-code-t...
  2. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  3. Search text in HTML documents | Documentation

    To search a keyword in HTML Documents Search(String) method is used. This method returns the collection of SearchResult objects....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  4. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-st...
  5. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/load-password...
  6. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint Documents from a stream when using GroupDocs.Parser for Python via .NET....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...streams directly. To load a document from a stream, follow these...

    docs.groupdocs.com/parser/python-net/load-file-...
  7. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for Java library...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/java/getting-started/
  8. Common conversion options | GroupDocs

    This Documentation sections describe how to customize Document conversion process - convert specific Document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/net/common-conver...
  9. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. How to save Presentation with different file ty...

    This article explains how to save signed Presentation Documents with various file formats by GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/save-signed-pr...