Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 5,323 for

storage api

(0.05 sec)
  1. Pdf to html conversion - Free Support Forum - g...

    pdf is not converting into html properly.bellow is my code let convertApi = conversion_cloud.ConvertApi.fromKeys(clientId,clientSecret); const loadOptions = new conversion_cloud.PdfConvertOptions(); loadOptions…...1 KB) // construct Api const api = GroupDocs.ConvertApi.fromKeys(appSid...convertOptions); let result = await api.convertDocumentDirec(request);...

    forum.groupdocs.cloud/t/pdf-to-html-conversion/...
  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....comprehensive set of tools and APIs, allowing them to seamlessly...installed, make sure you have the API credentials(i.e. Client ID and...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  3. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST Api allows to convert the supported document formats to Presentation Document Formats and returns the output document Storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST Api resource has been used in the convert to Slides format example....Conversion Cloud REST API allows to convert the to Presentation...returns the output document storage URL and also support to get...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  4. Join Documents of different formats | Documenta...

    This REST Api allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the Storage Required property StorageName Storage name Could be omitted for default Storage VersionId File version Id Useful for Storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....feedback On this page This REST API allows merging the document of...in the storage Required property StorageName Storage name Could...

    docs.groupdocs.cloud/merger/join-document-cross...
  5. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with Storage API Working with File Api Working with Folder...Folder API Basic usage Advanced usage Data structures Was this...

    docs.groupdocs.cloud/comparison/developer-guide/
  6. Get All Supported Conversion Formats - introduc...

    This monthly release is introducing unit test case in PHP and .NET SDKs to get possible conversions from document stream for any supported document format....4 REST API public release. This is a maintenance...better understanding of API features. This API can integrate with...

    blog.groupdocs.cloud/conversion/get-all-support...
  7. Change Page Orientation | Documentation

    This REST Api allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: 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. For protected documents, it is also required to provide a password....feedback On this page This REST API allows setting Portrait or Landscape...in the storage Required property StorageName Storage name Could...

    docs.groupdocs.cloud/merger/change-page-orienta...
  8. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  9. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with Storage API Working with File Api Working with Folder...Folder API Working with Conversion API Basic usage Advanced usage...

    docs.groupdocs.cloud/conversion/developer-guide/
  10. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...when viewing a document as PDF API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/fliprotate-pages/