Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,062 for

properties

(0.04 sec)
  1. 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-...
  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. Add watermark annotation | Documentation

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the...font size. If the AutoScale property is true , GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/add-watermark...
  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 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...
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. How to Convert Image to Word using Java

    This tutorial provides the step-by-step procedure to convert image to Word using Java and a sample code for how to convert image to Word document in Java....WordProcessingConver class for setting the properties to customize the output Word...load the input file, define properties for the output file to customize...

    kb.groupdocs.com/conversion/java/how-to-convert...