Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 7,009 for

may

(0.06 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. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  4. Alphabet | GroupDocs

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

    docs.groupdocs.com/search/net/alphabet/
  5. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-formatted...
  6. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.... Warning Some presentations may have different slide numbers...resources GitHub examples You may easily run the code above and...

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

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Please note that the chosen ID may intersect with the IDs used by...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-e...
  8. 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...
  9. 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...
  10. 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-...