Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,161 for

supported file formats

(0.1 sec)
  1. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Order Upgrade an Order Free Support Docs Free Consulting Blog New...one per page. Image size and format can be set as options. API...

    docs.groupdocs.cloud/comparison/create-document...
  2. 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....CSV (Comma-Separated Values) files to JPEG (Joint Photographic...Conversion Comma Delimited Values File to JPG in C# .NET Convert CSV...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  3. 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....approach, making it a preferred format for data interchange, API integration...Conversion API Convert CSV to JSON Format in C# .NET Export CSV to JSON...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  4. 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....(Comma-Separated Values) files serve as a fundamental format for storing tabular...or archiving data, the CSV format may fall short in providing...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  5. Java: Convert MPP to HTML | Develop MPP to HTML...

    Learn how to convert Microsoft Project (MPP) Files to HTML online using REST API. Easily share and view project plans in any web browser....українська Polski Develop MS Project File to HTML Converter. Microsoft...Microsoft Project ( MPP ) files are widely used for project planning...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document File format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Order Upgrade an Order Free Support Docs Free Consulting Blog New...properties: Document file format File extension File size Pages count...

    docs.groupdocs.cloud/comparison/get-document-in...
  7. Java: Convert PDF to Excel Online | PDF to XLS ...

    How to convert PDF to Excel workbook using Java REST API. Develop PDF to Excel online converter using Java API. Easy and simple PDF to XLS conversion... PDF files are widely used for sharing...extraction while preserving formatting and structure. This approach...

    blog.groupdocs.cloud/conversion/pdf-to-xls-online/
  8. Convert PDF to PowerPoint | PDF to PPT | PDF to...

    Seamlessly convert PDF to PowerPoint presentations using C# .NET. Save PDF to PPT online. Free PDF to PPTX Converter.... By converting PDF files to PowerPoint presentations...capabilities to handle various file conversion tasks, including...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. Java: Convert MPP to Excel | Export MPP to XLS ...

    Learn how to convert Microsoft Project (MPP) Files to Excel (XLSX) using Java REST API. Step-by-step guide for seamless MPP to Excel conversion with code....Project file to Excel in Java. Microsoft Project ( MPP ) files are...sharing project data in MPP format can be challenging, especially...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  10. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Order Upgrade an Order Free Support Docs Free Consulting Blog New..."FormatExtension" : "string" , "Format" : "string" , "Pages" : [ {...

    docs.groupdocs.cloud/viewer/inforesult/