Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,028 for

properties

(0.06 sec)
  1. 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...
  2. 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...
  3. How to Convert TIFF to PNG in Java

    Review the step-by-step guide to convert TIFF to PNG in Java. Learn how to develop Java TIFF to PNG converter capability and easily customize the converted PNG file....class and set the convert properties. Finally, use the Convert...PNG file by defining the properties such as page number, the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert PowerPoint to HTML in Java

    This short tutorial provides a stepwise procedure to convert PowerPoint to HTML in Java and a sample code for the Java PPT to HTML converter application....MarkupConvertOptions class for setting the properties to customize the output HTML...code by defining various properties using the MarkupConvertOptions...

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

    Take a look at the process to convert CSV to Excel in Java along with steps to implement the feature and sample code to generate XLSX from CSV using Java....SpreadsheetConvertOp class for specifying properties for the output XLSX file...transformation, you must declare properties for the resulting Excel file...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Remove Metadata from PDF using C#

    Quickly learn how to remove metadata from PDF using C#. Also, you'll be provided a code example to clean metadata from PDF in C# without installing extra software....creation dates, document properties, and additional information...required to clear document properties in PDF using C# . By stick...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  7. 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.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....feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Add resource redaction annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-resource...
  9. Add ellipse annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  10. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....modification dates, document properties, and revision history (including...installation to clear document properties in DOCX using C# . After...

    kb.groupdocs.com/redaction/net/remove-metadata-...