Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 3,738 for

name

(0.03 sec)
  1. 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-...
  2. Convert ODS to Excel | ODS to Excel using REST API

    Learn how to convert ODS to Excel (XLSX) using a REST API effortlessly. Explore the benefits of ODS to Excel conversion for seamless data compatibility....ConvertSettings where we specify the name for input ODS file, the resultant...resultant format as xls and the name of the resultant Excel workbook...

    blog.groupdocs.cloud/conversion/convert-ods-to-...
  3. Comma Delimited files to Excel | CSV to Excel i...

    Convert comma delimited files to Excel using C# .NET. Save csv comma separated values to Excel workbook with C#....ConvertSettings where we specify the name for input CSV, resultant format...format as XLS and the name for resultant Excel workbook as arguments...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  4. Compare PDF

    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-hant/tag/compare-pdf/
  5. 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...
  6. CSV to PDF | CSV to PDF Conversion in C#. Conve...

    How to convert CSV files to PDF format with ease using our step-by-step guide. Easy and simple CSV to PDF conversion using C# and GroupDocs.Conversion Cloud API....ConvertSettings where we specify the name for input CSV, resultant format...format as pdf and the name for output PDF file as arguments. var...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. C#: Convert HTML to XPS | Web to XPS Conversion...

    Learn how to convert HTML to XPS using C# .NET. A step-by-step guide for transforming HTML content into XPS format. HTML to XPS conversion online....ConvertSettings where we specify the name for input HTML, resultant format...format as xps and the name for resultant XPS document as arguments...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....SignResult fields Name Description FilePath Name of the verified...

    docs.groupdocs.cloud/signature/searchresult/
  9. Configure Amazon S3 Storage | Documentation

    To use Amazon S3 storage, you have to create your own account and create a new bucket at AWS Amazon. Please follow http://docs.amazonwebservices.com/AmazonS3/latest/gsg/SigningUpforS3.html for more details. Next, you will have to configure Amazon S3 Storage using your Aspose account at the Dashboard. Please follow these steps to configure it: Log into Dashboard Access the Storages Page Select Amazon S3 Storage from the ‘Create New Storage’ menu Enter ‘Storage Name’ (For example: MyAmazonS3Storage) Enter ‘Bucket’ Name Enter ‘AWS Access Key’ Enter ‘AWS Secret Key’ Press ‘Save’ button to configure new storage The new storage would appear under Storages view....Storage’ menu Enter ‘Storage Name’ (For example: MyAmazonS3Storage)...MyAmazonS3Storage) Enter ‘Bucket’ Name Enter ‘AWS Access Key’ Enter ‘AWS...

    docs.groupdocs.cloud/total/configure-amazon-s3-...
  10. How to self-host GroupDocs.Editor Cloud with Do...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with...."LICENSE_PRIVATE_KEY#private_key" ` В В - -name editor_cloud ` В В groupdocs...LICENSE_PRIVATE_KEY#private_key \ В В В В --name editor_cloud \ В В В В groupdocs/editor-cloud...

    docs.groupdocs.cloud/editor/self-host-with-docker/