Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 39,223 for

password

(0.14 sec)
  1. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Password The password to open file Should...Should be specified only for password-protected documents OutputPath...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  2. Compare Two or More Word Documents using Python

    Programmatically Compare two or more Word documents using a REST API on the cloud in Python with Document Comparison Cloud SDK for Python....You may provide the password for the password-protected source or...files as shown below: target.password = "5784" You may also define...

    blog.groupdocs.cloud/2021/03/03/compare-word-do...
  3. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a Password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....also required to provide a password. The following example demonstrates...also required to provide a password. The following example demonstrates...

    docs.groupdocs.cloud/merger/extract-pages/
  4. GroupDocs.Editor Cloud | Java SDK for Editing C...

    Java REST API & Cloud SDK that is capable of editing Word documents, Excel spreadsheets, PowerPoint presentations, in the cloud. Build Cloud File Editor Apps....setFilePath ( "WordProcessing/password-protected.docx" ); fileInfo...fileInfo . setPassword ( "password" ); WordProcessingLoadOp loadOptions...

    releases.groupdocs.cloud/editor/java/
  5. How to Convert Word to TIFF File Format using Ruby

    TIFF Tag Image File Format is used to store raster graphics and images information. This article is about how to convert Word to TIFF file format using Ruby...Set the protected docx file password and load_options Create an...Set the protected docx file password and load_options Create an...

    blog.groupdocs.cloud/2022/07/06/how-to-convert-...
  6. 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": "....\"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName"...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Acceptable Use Policy - About - groupdocs.cloud

    Acceptable Use Policy Last Updated: 27 September 2017 Use of the GroupDocs API Services is subject to this Acceptable......access or use a username or password for the Services; to engage...

    about.groupdocs.cloud/legal/acceptable-use/
  8. First Public Release of Next Generation GroupDo...

    GroupDocs.Annotation for Cloud API gives developers an API for creating advanced online document annotation tools that supports Text and Figure annotations...pdf", Folder = null, Password = null }; // Import annotations...="Annotated.pdf", Folder=null, Password=null, Body=annotations, };...

    blog.groupdocs.cloud/annotation/first-public-re...
  9. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 38. or the empty ones between the value “123” and the upper lines. attached is the example…...being populated only with the “Password” property. any suggestions...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...
  10. 在 CSharp 中以编程方式将 Word DOC 转换为 PDF

    无需更改高质量格式即可快速将 Word 文档转换为 PDF 文件。本文介绍如何在 C# 中以编程方式将 Word 转换为 PDF。...new DocxLoadOptions { Password = "password" }, ConvertOptions =...= 5, MarginLeft = 5, Password = "password", UnembedFonts = true...

    blog.groupdocs.cloud/zh/conversion/convert-word...