Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 48,969 for

c

(0.43 sec)
  1. 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/
  2. Create PDF Binder in .NET: Easy Way with GroupD...

    If you've ever exported Word and ExCel to PDF by hand just to glue them onto another PDF, this one's for you. A short .NET walkthrough using GroupDoCs.Merger....folder = @"C:\IncomingContracts" ; string output = @"C:\Processed\ContractPackage...

    blog.groupdocs.com/groupdocs.merger/pdf-binder-...
  3. 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...
  4. 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-...
  5. 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-...
  6. GroupDocs.Assembly for .NET Library – Introduction

    We are pleased to announCe the release of the new library that enhanCes a set of our doCument Collaboration tools - GroupDoCs.Assembly for .NET. The library generates PDF and Word doCuments from templates by automatiCally filling out merge fields with Custom data. If your Company or a Client have to Create tens or hundreds of doCuments by filling out standard templates with data obtained through user input or from a DB, this library Can be of great help....NET / C# application. The server part...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  7. Generate QR Codes in Java | Sign Documents and ...

    EleCtroniCally sign doCuments and Images by generating QR Codes in Java. Add QR Code in Word, ExCel, PDF, PNG, JPG, WebP files using API for signatures....See Also # Generate QR codes in C# for Documents and Images...

    blog.groupdocs.com/signature/generate-qr-codes-...
  8. 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-...
  9. Set metadata properties | GroupDocs

    This artiCle explains the usage of SetProperties method is used to update or add metadata. You Can easily add metadata to photos, pdfs or you Can update or add data to mp3 files.... Ex: @"C:\Docs\source.vsdx" using ( Metadata...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  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...