Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 927 for

data source

(0.36 sec)
  1. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....ideal choices to interchange data in web services. With this huge...often required to convert JSON data format into other formats for...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... As the project is open source and published on GitHub, developers...Inspect hidden data in Excel format Inspect hidden data in PowerPoint...

    blog.groupdocs.com/groupdocs.blog/page/86/
  3. Convert XLSX to HTML using Node.js

    Let's quickly convert XLSX to HTML using Node.js. Learn how to export XLSX to HTML in Node.js and turn Excel spreadsheets into responsive, web-ready HTML pages....need to transform spreadsheet data into web-compatible formats...providing the file path to your source .xlsx spreadsheet to prepare...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  4. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....byte array containing document data An InputStream An instance of... or Base64-encoded document data While building a report, an...

    docs.groupdocs.com/assembly/java/inserting-docu...
  5. Work with Streams vs File Paths | GroupDocs

    Learn when and how to use streams versus file paths for template loading and document saving in .NET....docx" ; var data = new { CustomerName = "ABC...outputPath , new DataSourceInfo ( data , "invoice" )); Console . WriteLine...

    docs.groupdocs.com/assembly/net/basic-usage-str...
  6. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing...Field Signatures # Interactive Data Collection : Capture signature...document page that allows user data input through various control...

    blog.groupdocs.com/signature/sign-documents-wit...
  7. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications.... or retrieved from remote sources. The main class involved is:...@"C:\Output\Invoice.docx" ; // Sample data var invoiceData = new { CustomerName...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  8. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....related data inside a single document and share this data easily...steps: Instantiate object with source document path or stream; Call...

    docs.groupdocs.com/merger/net/add-document-to-w...
  9. Defining Relations Between DocumentTable Instan...

    Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances API provides the ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler...Data namespace have been added: ...property of the GroupDocs.Assembly.Data.DocumentTableSet class has been...

    docs.groupdocs.com/assembly/java/defining-relat...
  10. How to merge BMP images using C# | GroupDocs

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....The BMP file format can store data as two-dimensional digital images...Package GroupDocs . Merger Source BMP images How to merge BMP...

    docs.groupdocs.com/merger/net/getting-started/u...