Sort Score
Result 10 results
Languages All
Labels All
Results 9,771 - 9,780 of 48,107 for

(c )

(0.84 sec)
  1. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK.... C# using Aspose.Ocr.Cloud.Sdk ;...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  2. In-Table List with Highlighted Rows in Email Do...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. In-Table List with Highlighted Rows in Email Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Outlook 2013..../ foreach >> Total: <<[Sum(c => c.Price )]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  3. Cancel rendering | GroupDocs

    Cancel or stop rendering rendering process with cancellation token...snippet shows how to cancel a task: C# using System.Diagnostics ; using...

    docs.groupdocs.com/viewer/net/cancel-rendering/
  4. Convert 3D formats | GroupDocs

    In this article, you will learn how to convert 3D documents to PDF or other 3D formats with GroupDocs.Conversion for .NET....convert 3DS document to FBX in C# using . // Load the source 3DS...

    docs.groupdocs.com/conversion/net/convert/3d/
  5. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API.... string inputFilePath = "C:\\input_path\\document.docx" ;...null ); string outputFilePath = "C:\\output_path\\document.rtf" ;...

    docs.groupdocs.com/editor/net/introduction/
  6. 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...
  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. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Highlighted Rows report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS PowerPoint 2013. Click the document where you want to add the table....sum( c => c.getPrice())]>> ### Download...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. In-Table List with Highlighted Rows in Word Pro...

    Note In this article, we will use GroupDocs.Assembly to generate a Table Report with Highlighted Rows in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Word Document Creating a In-Table List with Highlighted Rows Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Word 2013. Click the document where you want to add the table....sum( c => c.getPrice())]>> ### Download...

    docs.groupdocs.com/assembly/java/in-table-list-...
  10. 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...