Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 2,125 for

assembler

(0.03 sec)
  1. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  2. Document Automation REST APIs | GroupDocs Cloud

    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....Assembly Cloud, aby wygenerować dynamiczne...

    blog.groupdocs.cloud/pl/page/12/
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Assembly Cloud API’yi kullanarak JSON...

    blog.groupdocs.cloud/tr/groupdocs.cloud/page/13/
  4. GroupDocs ニュースレター 2017 年 10 月版 – ドキュメント操作 API の更新

    2017 年 10 月の GroupDocs 開発者ニュースレターでは、GroupDocs ドキュメント操作 API 内の API の更新、主要な機能強化、バグ修正について説明しています。...Assembly は、データベース、XML、JSON、OData、および外部ドキュメント...ファイル形式の生成をサポートします。 GroupDocs.Assembly は、.NET、Java、およびクラウド開発者がテンプレートからカスタム...

    blog.groupdocs.cloud/ja/total/groupdocs-newslet...
  5. Nâng cao ứng dụng C#/ASP.NET của bạn với khả nă...

    GroupDocs cung cấp một thư viện .NET với API linh hoạt có thể được sử dụng để xây dựng các ứng dụng chữ ký điện tử ràng buộc về mặt pháp lý với chức năng chụp chữ ký web....Assembly cho thư viện .NET Đã thêm...Hình ảnh, Hộp kiểm. GroupDocs.Assembly cho ứng dụng đám mây Trình...

    blog.groupdocs.cloud/vi/comparison/spotlight-gr...
  6. classify/batch Request Parameters | Documentation

    Parameter In Type Comment body BatchRequest Batch of texts (up to 10). BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BatchRequest { batch (string[]), } Examples: JSON { "batch": ["Text1", "Text2"] } XML...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classifybat...
  7. Available SDKs | Documentation

    GroupDocs.Watermark Cloud SDKs GroupDocs.Watermark Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/available-sdks/
  8. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/total/configure-google-dri...
  9. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/previewoptions/
  10. ItemsStyle | Documentation

    ItemsStyle data structure used for styling comparison differences. ItemsStyle example: { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true } Name Description FontColor Font color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example) HighlightColor Highlight color for changed components BeginSeparatorString Start tag for changed components EndSeparatorString End tag for changed components Bold Bold style for changed components Italic Italic style for changed components StrikeThrough Strike through style for changed components Underline Underline style for changed components...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/itemsstyle/