Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,343 for

template

(0.04 sec)
  1. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here.... AutoCAD Drawing Template Drawing Exchange Format HPGL...File OpenDocument Graphics Template Printer Command Language Document...

    docs.groupdocs.com/viewer/python-net/supported-...
  2. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a Template is assembled within the class. Building Reports To build a report from a Template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....required to build a report from a template is assembled within the class...Reports To build a report from a template, you can use one of the overloads...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  3. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Python via .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format.... Microsoft Word 97 - 2007 Template. Office Open XML WordprocessingML...Open XML WordprocessingML Template (macro-free). Office Open...

    docs.groupdocs.com/assembly/python-net/supporte...
  4. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a Template is assembled within the class. Building Reports To build a report from a Template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....required to build a report from a template is assembled within the class...Reports To build a report from a template, you can use one of the DocumentAssembler...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  5. Numbered List in Word Processing Document | Gro...

    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. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a Template is assembled within the class. Building Reports To build a report from a Template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....required to build a report from a template is assembled within the class...Reports To build a report from a template, you can use one of the DocumentAssembler...

    docs.groupdocs.com/assembly/python-net/groupdoc...
  7. Numbered List in Presentation Document | GroupDocs

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

    docs.groupdocs.com/assembly/java/numbered-list-...
  8. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...97+ Microsoft Word Document Template Content and metadata Microsoft...metadata Office Open XML Document Template Content and metadata Office...

    docs.groupdocs.com/search/nodejs-java/supported...
  9. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...Macro-Enabled Spreadsheet Template (.xltm) Excel Open XML Spreadsheet...Excel Open XML Spreadsheet Template (.xltx) Excel Spreadsheet...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  10. Parse data from PDF documents | GroupDocs

    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-...