Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,217 for

separated

(0.35 sec)
  1. How to use rspec to test GroupDocs API - Part 2

    In the first article, How to use rspec to test GroupDocs API. Part 1, we created first test for GroupDocs API. This article describes in details how tests works, what expectation and matchers are, and how to test an API with the PULL method. Expectation and Matchers So what are expectation and matchers? Lets look at a small example: string ="GroupDocs" string.should have(9).characters string.should\_not have(5).characters Expectations are defined by should and the negative form should_not....response from the server we use a separate it block for each parameter...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  2. Extract tables from document page | GroupDocs

    Learn how to extract tables from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page table extraction from PDF, Word, Excel....Column separators [ 200 , 220 , 240 , 260 ] # Row separators ) #...

    docs.groupdocs.com/parser/python-net/extract-ta...
  3. Convertir des données Excel et CSV en C# | XLSX...

    Convertissez les formats XLS et XLSX en CSV et CSV en Excel dans les applications Java. Automatisez la conversion de vos fichiers à l'aide de l'API Java pour la conversion de documents....() => new CsvLoadOptions { Separator = ',' }; using (Converter...

    blog.groupdocs.com/fr/conversion/convert-excel-...
  4. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....divided by line breaks onto separate lines per every element, or...images, fonts etc) are stored separately, while second method stores...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  5. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....save an email message to a separate folder, call the method and...resources are placed in a separate folder. Render email messages...

    docs.groupdocs.com/viewer/net/render-email-mess...
  6. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....of the table and columns separators: TemplateTableParamet parameters...vertical and 3 horizontal separators: --------- | | | ---------...

    docs.groupdocs.com/parser/java/working-with-tem...
  7. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?... Separately, are there any known issues...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  8. PDF- und Word-Berichte aus CSV-Daten mit C# | ....

    Konvertieren Sie CSV in PDF- und Word-Formate mit Vorlagen unter Verwendung von C#. Automatisieren Sie die Generierung von PDF- und DOC/DOCX-Berichten mit der .NET Reporting API von GroupDocs....中文 中國傳統的 CSV-Dateien Comma Separated Values -Dateien werden häufig...

    blog.groupdocs.com/de/assembly/generate-reports...
  9. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....an entire document, or in separate segments. Detailed information...

    docs.groupdocs.com/search/java/work-with-search...
  10. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....this options // if you need separate encryption use own MetadataSignature...

    docs.groupdocs.com/signature/net/implement-cust...