Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,072 for

data source

(0.61 sec)
  1. GroupDocs.Search for .NET 17.5.0 Now Supports S...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Search for .NET 17.5.0 API. We have introduced a number of new features and enhancements in this release. The most notable improvement made to the API in this release is the support for some new formats like epub, OneNote, OpenDocument presentation format etc. For a better user experience the API has implemented optimization of simple and fuzzy search along with optimizing the index Data on hard disk....along with optimizing the index data on hard disk. We strongly recommend...search Optimization of index data on hard disc Removal of LoadSynonyms(string...

    blog.groupdocs.com/search/groupdocs.search-.net...
  2. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() DataSource = ga.Data.XmlDataSource("DataSource.xml") DataSourceInfo = ga.DataSourceInfo(DataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the Source document Data path Set up the Source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More reSources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... data . XmlDataSource ( "datasource...Set up the source document data path Set up the source document...

    docs.groupdocs.com/assembly/python-net/barcode/
  3. Business Case of Manager-Client Contract System...

    Note This business case has been conceived for the demonstration purpose and serves well for a typical manager-client system. There may be simpler or complex scenarios in real life businesses. Business Case There are many managers offering their services. There are multiple clients in the market. A manager can sign multiple contracts and start working. A contract may contain multiple clients. The Data is fetched from custom objects and report is generated.... The data is fetched from custom objects...of templates somewhere /Date/Source/. The report developer may...

    docs.groupdocs.com/assembly/java/business-case-...
  4. Comparison API sample Implementation with PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others 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) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....php file is responsible for data transmission between a template...the template comparison sends data to comparison.php , a file that...

    blog.groupdocs.com/comparison/implement-documen...
  5. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...ChangeInfo[] CompareDoc(string source, string target, string outPut)...Comparer comparer = new Comparer(source)) { comparer.Add(target); //...

    forum.groupdocs.com/t/image-comparison-processi...
  6. Compare JSON Files in C# / Java / Node.js with ...

    Compare JSON files with GroupDocs.Comparison for .NET, Java, and Node.js. Generate visual HTML reports and textual JSON diffs, accept or reject changes, and handle nested structures with type-aware comparison....Object Notation) is a lightweight data-interchange format that is easy...languages, making it an ideal data-interchange language. In this...

    blog.groupdocs.com/comparison/mastering-json-co...
  7. XML Viewer using Java | Render XML as PDF using...

    View XML files as PDF using Java. Learn how to render XML files within your own XML viewer Java application using GroupDocs API....article , XML is a structured data storage and transportation markup...to properly view or share XML data, it is often necessary to convert...

    blog.groupdocs.com/viewer/xml-viewer-using-java/
  8. GroupDocs.Metadata for .NET v1.3.0 introduces n...

    GroupDocs team is pleased to announce another monthly release of GroupDocs.MetaData for .NET version 1.3.0 with extended features for existing supported formats and support of new file formats. Moreover, in this version, the team introduces MetaData Replace API to find and replace metaData properties in document formats. Not only this, but the user will also be able to define his/her custom logic to replace metaData properties in supported documents. Let’s see what’s more in this new package....in Replace API Read-write XMP data in Photoshop format Edit comments...Read-write XMP data in Pdf format Inspect and remove hidden data in Pdf...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  9. GroupDocs.Metadata for .NET 1.2.0 introduces me...

    GroupDocs team takes pride to announce the monthly release of GroupDocs.MetaData for .NET with some promising new features. Our initial two releases were focused on processing metaData against varying document formats including Microsoft Office, PDF, Adobe Photoshop and image formats - the complete list of supported document formats can be found at: Supported File Formats. In this release, we are focused on introducing varying new features to work on metaData associated with these document formats including (but of course not limited to) MetaData Comparison and Search....Working with Hidden Data in word Updating EXIF Data using Properties...Removing Geo-Location in EXIF Data Adding Thumbnail Property in...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  10. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects GroupDocs.Assembly for .NET API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Data Source Document Multiple Tables Data....added: Name IndexInDocument Data Source Document Template Loading...Using DocumentTableSet as Data Source CustomDocumentTableL ColumnNameExtracting...

    docs.groupdocs.com/assembly/net/loading-multipl...