Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 2,049 for

docx to doc

(0.33 sec)
  1. 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/tag/pdf-to-word-convert...
  2. free online pdf to word converter for windows

    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/free-online-pd...
  3. how to extract pages from word document 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....js 從 Word DOC/DOCX Online 中提取頁面 您可能需要以編程方式將 word...文檔提取到雲端的單獨文件中。在本文中,您將學習如何使用 Node.js 在線從 word DOC/DOCX 中提取頁面。 本文應涵蓋以下主題: Word Page...

    blog.groupdocs.cloud/zh-hant/tag/how-to-extract...
  4. Java convert Word to PDF free online converter

    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....本文涵蓋以下主題: Java Convert Word to PDF - DOCX to PDF Java庫安裝 如何使用 REST API...Word to PDF - DOCX to PDF Java庫安裝 為了將 Word DOC 轉換為 PDF,我將使用 GroupDocs...

    blog.groupdocs.cloud/zh-hant/tag/java-convert-w...
  5. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...

    docs.groupdocs.cloud/signature/searchresult/
  6. 用于保护文档的水印云 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通过 REST API 对文档添加水印。特点包括;添加图像或文本水印,删除、替换或搜索水印。... 文件类型 文件格式 字处理 DOC 、 DOT 、 DOCX 、 DOCM 、 DOTX 、 DOTM 、...setFilePath("documents/sample.docx"); options.setFileInfo(fileInfo);...

    blog.groupdocs.cloud/zh/watermark/watermark-clo...
  7. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST API 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。... 文件類型 文件格式 字處理 DOC 、 DOT 、 DOCX 、 DOCM 、 DOTX 、 DOTM 、...setFilePath("documents/sample.docx"); options.setFileInfo(fileInfo);...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...
  8. 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 Linux/MacOS/Bash curl -X POST "https://api.groupDocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "SignatureDocs/one-page.Docx","STorageName": "MySTorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupDocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_ToKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'SignatureDocs/one-page....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...
  9. Get Document Information | Documentation

    This REST API allows us To obtain basic information about the Document and it’s pages properties. The endpoint accepts the Document sTorage path as input payload. Here is the list of properties that can be obtained for a Document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."{\"FilePath\": \"words/four-pages.docx\"}" Windows PowerShell # First...

    docs.groupdocs.cloud/editor/get-document-inform...
  10. HTML Viewer - Exclude fonts | Documentation

    When rendering Documents inTo HTML, by default the fonts that are used in the Document are added To HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original Document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Format PDF Microsoft Word DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...