Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 7,059 for

may

(1.12 sec)
  1. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Search for built-in Metadata signatures | Group...

    This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-bui...
  3. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...listOptions, pdfSaveOptions); } You may find following articles helpful:...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  4. 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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/annotation-red...
  6. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/getting-document...
  7. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/spelling-corrector/
  8. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  9. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  10. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…... I wonder GraphDocs may be an option. private static...

    forum.groupdocs.com/t/reference-to-commonutilit...