Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 1,781 for

docx to doc

(0.04 sec)
  1. how to extract pages from a microsoft word docu...

    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....js 从 Word DOC/DOCX Online 中提取页面 您可能需要以编程方式将 word...文档提取到云端的单独文件中。在本文中,您将学习如何使用 Node.js 在线从 word DOC/DOCX 中提取页面。 本文应涵盖以下主题: Word Page...

    blog.groupdocs.cloud/zh/tag/how-to-extract-page...
  2. how to change page orientation in word office 365

    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....Merger 在 Ruby 中更改 Word DOC/DOCX 文件的頁面方向。有關 API 的詳細信息和其他功能,您可以訪問...

    blog.groupdocs.cloud/zh-hant/tag/how-to-change-...
  3. 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": "....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\"...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. Get Document Information | Documentation

    This REST API allows To obtain basic information about the Document. Endpoint accepts Document sTorage path as input payload. Here are the list of properties that can be obtained for a Document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicaTor. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the Document, located in the sTorage. Required....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath: '/documents/input.docx' }" Response { "fileType" :...

    docs.groupdocs.cloud/metadata/get-document-info...
  5. pdf file convert to word file free download

    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....docx 或 .doc)。當您需要更改 PDF 文檔的文本、使用不同的文...Java SDK 安裝 為了將 PDF 文件轉換為 Word DOCX,我將使用 GroupDocs....

    blog.groupdocs.cloud/zh-hant/tag/pdf-file-conve...
  6. pdf to word converter for pc free online

    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....docx 或 .doc)。當您需要更改 PDF 文檔的文本、使用不同的文...Java SDK 安裝 為了將 PDF 文件轉換為 Word DOCX,我將使用 GroupDocs. 使用 REST API...

    blog.groupdocs.cloud/zh-hant/tag/pdf-to-word-co...
  7. pdf file convert to word file free download

    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....docx 或 .doc)。当您需要更改 PDF 文档的文本、使用不同的文...Java SDK 安装 为了将 PDF 文件转换为 Word DOCX,我将使用 GroupDocs....

    blog.groupdocs.cloud/zh/tag/pdf-file-convert-to...
  8. Move Pages | Documentation

    This REST API provides a move page feature that allows you To manipulate page ordering by moving any page(s) To a new position within a Document. For moving page To a new position, it’s needed To specify current and new page numbers along with the path To Document in sTorage. For protected Documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while moving Document pages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'words/four-pages.docx'}, 'PageNumber': 1, 'NewPageNumber':...

    docs.groupdocs.cloud/merger/move-pages/
  9. how to change page orientation in word office 365

    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....Merger 在 Ruby 中更改 Word DOC/DOCX 文件的页面方向。有关 API 的详细信息和其他功能,您可以访问...

    blog.groupdocs.cloud/zh/tag/how-to-change-page-...
  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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."filePath" : "signaturedocs/one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/inforesult/