Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 3,803 for

name

(0.3 sec)
  1. Java在线重新排列Word页面

    了解如何使用 GroupDocs.Merger Cloud SDK for Java 在 Word 文档中移动、重新排序和重新排列页面。使用这个功能强大的 SDK 节省时间和精力。...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/merger/move-reorder-and...
  2. Python Bulk Find and Replace in Word Document -...

    Hi @tilal.ahmad hope you are doing great. Just wanted to reach out to you regarding one of the challenge I am facing . I was successful in converting pdf to word using Group Docs. Now on the converted word doc I want to…...attached word doc the word ‘Name’ has to be replace with word...

    forum.groupdocs.cloud/t/python-bulk-find-and-re...
  3. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....object which contains document name, folder location and signing...object which contains document name, folder location and signing...

    docs.groupdocs.cloud/signature/working-with-sig...
  4. Translate Word or Excel Documents into 7 Differ...

    Translation API to translate Word & Excel documents into Chinese, English, French, German, Italian, Russian, Spanish without disturbing document structure.... \\"pair\\":\\"en-fr\\", \\"name\\":\\"document.docx\\", \\"...

    blog.groupdocs.cloud/translation/translate-word...
  5. Edit PowerPoint Presentations using Python | Ed...

    Programmatically edit PowerPoint presentations using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....prefixed with the input file name such as “ sample.files ” in...the images on the slide are named Picture 2, Picture 3, etc in...

    blog.groupdocs.cloud/editor/edit-powerpoint-pre...
  6. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example.... Provide the application name, for example, HelloWorld . Click...

    docs.groupdocs.cloud/rewriter/hello-world/
  7. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example.... Provide the application name, for example, HelloWorld . Click...

    docs.groupdocs.cloud/translation/hello-world/
  8. Add Text Watermark to PDF in C# | Insert Waterm...

    Learn how to add a text watermark to PDF files using C# .NET. Protect, brand, and customize your PDF documents with watermark text using .NET REST API....Branding: Add company logos or names as visible marks on every page...signatures, dates, or project names. PDF Watermark REST API for...

    blog.groupdocs.cloud/watermark/add-text-waterma...
  9. Extract Images from Word Documents using C# .NE...

    Learn how to extract images from Word (.DOCX, .DOC) files in C# .NET and REST API. Step-by-step tutorial to extract and save embedded images online....Images) { // write the name of image extracted from word...

    blog.groupdocs.cloud/parser/extract-images-from...
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....docx\ "}" Response { "name" : "one-page.docx" , "path"...

    docs.groupdocs.cloud/annotation/get-document-in...