Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,246 for

supported file formats

(0.22 sec)
  1. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word documents to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Learn how to transform DOC, DOCX Files to web-friendly HTML using Node.js....devices, making it an ideal format for sharing and publishing...converting Word documents to HTML format in the cloud. It handles everything...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  2. How to Merge Two Word Documents to Keep Formatt...

    Is there a parameter in the API I need to call to force a modern Word doc?...Two Word Documents to Keep Formatting and Set Compatibility Mode...two word documents to keep formatting but I am afraid currently...

    forum.groupdocs.cloud/t/how-to-merge-two-word-d...
  3. Convert HTML to PDF in C# .NET

    Discover how GroupDocs.Cloud Conversion API simplifies HTML to PDF conversion. Programmatically convert HTML to PDF with ease using C# .NET....NET HTML File to PDF Conversion using cURL...effortlessly convert HTML files to PDF format, facilitating smoother...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. 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...
  5. 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...
  6. CSV to JSON in Node.js | Convert CSV to JSON wi...

    Convert CSV to JSON in Node.js using GroupDocs.Conversion SDK. A scalable and secure REST API for transforming tabular data into structured JSON format....lightweight and widely used format for storing tabular data in...structured and hierarchical data format that is ideal for APIs, web...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. Save JSON to HTML in Node.js | Online JSON to W...

    Easily convert JSON Files into HTML format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured JSON data into HTML pages online....readable and visually appealing format on websites or dashboards....seamlessly transform raw JSON files into elegant HTML pages using...

    blog.groupdocs.cloud/conversion/convert-json-to...
  8. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "FileInfo": { "FilePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "FileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document File format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Order Upgrade an Order Free Support Docs Free Consulting Blog New...fields Name Description FileInfo File path, storage, version, password...

    docs.groupdocs.cloud/signature/inforesult/
  9. Gateway timeout while converting msg to pdf - F...

    Hi there! I’ve an issue with converting MSG to PDF. I’ve the following code, which is in essence the same as in the tutorial.s const uploadPath = `UploadedDocs/${FileName}`; this.logger.log(`Uploading msg File …...log(`Uploading msg file to convert. uploadPath: ${uploadPath}`);...uploadFile(uploadRequest); this.logger.log('File uploaded to groupdocs. Submitting...

    forum.groupdocs.cloud/t/gateway-timeout-while-c...
  10. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data Files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG File. 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...from your emails, Outlook data files, archives and PDF documents...

    docs.groupdocs.cloud/viewer/get-attachments/