Sort Score
Result 10 results
Languages All
Labels All
Results 5,821 - 5,830 of 37,329 for

documents

(0.04 sec)
  1. Convert to Presentation with advanced options |...

    Follow this guide and learn how Documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting / Conversion options by document family / Convert to Presentation...

    docs.groupdocs.com/conversion/net/convert-to-pr...
  2. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-zi...
  3. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other syntax elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...be considered when creating document templates in order to generate...

    docs.groupdocs.com/assembly/java/working-with-g...
  4. Get supported file types | Documentation

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Documents with GroupDocs.Merger within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/merger/java/get-supported-fi...
  5. Get supported file formats | Documentation

    The page describes how to obtain supported file formats list when annotate Documents and images with GroupDocs.Annotation within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/annotation/net/get-supported...
  6. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert Documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting / Conversion options by document family / Convert to Presentation...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/get-supported-...
  8. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.ppt" File...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  9. Adjust Contrast when Converting a Document to I...

    Up till now, there was a simple document to image conversion process. With the GroupDocs.Conversion for Java release version 19.10, we’ve added a number of interesting features for image conversion. Set color mode when converting to JPEG Option to set compression mode Adjust image brightness and contrast Set gamma Option to flip image Have a look at its implementation of the above features in Java Conversion from CDR CDR is a vector graphics file....till now, there was a simple document to image conversion process...version 19.10 and enhance your document conversion experience. If...

    blog.groupdocs.com/conversion/adjust-contrast-w...
  10. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...shows how to convert a DOCX document to TEX format in C# using...

    docs.groupdocs.com/conversion/net/convert/page-...