Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 3,738 for

name

(0.03 sec)
  1. Excel to JSON | XLS to JSON Converter | XLSX to...

    How to convert Excel to JSON format using C# .NET. Expert techniques for converting XLS and XLSX documents to JSON data...ConvertSettings where we specify the name for input XLS, resultant format...format as json and the name for resultant JSON file as arguments...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  2. C#: Convert HTML to Word | HTML to DOC | HTML t...

    Transform HTML content into DOCX format using our step-by-step guide. Easy and simple HTML to Word conversion tutorial enabling you to export web to Word...ConvertSettings where we specify the name for input HTML, resultant format...format as doc and the name for resultant Word document as arguments...

    blog.groupdocs.cloud/conversion/convert-html-to...
  3. 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....} ] } UpdateSettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/updatesettings/
  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. 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...
  6. 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/
  7. 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/
  8. 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...
  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....200 } ] } SignSettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/signsettings/
  10. DXF to PDF Conversion in GroupDocs.Conversion C...

    Hello, I tires to convert .DXF files to PDF as follows: create the container: docker run -p 9080:80 -v /data:/data --Name conversion_cloud groupdocs/conversion-cloud with the attached DXF files, but got “internalError…...-p 9080:80 -v /data:/data --name conversion_cloud groupdocs/conversion-cloud...8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/...

    forum.groupdocs.cloud/t/dxf-to-pdf-conversion-i...