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

properties

(0.05 sec)
  1. Render archives as HTML, PDF, and image files |...

    Convert archive files (ZIP, RAR, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python.... The default property value is 16 . The following...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-arc...
  2. 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...
  3. Inserting edited slide into existing presentati...

    This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java....PresentationSaveOpti class includes two key properties: slideNumber : Specifies...new one. Here’s how these properties work in Node.js: let saveOptions...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  4. 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...
  5. 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/
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...format and update metadata properties of MPP file format. Furthermore...operations stream Introducing new properties in ConversionConfig for different...

    blog.groupdocs.com/groupdocs.blog/page/58/
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...find and replace metadata properties in document formats. Not...logic to replace metadata properties in supported documents. Let’s...

    blog.groupdocs.com/groupdocs.blog/page/89/
  8. 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...
  9. 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...
  10. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....a object and populate its properties; Assign the object to (or...(or , or , or ) property; Call the method. The following code snippet...

    docs.groupdocs.com/viewer/net/add-text-watermark/