Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,216 for

supported file formats

(0.04 sec)
  1. InfoResult | Documentation

    InfoResult data structure represents document information InfoResult example: { "Format": "string", "Extension": "string", "Size": 0, "PageCount": 0 } Name Description Format Document format Extension Document File extension Size Document File size PageCount Pages count...Order Upgrade an Order Free Support Docs Free Consulting Blog New...information InfoResult example: { "Format" : "string" , "Extension" :...

    docs.groupdocs.cloud/comparison/inforesult/
  2. Assistance Required for PPTX to PNG Conversion ...

    I am writing to seek assistance with an issue I encountered while using GroupDocs.Conversion Cloud API. Following the instructions on your blog post Convert PowerPoint (PPT/PPTX) to PNG in Node.js, I attempted to convert…...PowerPoint file containing Japanese text into PNG format. However...white squares in the output PNG files. I am using GroupDocs’s internal...

    forum.groupdocs.cloud/t/assistance-required-for...
  3. C# .NET Convert MPP to PDF | Export MS Project ...

    How to convert Microsoft Project (MPP) Files to PDF using .NET REST API. Step-by-step guide to export MS Project into PDF for easy sharing and reporting... Microsoft Project ( MPP ) files are powerful for project planning...Project software. Converting MPP files to PDF ensures that project...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. 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-...
  5. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...type / Rendering Outlook Data Files / Filter messages Filter messages...

    docs.groupdocs.cloud/viewer/filter-messages/
  6. 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-...
  7. 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/
  8. PPTX to PDF, how it works to download on an spe...

    Hello, I am trying to using the cloud api for python to upload a pptx File, transform to pdf and then download into an specific folder. I am having problems in that final step, I cant see in any place my pdf downloaded…...for python to upload a pptx file, transform to pdf and then download...presentation.save(temp_pptx_path) try: file_api = FileApi(Configuration(app_sid...

    forum.groupdocs.cloud/t/pptx-to-pdf-how-it-work...
  9. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...Order Upgrade an Order Free Support Docs Free Consulting Blog New... not directly linked to file format manipulation, such as Storage...

    docs.groupdocs.cloud/total/overview-rest-api/
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document File extension; Document size in bytes; Document File format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Order Upgrade an Order Free Support Docs Free Consulting Blog New...Document file extension; Document size in bytes; Document file format;...

    docs.groupdocs.cloud/watermark/get-document-inf...