Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 1,064 for

data source

(0.15 sec)
  1. How to Run Examples | GroupDocs

    This article describes how to run .NET search API code examples.... The Data folder contains all the sample...in this repository are open source and can be freely used in your...

    docs.groupdocs.com/search/net/how-to-run-examples/
  2. Convert email formats | GroupDocs

    This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for Java....applications to store their various data including email messages, attachments...PdfConvertOptions ; ... // Load the source MSG file Converter converter...

    docs.groupdocs.com/conversion/java/convert/email/
  3. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metaData. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....instance of class and pass source document path or stream as...salt = "1234567890" ; // create data encryption IDataEncryption encryption...

    docs.groupdocs.com/signature/net/search-for-enc...
  4. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metaData. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....instance of class and pass source document path or stream as...salt = "1234567890" ; // create data encryption IDataEncryption encryption...

    docs.groupdocs.com/signature/java/search-for-en...
  5. Convert email formats | GroupDocs

    This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for .NET....applications to store their various data including email messages, attachments...looks like this: // Load the source MSG file using ( var converter...

    docs.groupdocs.com/conversion/net/convert/email/
  6. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....dd" >> Outputting Sequential Data You can output a sequence of...to your report using a data band. A data band has a body that represents...

    docs.groupdocs.com/assembly/net/template-syntax...
  7. assembly-java.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/assembly/java/weekly0.5 https://docs.groupdocs.com/assembly/java/adding-next-field-......g-report-using-multiple-data-sources-in-presentation-document/weekly0...g-report-using-multiple-data-sources-in-spreadsheet-document/weekly0...

    docs.groupdocs.com/sitemaps/assembly-java.xml
  8. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr......ZIP-compressed formats, so their internal data is significantly smaller on...ZIP file contains both the source files and the corresponding...

    forum.groupdocs.com/t/file-size-increase-on-con...
  9. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....logic # User enters data into the form. The data is transfered by...controller processes the received data (converts the file) and writes...

    blog.groupdocs.com/total/how-to-perform-callbac...
  10. How to work with Metadata tags

    Explain how to work with MetaData tags... // Load the source document (e.g., a PowerPoint...(Metadata metadata = new Metadata( "source.pptx" )) { // Find properties...

    blog.groupdocs.com/metadata/how-to-work-with-tag/