Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 2,319 for

assembler

(0.97 sec)
  1. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-template/
  2. Інформаційний бюлетень GroupDocs, березень 2017...

    Інформаційний бюлетень розробників GroupDocs за червень 2017 року описує оновлення API, основні вдосконалення функцій і виправлення помилок в API обробки документів GroupDocs....Assembly для Java тепер дозволяє користувачам...

    blog.groupdocs.cloud/uk/total/groupdocs-newslet...
  3. Document Processing 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 for .NET 3.3.0 支持 Microsoft...API 的 GroupDocs.Assembly GroupDocs.Assembly 允许您通过自动将 PDF 或 Microsoft...

    blog.groupdocs.cloud/zh/page/50/
  4. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/document-inform...
  5. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  6. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/pdf/
  7. cloud api on Document Processing REST APIs | Gr...

    cloud api on Document Processing REST APIs | GroupDocs Cloud Recent content in cloud api on Document Processing REST APIs | GroupDocs Cloud Rechnungen online in der Cloud in wenigen Schritten erste......Assembly Cloud professionelle Rechnungen...

    blog.groupdocs.cloud/de/tag/cloud-api/index.xml
  8. GroupDocs Bülteni Kasım 2017 Sürümü – Belge Man...

    Kasım 2017 tarihli GroupDocs geliştirici bülteni, GroupDocs belge işleme API'lerindeki API güncellemelerini, önemli özellik geliştirmelerini ve hata düzeltmelerini açıklar....Assembly for .NET ve Java 17.9 – E-posta...

    blog.groupdocs.cloud/tr/total/groupdocs-newslet...
  9. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/features-overview/
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/annotationinfo/