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

name

(0.04 sec)
  1. 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/
  2. 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/
  3. C#: Convert MPP to Excel | Export MS Project to...

    Learn how to convert Microsoft Project (MPP) files to Excel (XLS/XLSX) online. A step-by-step guide to export MS Project data into Excel for easy analysis....input file name, output format as XLS and the name of the resultant... Replace: inputMPP with the name of input MS Project file, resultantXLS...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. 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-...
  5. 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-...
  6. Convert Excel to HTML | XLS to HTML | Save Exce...

    Explore step-by-step instructions and expert tips for seamless conversion of XLS and XLSX to HTML. How to convert Excel to HTML effortlessly....ConvertSettings where we specify the name for input XLS, resultant format...format as html and the name for resultant HTML file as arguments...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  7. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The password for password-protected documents (docx, pdf, etc)..."string" , "Password" : "string" } Name Description FilePath Path of...null or omitted. StorageName Name of the cloud storage. Can be...

    docs.groupdocs.cloud/comparison/fileinfo/
  8. 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...
  9. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator Name....AnnotationInfo object fields Field Name Type Description guid string...string The annotation creator name. creatorEmail string The annotation...

    docs.groupdocs.cloud/annotation/working-with-an...
  10. 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/