Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 4,736 for

data

(0.03 sec)
  1. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....// 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/annotation/get-pages/
  2. SignSettings | Documentation

    SignSettings Data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Signature Cloud / Developer Guide / Data structures / SignSettings SignSettings...feedback On this page SignSettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/signsettings/
  3. UpdateResult | Documentation

    UpdateResult Data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...Signature Cloud / Developer Guide / Data structures / UpdateResult UpdateResult...feedback On this page UpdateResult data structure returned by Update...

    docs.groupdocs.cloud/signature/updateresult/
  4. Education | Our Success Stories | Python.org

    The official home of the Python Programming Language...Success stories home Arts Business Data Science Education Engineering...

    www.python.org/success-stories/category/education/
  5. 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...
  6. 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...
  7. 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...
  8. Python Microsoft Word to MarkDown Conversion th...

    I found error in the below for the code attached… I set for my google drive storage. Error msg: groupdocs_conversion_cloud.api_exception.ApiException: (500) Message: AmazonS3 Storage exception: The specified key doe…...file_path = input_filename data = api.convert_document_download(request)...load(request) return data 현재 폴더 내의 .docx 파일들을 찾아서 변환 및 다운로드 for...

    forum.groupdocs.cloud/t/python-microsoft-word-t...
  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...