Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,240 for

template

(0.06 sec)
  1. Numbered List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Excel Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Excel 2013. You can create two kinds of Numbered List in Microsoft Excel. In-cell List Multiple-cell List Apply the following steps to build the In-Cell Template...you can create Numbered List Template in MS Excel 2013. You can...steps to build the In-Cell template Add a new Workbook. Write...

    docs.groupdocs.com/assembly/java/numbered-list-...
  2. Supported file formats | Documentation

    GroupDocs.Conversion for Node.js via Java supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Metafile ✅ ✅ Flat XML ODF Template ✅ Graphical Interchange Format...File ✅ OpenDocument Graphic Template ✅ Portable Network Graphic...

    docs.groupdocs.com/conversion/nodejs-java/suppo...
  3. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...Word Document Template Word Open XML Document Template Word Open...XML Macro-Enabled Document Template Rich Text Format File OpenDocument...

    docs.groupdocs.com/merger/python-net/supported-...
  4. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc.... Simply define a template programmatically and apply...DocumentData parseByTemplate ( Template template ); This method parses...

    docs.groupdocs.com/parser/java/parse-data-from-...
  5. Numbered List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”....you can create Numbered List Template in MS Word 2013. In your document...Start numbered list. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/java/numbered-list-...
  6. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....user-generated template. For details about templates, see . Here...document by the user-generated template: Instantiate object for the...

    docs.groupdocs.com/parser/java/parse-data-from-...
  7. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Presentation Template Microsoft PowerPoint 97-2003 Template Microsoft...Microsoft PowerPoint Template Microsoft PowerPoint 97-2003 Slide Show...

    docs.groupdocs.com/comparison/java/supported-do...
  8. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Presentation Template ✅ Microsoft PowerPoint 97-2003 Template ✅ Microsoft...Microsoft PowerPoint Template ✅ Microsoft PowerPoint 97-2003 Slide...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  9. 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 C# syntax supported programming 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....considered when creating document templates in order to generate your...hopefully you will understand the template syntax, composing expressions...

    docs.groupdocs.com/assembly/net/working-with-gr...
  10. Comparison API sample Implementation with PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....data transmission between a template and the controller. It also...FatFree engine, PHP SDK, templates and controllers. In it, you...

    blog.groupdocs.com/comparison/implement-documen...