Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 4,475 for

secure

(0.07 sec)
  1. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  3. Update QR-code signatures in document | GroupDocs

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

    docs.groupdocs.com/signature/net/update-qr-code...
  4. Delete Barcode signatures from documents | Grou...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/delete-barcod...
  5. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/inserting-docu...
  6. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/net/generating-repo...
  7. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/net/esign-document...
  8. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word 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 Word 2013....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. Individual Series Point Coloring in Email Docum...

    Note This feature is supported by version 18.6 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Email Document Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Reporting Requirement As a report developer, you are required to share your customer orders details dynamically with the following key requirements:...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/net/individual-seri...
  10. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/sign-document...