Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 6,928 for

xml

(0.1 sec)
  1. How to Convert XLS to XLSX using C#

    Easily follow the step-by-step how-to guide to convert XLS to XLSX using C# and study C# code to convert XLS to XLSX by utilizing one of the top packages....we looked on how to convert XML to CSV in C# ; have a look at...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Convert PDF to XPS using Java

    Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java....Document Format) files to XPS (XML Paper Specification) using Java...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  3. Convert PDF to XPS using C#

    Effortlessly convert PDF to XPS using C# by following our detailed guide. Additionally, we'll furnish you with a code example to export PDF to XPS using C#....Document Format) files to XPS (XML Paper Specification) using C#...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  4. Features Overview | Documentation

    The main feature of GroupDocs.Editor for Node.js is an ability to edit most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing documents, Spreadsheets or Presentations....optimization for large files; XML files - fix incorrect document...

    docs.groupdocs.com/editor/nodejs-java/features-...
  5. GroupDocs.Parser for Java

    Այս API-ն թույլ է տալիս կատարել տեքստի որոնում և ինդեքսավորել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով Java լեզվի ցանկացած հարթակ:...Java-ում Ինչպես հանել տեքստը XML-ից Java-ում Ինչպես հանել տեքստը...

    kb.groupdocs.com/hy/parser/java/page/2/
  6. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....C# How to Extract Text from XML in C# How to Extract Text from...

    kb.groupdocs.com/parser/net/page/3/
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......to MD using C# Convert CSV to XML using C# Convert CSV to JSON...

    kb.groupdocs.com/categories/page/22/
  8. Scatter Chart in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Excel Document Creating a Scatter Chart Please follow below steps to create Scatter Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....(Template for DataSet, DataBase and XML examples) Generating The Report...Entities Using DataSet Using XML DataSource Using JSON DataSource...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  9. Introducing GroupDocs.Assembly for Java | Docum...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....a source such as a database, XML stream or a spreadsheet, and...following data sources: Database XML OData JSON Custom Java Objects...

    docs.groupdocs.com/assembly/java/introducing-gr...
  10. 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....xml" ) DataSourceInfo = ga . DataSourceInfo.... ppt , array )) DataSource XML <Product> <Discount> 0 </Discount>...

    docs.groupdocs.com/assembly/python-net/barcode/