Sort Score
Result 10 results
Languages All
Labels All
Results 9,781 - 9,790 of 47,929 for

(c )

(0.15 sec)
  1. Working with JSON Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDataSource class. You can pass its instance to the assembler as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...Price:750000 }, { Client:{ Name:"C & D" }, Price:350000 } ] }, {...($1200000) - B Ltd. ($750000) - C & D ($350000) Manager: Tony Anderson...

    docs.groupdocs.com/assembly/net/working-with-js...
  2. Convert images | GroupDocs

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...intuitively just using a few lines of C# code as described below: Create...review several code examples in C# language below and see how to...

    docs.groupdocs.com/conversion/net/convert/image/
  3. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......the answerback string using ^C notation. (Use ^~ to get a literal...example, if you enter the host name c:\puttylogs\log-&h-&y&m&d-&t.dat...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  4. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications.... String inputFilePath = "C:\\input_path\\document.docx" ;...null ); String outputFilePath = "C:\\output_path\\document.rtf" ;...

    docs.groupdocs.com/editor/java/introduction/
  5. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using Java programming language....constructor: String inputMobiPath = "C://input/book.mobi" ; Editor editorFromPath...inputMobiStream = new FileInputStream ( "C://input/book.mobi" ); Editor editorFromStream...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  6. Convert a Document to Another Format | GroupDocs

    Learn how to convert a single document to another format using GroupDocs.Conversion for Python via .NET.... DOCX)"] B["Conversion"] C["Converted Document (e.g. PDF)"]...connections between nodes A --> B --> C To convert and save a document...

    docs.groupdocs.com/conversion/python-net/develo...
  7. 能不能查询出文件的元数据包括修改历史信息 - Free Support Forum - gro...

    能不能查询出文件的元数据包括修改历史信息...使用 Open XML SDK 读取 Word 修订示例(C#) using System; using DocumentFormat...Main() { string filePath = @"C:\Docs\sample.docx"; // 替换为实际路径...

    forum.groupdocs.com/t/topic/16647
  8. convert_files_in_archive.zip

    demo-app/converted-files/annual-review_pdf.pdf ANNUAL REVIEW | 1 ANNUAL REVIEW S U B T I T L E FA B R I K A M T E C H N O L O G Y I N C . | I N F O @ FA B R I K A M . C O M ANNUAL REVIEW | 2 B U S ......T E C H N O L O G Y I N C . | I N F O @ FA B R I K A M . C O M...2 Q 3 Q 4 S E C T O R 1 4.3 2.5 3.5 4.5 S E C T O R 2 2.4 4.4...

    docs.groupdocs.com/conversion/python-net/_sampl...
  9. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....constructor: string inputMobiPath = "C://input/book.mobi" ; Editor editorFromPath...inputMobiStream = File . OpenRead ( "C://input/book.mobi" ); Editor editorFromStream...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  10. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output....worksheet separately for your C# spreadsheet parser application...indexing and content analysis using C# parser methods Spreadsheet Report...

    docs.groupdocs.com/parser/net/extract-text-from...