Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 4,720 for

secure

(0.99 sec)
  1. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/watermark/java/basic-usage/
  2. Get document Info | GroupDocs

    This artcle explains how to get document information...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/watermark/java/get-document-...
  3. Fluent syntax | GroupDocs

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/net/fluent-syntax/
  4. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/merger/python-net/merge/powe...
  5. Merge audio | GroupDocs

    Learn how to merge audio files, combine audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/merger/net/merge/audio/
  6. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/net/use-page-area-...
  7. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/storing-text-of-i...
  8. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-d...
  9. In-Table Master-Detail in HTML Document | Group...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show each manager along with his total contract prices. It must also show each individual client within the contract....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/in-table-maste...
  10. Scatter Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/scatter-chart-...