Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,481 for

document information

(0.54 sec)
  1. Configure Google Drive Storage | Documentation

    You have to complete following steps to connect a Google Drive Storage: Google Drive Configurations Create Google account if you don’t have one (Google Plus account can be used) (Optional) Install Google Drive application at your PC (see https://drive.google.com) Go to Google API console: https://code.google.com/apis/console Create a new Project In “APIs & Services” menu Enable Google Drive API Go to Credential options and add Information in OAuth consent screen Create “OAuth client ID” API credentials Select Web Application and More options Add https://dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Total Cloud...

    docs.groupdocs.cloud/total/configure-google-dri...
  2. REST API Overview | Documentation

    This Document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Total Cloud...

    docs.groupdocs.cloud/total/overview-rest-api/
  3. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Cloud is a platform agnostic document conversion REST API, that...for flawless performance and document conversion features utilization...

    blog.groupdocs.cloud/groupdocs.cloud/page/49/
  5. Convert XML to PDF in Python using REST API

    Convert XML to PDF file fast online using GroupDocs.Conversion Cloud REST API. This article is about how to convert XML to PDF in Python using REST API....file to PDF to secure data information. By converting XML to PDF...The article will provide information about the following subjects:...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  6. C# Merge PDF Files into One - C# File Merger

    Learn how to merge PDF files in C# using the GroupDocs.Merger Cloud SDK for .Net. Step-by-step guide for seamless PDF merging in your C# applications....(Portable Document Format) is widely used for sharing documents while...into a single document to streamline information or improve accessibility...

    blog.groupdocs.cloud/merger/how-to-merge-pdf-fi...
  7. PDF Merger | Merge PDF Documents | Combine PDFs...

    Learn how to merge PDF Documents in C# .NET. Step-by-step guide to combine PDF files, concatenate PDF Documents, and streamline workflows with PDF merger....you to combine PDF and PDF documents into a single file, reducing...sharing easier, and ensuring information stays consolidated. PDF Merger...

    blog.groupdocs.cloud/merger/merge-pdf-files-usi...
  8. Display JSON Data in HTML Page on Document Proc...

    Display JSON Data in HTML Page on Document Processing REST APIs | GroupDocs Cloud Recent content in Display JSON Data in HTML Page on Document Processing REST APIs | GroupDocs Cloud Mostrar datos J......JSON Data in HTML Page on Document Processing REST APIs | GroupDocs...JSON Data in HTML Page on Document Processing REST APIs | GroupDocs...

    blog.groupdocs.cloud/es/tag/display-json-data-i...
  9. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/changeinfo/
  10. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/viewoptions/