Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 1,076 for

pdf to docx

(0.1 sec)
  1. nodejs how to save each page of a word document...

    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/nodejs-how-to-...
  2. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupdocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need To get started is adding our SDK To your existing project....example demonstrating how to sign pdf document with digital signature...FileInfo { FilePath = "sample2.pdf" }, SaveOptions = new SaveOptions...

    docs.groupdocs.cloud/signature/quick-start/
  3. 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....Document Format PDF Microsoft Word DOC, DOCX, DOCM, DOT, DOTX...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  4. Convert document direct async | Documentation

    This example demonstrates how To convert word processing document inTo Pdf document asyncronously without using cloud sTorage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....word processing document into pdf document asyncronously without...= File . Open ( "four-pages.docx" , FileMode . Open ); var request...

    docs.groupdocs.cloud/conversion/convert-documen...
  5. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....pdf" , "fileFormat" : "Portable Document..."Microsoft Word" }, { "extension" : ".docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  6. 使用 Java 将 PNG 转换为 PowerPoint - 分步指南。

    了解如何快速高效地将 PNG 图像转换为 PowerPoint 格式。按照我们的分步指南使用 GroupDocs.Conversion Cloud SDK for Java。...SDK 提供了 范围广泛 的文档转换选项,包括 PDF、DOC、DOCX、XLSX、HTML、光栅图像等。对于需要将文档...Java 支持广泛的 文档格式 ,包括 PowerPoint, PDF、Word 和 Excel。 也可以看看 # 如果您想了解...

    blog.groupdocs.cloud/zh/conversion/convert-png-...
  7. Convert document async | Documentation

    This example demonstrates how To convert word processing document inTo Pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document inTo cloud sTorage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from sTorage Steps 1 and 4 are sTorage operations, please refer To this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....word processing document into pdf document asyncronously. There...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'OutputPath': 'Output'...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats To Words, Cells, Html, Pdf, Slides and Image formats....pdf"][4] \ -X GET \ -H "Content-Type:...AttachmentName = "password-protected.docx", Folder = null, Storage = null...

    blog.groupdocs.cloud/viewer/first-public-releas...
  9. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability To find Digital signatures that are applied To document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Search signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....pdf' }, 'Options': [ { 'AllPages':..."signaturedocs/signedDigital_sample2.pdf" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/search-for-digit...
  10. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....pdf' }, 'Options': [ { 'AllPages':..."signaturedocs/signedDigital_sample2.pdf" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/verify-digital-s...