Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,738 for

name

(0.02 sec)
  1. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....application an easily recognizable name so it can be quickly found in...Internal storage Storage name: Any name you like Storage mode:...

    docs.groupdocs.cloud/rewriter/authorization/
  2. C# Excel to PDF | XLS to PDF | XLSX to PDF online

    Seamlessly convert Excel workbooks to PDF using C# .NET. Expert techniques for XLS and XLSX files into high-quality PDF documents conversion....ConvertSettings where we specify the name for input XLS, resultant format...format as pdf and the name for resultant PDF document as arguments...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  3. Convert JSON to CSV | Transform JSON to CSV in ...

    Our comprehensive guide for seamless JSON to CSV conversion in C# .NET. How to transform JSON data into CSV format using GroupDocs.Conversion Cloud API....the name for input JSON, output format as csv and the name for...with the name of input JSON, resultantFile with the name of output...

    blog.groupdocs.cloud/conversion/convert-json-to...
  4. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word documents to HTML in C# .NET. Learn benefits of converting DOC, DOCX file to HTML format with C# .NET....ConvertSettings where we specify the name of input Word document, resultant...resultant format as html and the name for output HTML file as arguments...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  5. Convert MPP to Excel | Export MPP to XLS | MPP ...

    Learn how to convert MS Project (MPP) files to Excel format (XLS/XLSX) using C# .NET. Dynamic MPP to XLS or MPP to XLSX conversion. MPP to XLS Converter...ConvertSettings where we specify the name for input MPP, resultant format...format as xls and the name of the resultant Excel workbook as arguments...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  6. CSV to JPG | Convert CSV to JPEG | Image to CSV...

    Learn how to convert CSV files to JPEG images using C# .NET. Our best practices for converting comma separated files to jpg image with C# .NET....ConvertSettings where we specify the name for input CSV, resultant format...format as jpg and the name for output JPG image as arguments. var...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. Working with Text 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 sign a document with Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature to Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....object which contains document name, folder location and command...parameters to specify desired file name and folder to save file. When...

    docs.groupdocs.cloud/signature/working-with-tex...
  8. How to convert csv to html - Free Support Forum...

    Can somebody help me out .I m converting csv to html using groupdocs. But In the converted html I m getting this . <p>This page uses frames, but your browser doesn't support them.</p> Bellow is my code let fileApi = c…...Bellow is my csv file content Name,Age,Email,Address John Doe,30...org/TR/REC-html40\">\n\n<head>\n<meta name=\"Excel Workbook Frameset\"...

    forum.groupdocs.cloud/t/how-to-convert-csv-to-h...
  9. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description path Path of the file including file Name and extension e.g. /Folder1/file.ext. Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Path of the file including file name and extension e.g. /Folder1/file...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/annotation/working-with-fi...
  10. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....: 0 , "x" : 0 , "y" : 0 } } Name Description Id Id of change...style changes ChangedProperty Name of changed style OldValue Value...

    docs.groupdocs.cloud/comparison/changeinfo/