Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,915 for

password

(0.03 sec)
  1. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a Password. The following properties of preview may be customized:...also required to provide a password. The following properties...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/generate-document-p...
  2. 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/
  3. 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/
  4. 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-hant/tag/compare-emails...
  5. 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/
  6. 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/
  7. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } 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....Password Password for password-protected document...

    docs.groupdocs.cloud/signature/updatesettings/
  8. Convert PDF to an editable DOC using C-Sharp .NET

    GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#....PdfLoadOptions Provide the input file password Now, set the output file path...the PdfLoadOptions Provide a password for the input file Create...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. 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/
  10. 使用 C-Sharp .NET 将 PDF 转换为可编辑的 DOC

    GroupDocs.Conversion C# .NET API 提供了一种在线将 PDF 转换和更改为 Word 文件的简便方法。本文介绍如何在 C# 中将 PDF 转换为 Word。...new PdfLoadOptions() { Password = "password" }, OutputPath = "c...new PdfLoadOptions { Password = "password" }, ConvertOptions =...

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