Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 4,273 for

secure

(0.31 sec)
  1. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/text-redactions/
  2. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/editor/net/edit-document/
  5. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/sign-document...
  6. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Presentation Document format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following products:”. Save the template....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  7. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft PowerPoint Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS PowerPoint 2013....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  8. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/signature/python-net/search-...
  9. Configuring search network | GroupDocs

    This page contains information about configuring the search network....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/configuring-searc...
  10. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/document-filteri...