Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 14,189 for

docx

(0.11 sec)
  1. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/Docx/one-page.Docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options...."filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...

    docs.groupdocs.cloud/signature/searchresult/
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Learn how to convert DOC or DOCX to HTML using GroupDocs.Conversion...

    blog.groupdocs.cloud/groupdocs.cloud/page/6/
  3. GroupDocs.Watermark 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....watermark to Word documents (DOC, DOCX) online using GroupDocs.Watermark...

    blog.groupdocs.cloud/categories/groupdocs.water...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...docx or .doc) programmatically in...documents online. Word (.doc, .docx) is one of the most commonly...

    blog.groupdocs.cloud/groupdocs.cloud/page/23/
  5. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....allows you to convert DOC to PDF, DOCX to TIFF, PDF to DOC, PDF to...improved handling of DOC to DOCX conversion operations, streamlined...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  6. GroupDocs.Annotation 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....focusing on how to annotate DOCX files using a REST API in Python...

    blog.groupdocs.cloud/categories/groupdocs.annot...
  7. GroupDocs.Viewer Cloud V2 Version

    GroupDocs.Viewer Cloud REST API V2 is finally here!. The V2 version API is more simplified API than V1, API with fewer methods and options....create a response HTML view of a DOCX. We are using cURL for the REST...

    blog.groupdocs.cloud/viewer/groupdocs.viewer-cl...
  8. Rendering Document on Document Processing REST ...

    Rendering Document on Document Processing REST APIs | GroupDocs Cloud Recent content in Rendering Document on Document Processing REST APIs | GroupDocs Cloud PHP を使用して Word ドキュメントを HTML ページに表示する Gr...... DOCX を応答性の高い Web ページにレンダリングします。 Node...

    blog.groupdocs.cloud/ja/tag/rendering-document/...
  9. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Boost your Document Viewing Applications with more than 50 Document & Image Formats. GroupDocs.Viewer for Cloud 18.11 includes support of Outlook Data Files...Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM OpenDocument...

    blog.groupdocs.cloud/classification/groupdocs.c...
  10. 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....docx" , "storageName" : null , "versionId"..."password" : null }, "extension" : "docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/inforesult/