Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 2,952 for

password

(0.03 sec)
  1. 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...
  2. 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-...
  3. 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/comparison/compare-word-do...
  4. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... password = "1231" ; let target = new...rotected.docx" ; target . password = "5784" ; let target1 = new...

    docs.groupdocs.cloud/comparison/compare-multipl...
  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. 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/conversion/how-to-convert-...
  7. Extract PDF Text using Java | Parse PDF in Java

    Learn how to extract text from PDF files in Java using the GroupDocs.Parser Cloud SDK. Automate the text extraction process effortlessly and save your time.... Can I extract text from password-protected PDF files using...supports text extraction from password-protected PDF files. You can...

    blog.groupdocs.cloud/parser/document-parsing-ex...
  8. DeleteViewOptions | Documentation

    DeleteViewOptions data structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used..."VersionId" : "string" , "Password" : "string" } } DeleteViewOptions...VersionId File version Id FileInfo.Password Not used Was this page helpful...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  9. Convert Word to Image Formats using REST API in...

    GroupDocs Ruby SDK is the best way to convert Word DOCX to image formats. This article is about how to Convert Word to Image Formats using REST API in Ruby...DocxLoadOptions Set the word file password and load_options. Create an...DocxLoadOptions Set the word file password and load_options. Create an...

    blog.groupdocs.cloud/conversion/convert-word-to...
  10. 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/