Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 2,934 for

password

(0.07 sec)
  1. Join Word Documents using a Word Document Merger

    Follow this guide to learn how to join Word documents programmatically. GroupDocs.Merger has exposed cloud SDKs and REST APIs to merge Word documents....See Also # Password-Protect Excel using Password Protection Service...

    blog.groupdocs.cloud/merger/join-word-documents...
  2. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...docx" , "Password" : "1234567890" }, "Size"...

    docs.groupdocs.cloud/signature/verifyresult/
  3. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Compare documents protected with password Compare sensitivity Customize...

    docs.groupdocs.cloud/comparison/advanced-usage/
  4. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....options - to specify a password for password-protected documents...

    docs.groupdocs.cloud/conversion/features-overview/
  5. Combine Text Files using a TXT File Merger

    Install GroupDocs.Merger Cloud SDK for Node.js and combine text files programmatically. This txt file merger is easy to use and offers a wide range of features....See Also # Password-Protect Excel using Password Protection Service...

    blog.groupdocs.cloud/merger/combine-text-files-...
  6. GroupDocs.Comparison | 比较下一代 GroupDocs.Comparis...

    这个月度版本允许用户获取内容表、图像和 Html 比较中的更改,还可以将注释作为结果文档文件路径或流进行比较。...'comparison', 'name' => $targetName, 'password' => '' ] )); } $request =...'name' => 'source.docx', 'password' => '' ] ), 'targetFiles'=>...

    blog.groupdocs.cloud/zh/comparison/introduction...
  7. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Password The password to open file Should...Should be specified only for password-protected documents OutputFolder...

    docs.groupdocs.cloud/watermark/search-watermarks/
  8. Configure FTP Storage | Documentation

    You have to complete following steps to configure the Storage: Create FTP storage account. Box.com account is used via FTP in this example Log into Dashboard Access the Storages Page Select FTP Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyFTPStorage), FTP server address, user name, Password and port number and check if Require explicit SSL over TLS Save Storage Now you can use it by its name in the service API with this account....server address, user name, password and port number and check...

    docs.groupdocs.cloud/total/configure-ftp-storage/
  9. ConversionSettings | Documentation

    ConversionSettings data structure used as input parameters for Document Conversion API. ConversionSettings example { "Format": "string", "FilePath": "string", "Storage": "string", "LoadOptions": { "Password": "string", }, "ConvertOptions": { "FromPage": "integer", "PagesCount": "integer" }, "OutputPath": "string" } ConversionSettings fields Name Description Format Specifies target conversion format. Required. FilePath The path of the document, located in the storage. Required. StorageName Storage name LoadOptions Format specific LoadOptions. ConvertOptions Format specific ConvertOptions. OutputPath Path to store conversion result...."string" , "LoadOptions" : { "Password" : "string" , }, "ConvertOptions"...

    docs.groupdocs.cloud/conversion/conversionsetti...
  10. Merge Multiple Documents in Java

    Learn how to merge documents of different types in Java using GroupDocs.Merger Cloud SDK for Java. Streamline your document management with ease.... Now provide the password of the PDF document. Then...and many more. Can I merge password-protected documents using...

    blog.groupdocs.cloud/merger/merge-documents-of-...