Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 4,738 for

data

(0.07 sec)
  1. PageInfo | Documentation

    PageInfo Data structure represents information about page PageInfo example: { "Width": 0, "Height": 0, "PageNumber": 0 } Name Description Width Page width Height Page height PageNumber Page number...Comparison Cloud / Developer Guide / Data structures / PageInfo PageInfo...PageInfo Leave feedback PageInfo data structure represents information...

    docs.groupdocs.cloud/comparison/pageinfo/
  2. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metaData, paraphrase, classify, repair, and translate documents of almost all the popular file formats....previously created files for data referencing or when different...previously created slideshows for data referencing or when different...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  3. Convert XML to Excel and Excel to XML in Python

    Transforming extensive XML Data into Excel can be accomplished online or by employing an online Excel to XML converter for Tally. This guide demonstrates the process of converting XML to Excel and Excel to XML using Python....efficiently managing complex data structures. It serves as a computer-friendly...long-term data storage, data transportation, and data reusability...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  4. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metaData source when saving resultant file. Files have metaData information – author, organization, etc. Possible metaData sources are: Source file metaData; Target file metaData; User-defined metaData. The following code demonstrates how to set resultant file metaData. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/comparison/set-document-me...
  5. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options.... It expects object data in request body. You can add...'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...

    docs.groupdocs.cloud/signature/working-with-sea...
  6. DiagramMasterSetting | Documentation

    DiagramMasterSetting Data structure used for setting master diagram for diagram comparison result. DiagramMasterSetting example: { "MasterPath": "string", "UseSourceMaster": true } Name Description MasterPath Path to custom master path UseSourceMaster Value of using master from source and target document together...Comparison Cloud / Developer Guide / Data structures / DiagramMasterSetting...feedback DiagramMasterSetting data structure used for setting master...

    docs.groupdocs.cloud/comparison/diagrammasterse...
  7. InfoResult | Documentation

    InfoResult Data structure represents document information InfoResult example: { "Format": "string", "Extension": "string", "Size": 0, "PageCount": 0 } Name Description Format Document format Extension Document file extension Size Document file size PageCount Pages count...Comparison Cloud / Developer Guide / Data structures / InfoResult InfoResult...InfoResult Leave feedback InfoResult data structure represents document...

    docs.groupdocs.cloud/comparison/inforesult/
  8. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard...."Authorization: Bearer <jwt token>" --data-binary "@path/to/file" Response...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/conversion/convert-documen...
  9. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  10. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/enable-layered-rend...