Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 2,953 for

password

(0.24 sec)
  1. Combine Word Documents in C#

    Let's learn how to combine Word documents in C#. GroupDocs.Merger offers cloud SDKs and REST APIs to merge Word documents programmatically....See Also # Password-Protect Excel using Password Protection Service...

    blog.groupdocs.cloud/merger/combine-word-docume...
  2. Edit Word Documents Online using a Free Word Ed...

    This blog post introduces a free Word editor to edit Word documents online effortlessly. You can now edit MS Word files without installing any software....See Also # Password-Protect Excel using Password Protection Service...

    blog.groupdocs.cloud/editor/edit-word-documents...
  3. 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...
  4. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "Password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...null , "versionId" : null , "password" : null }, "size" : 1360026...

    docs.groupdocs.cloud/signature/deleteresult/
  5. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....pdf" , "Password" : "1234567890" }, "Size"...

    docs.groupdocs.cloud/signature/signresult/
  6. Convert Word Document to PDF in Java using REST...

    Quickly convert document formats using our high performance file conversion API. Let's see how to convert Word document to PDF in Java using REST API....DocxLoadOptions Now, set the password, loadOptions, and the output...the DocxLoadOptions Now, set password and load option values Now...

    blog.groupdocs.cloud/conversion/convert-word-do...
  7. 在 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...
  8. Convert PDF to Text in Java - PDF to TXT Converter

    Convert PDF to Text in Java programmatically using GroupDocs.Conversion Cloud SDKs & REST API. Follow the step-by-step guide for easy conversions.... Can I convert password-protected PDF to text files...files? Yes, you can convert password-protected PDFs to text files...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. PDF to PPT Conversion in Java | GroupDocs.Conve...

    Easily convert PDF documents to editable PPT or PPTX formats online using Java SDK. This article is about how to convert PDF to PPT or PPTX using Java.... Can I convert password-protected PDFs to PowerPoint...presentations? Yes, you can convert password-protected PDFs to PowerPoint...

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