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

supported file formats

(0.13 sec)
  1. 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...
  2. 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/
  3. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_1...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  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. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....language independent, the API supports different types of signatures...large documents. DWG file format support. Support for Amazon S3 and...

    blog.groupdocs.cloud/viewer/product-updates-roa...
  6. C#: Embed Webpage into PowerPoint | Insert a We...

    Learn how to convert HTML to PowerPoint presentations using C# with GroupDocs.Conversion Cloud SDK. Insert HTML in PowerPoint or Convert HTML to PPT in C#.... The SDK also supports a wide range of file types, including...ons); Upload the input HTML file to the cloud storage. fileUpload...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Struggling to merge two PPTX files, getting error GroupDocs.Merger...November 11, 2024 Select others MPP file Columns on Conversion GroupDocs...

    forum.groupdocs.cloud/latest
  8. 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/
  9. 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 Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....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...
  10. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....Order Upgrade an Order Free Support Docs Free Consulting Blog New...be marked with different formatting - italic, bold, underlined...

    docs.groupdocs.cloud/comparison/compare-documents/