Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,751 for

name

(0.14 sec)
  1. GroupDocs Backend Account/Storage Mapping Issue...

    There seems to be a GroupDocs’ backend account/storage mapping issue using python. I had similar problems testing with Aspose (and finally gave up). I can authenticate, but I always get a 401 for uploads. I’ve tried with…...GUID, and the actual storage name, but nothing works. My app is...“Default”, the GUID storage name, and the name I gave to the storage...

    forum.groupdocs.cloud/t/groupdocs-backend-accou...
  2. Excel to JPG | XLS to JPG | Excel Sheet to Imag...

    How to convert Excel files to high-quality JPG images using .NET REST API. Convert XLS / XLSX to JPG in C# .NET....ConvertSettings where we specify the name for input XLS, resultant format...format as JPG and the name for resultant JPG image as arguments...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  3. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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....} ] } VerifySettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/verifysettings/
  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....{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''}...'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}]...

    blog.groupdocs.cloud/zh/tag/compare-emails-format/
  5. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage Name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file...: "string" } FileInfo fields Name Description FilePath File path...storage StorageName Storage name. Default storage used if not...

    docs.groupdocs.cloud/annotation/fileinfo/
  6. Convert JPG to Word Document (DOCX) in C# .NET ...

    Convert JPG images to editable Word documents (DOCX) using C# .NET. How to convert Photo to DOC by developing picture to document converter in C# .NET....ConvertSettings where we specify the name of input JPG image, resultant...resultant format as doc and the name of the resultant DOC file as arguments...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  7. Convert CSV to JSON | Export CSV to JSON in C# ...

    Learn how to convert CSV files to JSON format easily with our step-by-step guide. Export CSV to JSON with ease....ConvertSettings where we specify the name for input CSV, resultant format...format as json and the name for output JSON file as arguments....

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  8. 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....SignResult fields Name Description FilePath Name of the signed document...

    docs.groupdocs.cloud/signature/signresult/
  9. Self-host GroupDocs.Viewer Cloud with Docker | ...

    Self-host GroupDocs.Viewer Cloud with Docker..."LICENSE_PRIVATE_KEY#private_key" ` - -name viewer_cloud ` groupdocs / viewer-cloud...LICENSE_PRIVATE_KEY#private_key \ --name viewer_cloud \ groupdocs/viewer-cloud...

    docs.groupdocs.cloud/viewer/self-host-groupdocs...
  10. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings 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....} ] } SearchSettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/searchsettings/