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

properties

(0.02 sec)
  1. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....You can set the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-image-an...
  2. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-button-co...
  3. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API....Print the summary using the properties of the retrieved SearchResult...FoundDocument . Print the respective properties of each FoundDocument. Now...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  4. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....to set ForcePasswordValidat property of the ViewerConfig using...specified StartDate and EndDate properties of ProjectOptions class as...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  5. How to Convert Word Document to HTML using Java

    This tutorial provides you walk through the process to convert Word document to HTML using Java and reviews a sample code for Java convert Word to HTML application....MarkupConvertOptions class for setting up properties to customize the converted...initiated for defining the properties for customizing the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert Excel to Image in Java

    This article describes the process to convert Excel to Image in Java and provides a working example code snippet for Java Excel to Image converter application....ImageConvertOptions class for setting up properties to customize the converted...and you can set many other properties as per your requirements...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....output PDF file by setting properties using PdfConvertOptions class...document by defining numerous properties and you may modify them according...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java....demonstrates how to clear metadata properties in EPUB using Java . Code...obstacles to clear custom properties from EPUB using Java . As...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  9. Mastering JSON Comparisons

    Explore the intricacies of JSON data comparisons in this detailed guide. Learn how GroupDocs.Comparison APIs can transform your data analysis with visual and textual comparison tools, addressing common challenges in JSON data interchange....customer could contain same properties in alphabetical order but...serialization could contain the properties in different sequence. That...

    blog.groupdocs.com/comparison/mastering-json-co...
  10. Working with metadata in PNG images | Documenta...

    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.PngPackage Read the PNG metadata Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties AdvancedUsage.ManagingMetadataForS...

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