Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 5,064 for

signature

(0.07 sec)
  1. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/quickstart/
  2. Праздничное предложение GroupDocs.cloud — скидк...

    Праздничное предложение GroupDocs.cloud — скидка 25% на API GroupDocs.Total Cloud. Укажите HOLOFF2018 при оформлении заказа онлайн....Signature предлагает облачные SDK для...

    blog.groupdocs.cloud/ru/total/groupdocs.cloud-h...
  3. ग्रुपडॉक्स न्यूज़लैटर अक्टूबर 2017 संस्करण - दस...

    अक्टूबर 2017 के ग्रुपडॉक्स डेवलपर न्यूज़लेटर में ग्रुपडॉक्स दस्तावेज़ हेरफेर एपीआई के भीतर एपीआई अपडेट, प्रमुख फीचर एन्हांसमेंट और बग फिक्स का वर्णन किया गया है।...Signature अपने जावा अनुप्रयोगों के भीतर...NET 17.8 के लिए GroupDocs.Signature लोकप्रिय छवि फ़ाइल स्वरूपों...

    blog.groupdocs.cloud/hi/total/groupdocs-newslet...
  4. Bản tin GroupDocs tháng 7 năm 2017– Cập nhật AP...

    Bản tin dành cho nhà phát triển GroupDocs tháng 7 năm 2017 mô tả các bản cập nhật API, các cải tiến tính năng chính và các bản sửa lỗi trong API thao tác tài liệu GroupDocs....Signature cho Java 17.4.0 cho phép các...kỳ văn bản nào. GroupDocs.Signature cho .NET 17.05 - thêm khả...

    blog.groupdocs.cloud/vi/total/groupdocs-newslet...
  5. Supported Document Formats | Documentation

    The following table indicates the file formats that GroupDocs.Editor Cloud can edit. WordProcessing family formats Format Description Edit Auto Detection DOC MS Word 97-2007 Binary File Format DOCX Office Open XML WordProcessingML Macro-Free Document DOCM Office Open XML WordProcessingML Macro-Enabled Document DOT MS Word 97-2007 Template DOTM Office Open XML WordprocessingML Macro-Enabled Template DOTX Office Open XML WordprocessingML Macro-Free Template FlatOPC Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package ODT Open Document Format Text Document OTT Open Document Format Text Document Template RTF Rich Text Format WordML Microsoft Office Word 2003 XML Format — WordProcessingML or WordML Spreadsheet family formats Format Description Edit Auto Detection XLS Excel 97-2003 Binary File Format XLT Excel 97-2003 Template XLSX Office Open XML Workbook Macro-Free XLSM Office Open XML Workbook Macro-Enabled XLTX Office Open XML Template Macro-Free XLTM Office Open XML Template Macro-Enabled XLSB Excel Binary Workbook XLAM Excel Add-in SXC StarOffice or OpenOffice....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/supported-document-...
  6. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/quickstart/
  7. PdfOptimizationOptions | Documentation

    PdfOptimizationOptions data structure contains the PDF optimization options to apply to the output PDF file. ImageOptions example { "Lineriaze": false, "RemoveAnnotations": false, "RemoveFormFields": false, "ConvertToGrayScale": false, "SubsetFonts": false, "CompressImages": false, "ImageQuality": 100, "ResizeImages": false, "MaxResolution": 300, "OptimizeSpreadsheets": false } ImageOptions fields Name Description Lineriaze Enables optimization the output PDF file for viewing online with a web browser. This optimization allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  8. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  9. Overview | Documentation

    GroupDocs.Comparison Cloud is a REST API that provides an ability to detect differences between source and target files for changes at paragraphs, words and characters levels. Can identify styling and formatting changes - like bold, italic, underlines, strike-troughs, font types, etc. Every particular difference between compared document can be applied or rejected and the exported to a final document. GroupDocs.Comparison Cloud allows to obtain basic information about source document - file type, size, pages count etc....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/overview/
  10. 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)....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/changeinfo/