Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 2,471 for

properties

(0.48 sec)
  1. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....a object and populate its properties; Call the method of the (or...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... A new property Listener is added. The document...extract the images and metadata properties from various document formats...

    blog.groupdocs.com/groupdocs.blog/page/37/
  3. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Java API....document and contains the next properties: . This is a positive number...all, like CSV or XML, this property will return ‘false’. . Returns...

    docs.groupdocs.com/editor/java/extracting-docum...
  4. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Java....This class provides various properties to customize the image output...converted to PDF first. If this property is set to true , the input...

    docs.groupdocs.com/conversion/java/convert-to-i...
  5. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....Metadata signature ( ) and set property to specify data encryption...encryption properties and setup Format attributes for properties. //...

    docs.groupdocs.com/signature/net/search-for-emb...
  6. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata Properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....matroska format-specific properties The GroupDocs.Metadata API...Read the Matroska metadata properties on different levels of the...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....document and contains the next properties: . This is a positive number...all, like CSV or XML, this property always returns false . . Returns...

    docs.groupdocs.com/editor/net/extracting-docume...
  8. Update annotations | GroupDocs

    This page describes how to edit annotation Properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....Suggest we want change some properties of existed annotation AreaAnnotation...are going to change some properties of existing annotation AreaAnnotation...

    docs.groupdocs.com/annotation/java/update-annot...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata Properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....matroska format-specific properties The GroupDocs.Metadata API...Read the Matroska metadata properties on different levels of the...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Install GroupDocs.Conversion for Java | GroupDocs

    Learn how to install GroupDocs.Conversion for Java. Follow a step-by-step guide for Maven, Gradle, Kotlin, and manual JAR setup, and integrate seamless document conversion into your Java projects....conversion-helloworld </name> <properties> <project.build.sourceEncoding>...</maven.compiler.target> </properties> <dependencies> <dependency>...

    docs.groupdocs.com/conversion/java/installation/