Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 39,223 for

password

(0.13 sec)
  1. Words Comparison

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....docx','password':''},'targetFiles':[{'folder':'comparisons'...ns','name':'target.docx','password':''}],'settings ':{'gener...

    blog.groupdocs.cloud/zh/tag/words-comparison/
  2. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for Password-protected document to be signed. Options Array of options to perform signatures delete...Password Password for password-protected document...

    docs.groupdocs.cloud/signature/deletesettings/
  3. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and Password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...{ "FilePath" : "string" , "Password" : "string" }, "Annotations"...FileInfo Input file path and password. See structure Annotations...

    docs.groupdocs.cloud/annotation/annotateoptions/
  4. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a Password. The table below contains the full list of properties that can be specified while moving document pages....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/move-pages/
  5. remove protection from PDF

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....from PDF in C# using this PDF password remover. GroupDocs.Merger...

    blog.groupdocs.cloud/tag/remove-protection-from...
  6. Compare Emails format

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....docx','password':''},'targetFiles':[{'folder':'comparisons'...ns','name':'target.docx','password':''}],'settings ':{'gener...

    blog.groupdocs.cloud/zh/tag/compare-emails-format/
  7. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...learn how to password-protect Excel files. This password protection...

    blog.groupdocs.cloud/groupdocs.cloud/page/7/
  8. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Password Password for rendering password-protected...

    docs.groupdocs.cloud/signature/signsettings/
  9. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....is required to provide the password. The table below contains...default storage. FileInfo.Password The password to open file It should...

    docs.groupdocs.cloud/watermark/add-watermarks/
  10. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and Password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...{ "FilePath" : "string" , "Password" : "string" }, "Format" :...FileInfo Input file path and password. See structure AnnotationIds...

    docs.groupdocs.cloud/annotation/previewoptions/