Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 6,465 for

file format

(0.04 sec)
  1. A REST API Solution to Merge and Split Document...

    GroupDocs.Merger Cloud is a REST API solution to Merge and Split documents like PDF, word processing documents, spreadsheets and more supported Formats....split a wide range of document formats on any platform, without installing...merge documents into a single file. You can copy and paste the...

    blog.groupdocs.cloud/merger/a-rest-api-solution...
  2. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "FileInfo": { "FilePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "Format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version FileInfo Input File inFormation size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted..."text" : "123456789012" , "format" : null , "signatureType" :...Description API Version fileInfo Input file information size The size of...

    docs.groupdocs.cloud/signature/deleteresult/
  3. Word to HTML | DOC to HTML Online | DOCX to HTM...

    使用 GroupDocs.Conversion Cloud SDK for Node.js 将 Word 文档转换为 HTML。了解如何使用 Node.js 将 DOC、DOCX 文件转换为 web 友好的 HTML。...format = "html"; settings.outputPath...convertDocument(request); console.log("File converted to HTML successfully...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  4. Introduction of Java SDK for GroupDocs.Viewer C...

    Java SDK release for public use of GroupDocs.Viewer cloud features in Java based applications....supports a variety of document formats and allows viewing a specific...image, PDF or its original format with the flexibility to render...

    blog.groupdocs.cloud/viewer/introduction-of-jav...
  5. GroupDocs.Total 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.... Files and folders storage and their...signatures in supported file formats Groupdocs.Signature Cloud...

    blog.groupdocs.cloud/categories/groupdocs.total...
  6. Get Document Information | Documentation

    This API retrieves document inFormation. It returns an object that contains inFormation about File Format, document pages and File size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document inFormation. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "FileName": "one-page.docx", "extension": "....information about file format, document pages and file size. Resource...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. 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....supported by all document formats. Each option may correspond...correspond to one or more formats. ViewOptions example { "ViewFormat"...

    docs.groupdocs.cloud/viewer/viewoptions/
  8. Get All Supported Conversion Formats - introduc...

    This monthly release is introducing unit test case in PHP and .NET SDKs to get possible conversions from document stream for any supported document Format....major documents and image formats conversion to and from, This...for any supported document format. Some major changes in current...

    blog.groupdocs.cloud/conversion/get-all-support...
  9. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Password The password to open file It should be specified only...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-specifi...
  10. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Password The password to open file It should be specified only...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'WatermarkOptions':...

    docs.groupdocs.cloud/conversion/add-watermark/