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

assembler

(0.04 sec)
  1. 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....Assembly Product Solution GroupDocs...

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

    docs.groupdocs.cloud/comparison/changeinfo/
  3. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/inforesult/
  4. Customer Newsletters

    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 поддерживает создание форматов...источников документов. GroupDocs.Assembly предлагает API для автоматизации...

    blog.groupdocs.cloud/ru/tag/customer-newsletters/
  5. Nhận tài liệu đã hoàn thành và được ký thông qu...

    Bản tin tháng 9 năm 2014 của GroupDocs tập trung vào thư viện Aspose.Conversion for .NET nhưng cũng có tin tức về tính năng mới và tính năng sắp ra mắt....Assembly cho .NET 1.0.4 cho NuGet Gallery...xuất bản ứng dụng GroupDocs.Assembly for Cloud cho Zapier Đã xuất...

    blog.groupdocs.cloud/vi/conversion/september-ne...
  6. Лютий 2014 Інформаційний бюлетень

    Інтеграції та нові зразки Cloud API, випуски й оновлення продуктів тощо в нашому інформаційному бюлетені за лютий 2014 року....продукції Незабаром: GroupDocs Assembly for Cloud App 2.5.0 Нова версія...версія GroupDocs Assembly for cloud app , версія 2.5.0, знаходиться...

    blog.groupdocs.cloud/uk/total/groupdocs-total-n...
  7. 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 API 在 Python 中生成带有 XML...

    blog.groupdocs.cloud/zh/page/12/
  8. 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 API گزارش های پویا پایتون...

    blog.groupdocs.cloud/fa/page/13/
  9. Overview | Documentation

    GroupDocs.Classification Cloud is a REST API for classification documents. Note Our GroupDocs.Classification Cloud REST API comes with many features crucial to organizations, such as: Classification of the raw texts. Classification of batches of raw texts. Classification of documents for next supported file formats: Portable Document Format: PDF; Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM; OpenDocument Formats: ODT, OTT; Rich Text Format: RTF; Plain Text File: TXT. Multilingual Sentiment Analysis with Sentiment and Sentiment3 taxonomies....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/overview/
  10. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signsettings/