Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 31,515 for

groupdocs.search

(0.83 sec)
  1. GroupDocs.Conversion for Node.js via Java | Gro...

    GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different formats from within JavaScript applications....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/
  2. Get supported file formats | GroupDocs

    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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/get-supported-...
  3. Extract annotations from document | GroupDocs

    The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/extract-annot...
  4. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. In-Paragraph List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document format. In-Paragraph List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. A descriptive or informative line like “We provide support for the following clients:”....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  6. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/assembly/python-net/barcode/
  7. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/load-custom-f...
  8. Remove annotations | GroupDocs

    Remove annotations from PDF files to reduce file size using the GroupDocs.Viewer Python API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/disable-image...
  10. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...