Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,223 for

supported file formats

(0.3 sec)
  1. Online HTML to PDF Converter for free | Web Pag...

    Convert HTML to PDF for free with our online converter tool. How to automate HTML to PDF conversion via REST API in .NET applications...archiving, or preserving formatting. With the GroupDocs.Conversion...online. It ensures that the formatting of content including design...

    blog.groupdocs.cloud/conversion/html-to-pdf-onl...
  2. 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...
  3. 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/
  4. 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-...
  5. Drupal Document Viewer Module | GroupDocs

    Enhance your Drupal website with the ability to display PDF and Microsoft Office documents: high-fidelity rendering, browser-agnostic, no plugins required....Viewer is a multi-format document viewer designed based...web-copies of the original files. And thanks to the in-built...

    blog.groupdocs.cloud/viewer/multi-format-docume...
  6. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about File format, document pages and File size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "FileName": "one-page.docx", "extension": "....Order Upgrade an Order Free Support Docs Free Consulting Blog New...information about file format, document pages and file size. Resource...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. The following properties of preview may be customized:...Order Upgrade an Order Free Support Docs Free Consulting Blog New...Description Comment FilePath The file path in the storage Required...

    docs.groupdocs.cloud/merger/generate-document-p...
  8. Convert HTML to JSON in Node.js | Online Web Pa...

    Convert HTML Files into JSON format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured HTML documents into JSON format online with REST API.... Converting HTML files to JSON helps developers parse...can convert any static HTML file into clean, structured JSON...

    blog.groupdocs.cloud/conversion/convert-html-to...
  9. 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/parser/get-document-inform...
  10. 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/