Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 5,781 for

values

(0.75 sec)
  1. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  2. 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/esign-document...
  3. 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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).... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/generating-repo...
  5. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/spelling-corrector/
  6. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/search-by-chunks/
  7. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/getting-document...
  8. Index lifecycle | GroupDocs

    This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/index-lifecycle/
  9. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/stop-word-diction...
  10. Index lifecycle | GroupDocs

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/index-lifecycle/