Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 2,934 for

password

(0.06 sec)
  1. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx', 'Password': 'password' } }, { 'FileInfo':..."Pdf/one-page-password.pdf" ); $fileInfo1 -> setPassword ( "password" );...

    docs.groupdocs.cloud/merger/join-word-continous/
  2. 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/
  3. 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/
  4. classify/file Request Rarameters | Documentation

    Parameter In Type Default value Comment FormData multipart/form-data File content. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) “1” Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) “default” Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) "" Balance between precision and recall. Password url (Optional) string null (not present) File Password.... Password url (Optional) string null...null (not present) File password. Was this page helpful? Not really...

    docs.groupdocs.cloud/classification/classifyfil...
  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-hant/tag/compare-emails...
  6. 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/
  7. unlock PDF online on Document Automation REST A...

    unlock PDF online on Document Automation REST APIs | GroupDocs Cloud Recent content in unlock PDF online on Document Automation REST APIs | GroupDocs Cloud Remove Protection From PDF in C# Let'......from PDF in C# using this PDF password remover. GroupDocs.Merger...

    blog.groupdocs.cloud/it/tag/unlock-pdf-online/i...
  8. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "Password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, Password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....null , "versionId" : null , "password" : null }, "extension" : "docx"...File path, storage, version, password Extension Document extension...

    docs.groupdocs.cloud/signature/inforesult/
  9. Working with Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to add Digital Signature to a document. It provides methods to create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Digital Signature to Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API...."{" Visible ": true," Password ": " password "," CertificateGuid...ColumnNumber ": 2," Password ":" password "," CertificateGuid...

    docs.groupdocs.cloud/signature/working-with-dig...
  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-...