Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 4,517 for

comparison

(0.33 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Класифікація PDF‑файлів у .NET: підручник і зразковий код Дізнайтеся, як класифікув......Comparison Cloud SDK. Наш докладний...Python за допомогою GroupDocs.Comparison Cloud SDK для Python. Перетворіть...

    blog.groupdocs.cloud/uk/index.xml
  2. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Modyfikowanie plików TXT w Javie Odkryj, jak modyfikować pliki TXT w Javie przy uży......Comparison Cloud SDK. Nasz szczegółowy...Python za pomocą GroupDocs.Comparison Cloud SDK dla języka Python...

    blog.groupdocs.cloud/pl/index.xml
  3. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signresult/
  4. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/supported-document-...
  6. 특별 공휴일 제공, GroupDocs.Total 25% 할인 - GroupDocs 뉴...

    GroupDocs Holidays 제안 - .NET 및 Java용 GroupDocs.Total을 25% 할인 받으세요. 온라인으로 주문할 때 HOL2017WBS를 인용하십시오....Comparison Cloud 는 최종 사용자가 PDF, Microsoft...

    blog.groupdocs.cloud/ko/total/releasing-first-v...
  7. document conversion

    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....Comparison сравнивайте и объединяйте...

    blog.groupdocs.cloud/ru/tag/document-conversion/
  8. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Comparison for .NET은 개발자가 두 개의 Word...사항을 비교할 수 있습니다. GroupDocs.Comparison for .NET은 레드라인 변경 사항 추적 접근...

    blog.groupdocs.cloud/ko/groupdocs.cloud/page/50/
  9. GroupDocs.Annotation 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....Comparison for .NET은 개발자가 두 개의 Word...사항을 비교할 수 있습니다. GroupDocs.Comparison for .NET은 레드라인 변경 사항 추적 접근...

    blog.groupdocs.cloud/ko/categories/groupdocs.an...
  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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/viewoptions/