Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 17,960 for

file api

(0.06 sec)
  1. Set Metadata By Property Value | Documentation

    This REST Api allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://Api....feedback On this page This REST API allows to set document metadata..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST Apis | GroupDocs Cloud...Comparison for Java API from Next Generation GroupDocs...GroupDocs.Comparison for .NET. The API provides facility to compare...

    blog.groupdocs.cloud/groupdocs.cloud/page/45/
  3. Rename email fields | Documentation

    When rendering email messages, by default the Api uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The Api provides a new property FieldLabels in EmailOptions class to change the field labels....email messages, by default the API uses the English language to...labels for email header. The API provides a new property FieldLabels...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  4. Set Metadata | Documentation

    This REST Api allows to set metadata new values into existing properties of the documents. With this Api you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Metadata Leave feedback This REST API allows to set metadata new values...of the documents. With this API you can set metadata with following...

    docs.groupdocs.cloud/metadata/set-metadata/
  5. System.OutOfMemoryException coverting HTML to D...

    Hi, I am getting System.OutOfMemoryException exception randomly when I try to convert a HTML document to DOC. This is the Api I am using https://Api.groupdocs.cloud/v2.0/conversion?format=docx&fromPage=1... This is the API I am using https://api.groupdocs.cloud/v2...inconvenience. We noticed some file conversion consumed memory in...

    forum.groupdocs.cloud/t/system-outofmemoryexcep...
  6. convert RAR to JPG online on Document Automatio...

    convert RAR to JPG online on Document Automation REST Apis | GroupDocs Cloud Recent content in convert RAR to JPG online on Document Automation REST Apis | GroupDocs Cloud Konversi File RAR ke JPG ......on Document Automation REST APIs | GroupDocs Cloud Recent content...Automation REST APIs | GroupDocs Cloud Konversi File RAR ke JPG di...

    blog.groupdocs.cloud/id/tag/convert-rar-to-jpg-...
  7. GroupDocs.Merger 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....українська Polski Combining PDF files into a single document using...and develop your own Excel files merger programmatically. Combine...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  8. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call Api method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File Api documentation for usage details. Swagger UI lets you call this REST Api directly from the browser.... API usage There are steps that usage...documents into cloud storage Call API method Download comparison result...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  9. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the Api provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File Api documentation for usage details....layout from a CAD drawing the API provides CadOptions.LayoutName...to render a specific layout. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/render-single-layout/
  10. 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....data structure returned by Sign API method as output result SignResult...signed document DownloadUrl Page file path in the cloud storage. Use...

    docs.groupdocs.cloud/signature/signresult/