Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,002 for

properties

(0.16 sec)
  1. 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...
  2. 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...
  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. 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-...
  6. 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...
  7. 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...
  8. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....signature properties in the document: The or properties define the...the certificate source; The property specifies the certificate...

    docs.groupdocs.com/signature/net/sign-document-...
  9. 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-...
  10. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included....file to gain access to its properties Utilize the Parser.GetMetadata...integrating read XLSX file properties C# functionality into applications...

    kb.groupdocs.com/parser/net/extract-metadata-fr...