Sort Score
Result 10 results
Languages All
Labels All
Results 6,231 - 6,240 of 12,871 for

docx

(0.05 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    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....PowerPoint 转换的 API 在 Ruby 中将 DOCX 转换为 PPTX 或 PPT 使用高级选项将 Word...开发人员,您可以在云端以编程方式将 PDF 文件转换为 Word 文档(DOC 或 DOCX)。在本文中,我们将学习如何使用 Ruby 云 REST...

    blog.groupdocs.cloud/zh/page/31/
  2. Версія GroupDocs.Viewer Cloud V2

    GroupDocs.Viewer Cloud REST API V2 нарешті тут!. API версії V2 є більш спрощеним API, ніж V1, API з меншою кількістю методів і опцій....створити відповідний HTML-перегляд DOCX. У цьому прикладі ми використовуємо...cloud/v2/viewer/storage/file/one-page.docx' \ --header 'authorization:...

    blog.groupdocs.cloud/uk/viewer/groupdocs.viewer...
  3. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....docx ", " StorageName ": "" }, "..."metadata/add_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Set Metadata By Property Name | Documentation

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....docx ", " StorageName ": "" }, "..."metadata/set_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....docx ", " StorageName ": "" }, "...adata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....docx ", " StorageName ": "" }, "..."metadata/add_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....docx ", " StorageName ": "" }, "..."metadata/set_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  8. كيفية استخراج الصفحات من مستندات Word في Python

    قم بتقسيم مستند Word إلى مستندات متعددة لاستخراج الصفحات من مستند Word. تتناول هذه المقالة كيفية استخراج الصفحات من مستندات الكلمات في بايثون....واحد في Python # يمكنك تقسيم docx برمجيًا على السحابة باتباع الخطوات...-file.docx", "H:\\groupdocs-cloud-data\\word-file.docx", storage_name)...

    blog.groupdocs.cloud/ar/merger/how-to-extract-p...
  9. Ruby에서 REST API를 사용하여 Word 문서 분할

    거대한 워드 파일과 DOC/Docx 페이지를 더 작은 파일로 분할해야 할 수도 있습니다. 이 문서는 Ruby에서 REST API를 사용하여 Word 문서를 분할하는 방법에 관한 것입니다.... Word DOCX Splitter Cloud API 및 Ruby SDK...문서로 분할 무료 온라인 분할 Word 문서 Word DOCX Splitter Cloud API 및 Ruby SDK...

    blog.groupdocs.cloud/ko/merger/split-word-docum...
  10. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_2.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/render-selected-pages/