Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,015 for

properties

(0.03 sec)
  1. Add text watermarks | Documentation

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

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  2. Set image resolution | Documentation

    Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API....image resolution, set the and properties to True . The GroupDocs.Viewer...all images in the file. The property determines the maximum resolution...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Upcoming Release of GroupDocs.Metadata for Java

    We are happy to announce that GroupDocs.Metadata is coming soon to Java Platform. It will be a back-end API that will allow you to work with metadata associated with various file formats including documents, images, audios, videos, zip, emails and many more. The API aims to facilitate its users with simple syntax, easy to use methods and few lines of code to perform metadata operations. GroupDocs.Metadata for Java will soon be available for download....Resource Blocks, ID3, document properties Covers most popular document...

    blog.groupdocs.com/metadata/upcoming-release-of...
  4. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects GroupDocs.Assembly for .NET API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following Properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Data Source Document Multiple Tables Data....added: Moreover, following properties of the class have been added:...

    docs.groupdocs.com/assembly/net/loading-multipl...
  5. Saving | Documentation

    The SaveOptions class provides the following Properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...class provides the following properties to customize the saving process:...

    docs.groupdocs.com/annotation/java/saving/
  6. Common conversion options | Documentation

    This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for Java.... All have some common properties which are: specifies the...

    docs.groupdocs.com/conversion/java/common-conve...
  7. Extracting document metainfo | Documentation

    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. 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...
  9. Adding repeated watermarks | Documentation

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...example, we set the LineSpacing property, determining the spacing between...define the WatermarkSpacing property, which sets the spacing between...

    docs.groupdocs.com/watermark/net/adding-repeate...
  10. Install GroupDocs.Conversion for Java | Documen...

    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/