Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 3,222 for

conholdate

(0.07 sec)
  1. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/search-for-en...
  2. Load document from Azure Blob Storage | Documen...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/load-document...
  3. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/esign-documen...
  4. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/composing-sig...
  5. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft PowerPoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide. Click the document where you want to add the table. Press “Insert” tab to insert the table....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/in-table-maste...
  6. System Requirements | Documentation

    GroupDocs.Assembly for .NET does not require any external software or third party tool to be installed. Just follow one of the way as described in Development Environment, Installation and Configuration. Supported Operating Systems GroupDocs.Assembly for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed including, but not limited to: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/net/system-requirem...
  7. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/java/features-ove...
  8. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/working-with-z...
  9. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/working-with-m...