Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 9,955 for

json

(0.18 sec)
  1. Convert PNG to PowerPoint using Java - A Step-b...

    Learn how to convert PNG images to PowerPoint format quickly and efficiently. Follow our step-by-step guide using GroupDocs.Conversion Cloud SDK for Java....using Java Convert EXCEL to JSON and JSON to EXCEL in Python How to...to Convert CSV to JSON and JSON to CSV in Python Convert Word...

    blog.groupdocs.cloud/conversion/convert-png-to-...
  2. Supported Document Formats | Documentation

    GroupDocs.Conversion Cloud API supports the following document formats: 3D From Description Source Target 3DS 3D Studio ✅ ✅ 3MF Microsoft 3D Manufacturing Format ✅ AMF Additive manufacturing file format ✅ ✅ ASE 3D Studio Max’s ASCII Scene Exporter format ✅ DAE Collada ✅ ✅ DRC Google Draco ✅ ✅ FBX FilmBox format ✅ ✅ GLTF Khronos Group’s glTF ✅ ✅ JT Siemens JT File ✅ OBJ Wavefront Obj ✅ ✅ PLY Polygon File Format or Stanford Triangle Format ✅ ✅ RVM AVEVA Plant Design Management System Model ✅ ✅ U3D Universal3D ✅ ✅ USD Universal Scene Description ✅ USDZ Universal Scene Description Archive ✅ VRML The Virtual Reality Modeling Language ✅ X DirectX’s X file ✅ CAD From Description Load Save CF2 Common File Format File ✅ DGN MicroStation Design File ✅ DWF Design Web Format File ✅ DWFX Design Web Format File ✅ DWG AutoCAD Drawing Database File ✅ DWT AutoCAD Drawing Template ✅ DXF Drawing Exchange Format File ✅ ✅ IFC Industry Foundation Classes File ✅ IGS Initial Graphics Exchange Specification (IGES) ✅ PLT PLT (HPGL) ✅ STL Stereolithography File ✅ Compression From Description Load Save 7Z 7-Zip Compressed File ✅ ✅ BZ2 Bzip2 Compressed File ✅ CAB Windows Cabinet File ✅ CPIO CPIO Compressed File ✅ ✅ GZ Gnu Zipped Archive ✅ GZIP Gzip Compressed File ✅ LZ Lzip Compressed File ✅ LZMA LZMA Compressed File ✅ RAR RAR Compressed Archive ✅ TAR Consolidated Unix File Archive ✅ ✅ XZ Xz Compressed File ✅ Z Unix Compressed File ✅ ZIP ZIP Compressed File ✅ ✅ Database From Description Load Save LOG Log File ✅ NSF Lotus Notes Storage Format ✅ SQL Sql File ✅ Diagram From Description Load Save VDX Visio Drawing XML File ✅ ✅ VSD Visio Drawing File ✅ VSDM Visio Macro-Enabled Drawing ✅ ✅ VSDX Visio Drawing File ✅ ✅ VSS Visio Stencil File ✅ VSSM Visio Macro-Enabled Stencil File ✅ ✅ VSSX Visio Stencil File ✅ ✅ VST Visio Drawing Template ✅ VSTM Visio Macro-Enabled Drawing Template ✅ ✅ VSTX Visio Drawing Template ✅ ✅ VSX Visio Stencil XML File ✅ ✅ VTX Visio Template XML File ✅ ✅ eBook From Description Load Save AZW3 Amazon Kindle’s proprietary e-book file format ✅ ✅ EPUB Open eBook File ✅ ✅ MOBI Mobipocket eBook ✅ ✅ Email and Outlook From Description Load Save EML E-Mail Message ✅ ✅ EMLX Apple Mail Message ✅ ✅ MBOX Mbox document format ✅ MSG Outlook Mail Message ✅ ✅ OLM Microsoft Outlook file for Mac Operating System....GIS From Description Load Save JSON based Geographic File Format...OpenStreetMap File Format ✅ JSON based Topology File Format ✅...

    docs.groupdocs.cloud/conversion/supported-docum...
  3. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  4. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to join several...

    docs.groupdocs.cloud/merger/join-word-continous/
  5. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  6. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  7. Convert pages to a PDF document in Java

    Our Online document converter API allows you to convert HTML to PDF in high quality. This article is about how to convert HTML to PDF in Java using REST API...articles: Convert EXCEL to JSON and JSON to EXCEL in Python How to...to Convert CSV to JSON and JSON to CSV in Python Convert PowerPoint...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you 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 expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage...." \ -H "accept: application/json" \ -H "authorization: Bearer..." \ -H "accept: application/json" \ -H "authorization: Bearer...

    docs.groupdocs.cloud/metadata/working-with-files/
  9. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to join pages...

    docs.groupdocs.cloud/merger/join-document-pages/
  10. Convert PDF to JPG and JPG to PDF Programmatica...

    Use our quick and secure PDF image conversion API to convert PDF file to image. Let's see how to convert PDF to JPG and JPG to PDF Programmatically in Java....Python How to Convert CSV to JSON and JSON to CSV in Python Convert...Python SDK Convert CSV to JSON and JSON to CSV in Java How to Convert...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...