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

properties

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. Add link annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-link-ann...
  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. Read Metadata from PDF using Java

    Learn how to read metadata from PDF using Java without demanding additional software installation. Delve into a code sample to read metadata of PDF using Java....method Iterate through each property individually Extracting metadata...information regarding document properties like title, authorship, creation...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  9. ITempDataHandler is Introduced in GroupDocs.Con...

    A new release of GroupDocs.Conversion for .NET 18.6 is on-board. This release covers few improvements. Such as ConversionHandler constructors are reduced to one. Please visit the release notes. We’d recommend you to integrate latest version of the API in your application and share your feedback. Improvements Reducing ConversionHandler constructors to one ITempDataHandler for handling temp operations stream Introducing new Properties in ConversionConfig for different handler types API Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....operations stream Introducing new properties in ConversionConfig for different...

    blog.groupdocs.com/conversion/itempdatahandler-...
  10. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....certificate and for defining the properties for the digital signature...have also defined various properties for the digital signature...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...