Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 3,583 for

library

(0.27 sec)
  1. Generate signature preview | GroupDocs

    This topic explains how to get signature preview with the SignOptions by GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/generate-sign...
  2. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/extracting-mak...
  3. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. How to merge JPG images using Java | GroupDocs

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in java language using GroupDocs.Merger for Java Library....Linux) file to install the library in your local maven repository...

    docs.groupdocs.com/merger/java/getting-started/...
  5. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  7. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search text from Microsoft OneNote sections presentations...NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/queries-in-text-...
  9. Docx comparison shows text as removed instead o...

    Hi, It appears as if we stumbled upon an issue when comparing two docx-documents. Find them attached in this topic. To explain the issue, notice that the first document does not contain the word “GEMA” but the second do…...version) – Download C# DLL Library for Document Comparison | GroupDocs...

    forum.groupdocs.com/t/docx-comparison-shows-tex...
  10. Working with metadata in PSD images | GroupDocs

    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....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-me...