Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 914 for

attachment

(0.13 sec)
  1. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Convert XLSX in GroupDocs.Conversion Cloud Container Miss Some Rows Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 3...... attached is the example xlsx, before...“123” and the upper lines. attached is the example xlsx, before...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...
  2. Compare Office Documents issue with GroupDocs.C...

    I get an exception when trying to compare attached files. In the .NET api I can compare B with A, but crash when I try to compare A with B. In cloud service I get error regardless of the order....exception when trying to compare attached files. In the .NET api I can...have created a bug ticket (attached to this thread). When it will...

    forum.groupdocs.cloud/t/compare-office-document...
  3. Msg to Pdf outputs multiple files - Free Suppor...

    Hi. I’ve an issue with converting MSG to PDF. I’ve a msg file with 3 Attachments: 1 is xlsx, 2 are pdf files. I’m using groupdocs-conversion-cloud@24.2.0. First, converting that MSG file with Attachments produces four …... I’ve a msg file with 3 attachments: 1 is xlsx, 2 are pdf files...converting that MSG file with attachments produces four PDF files instead...

    forum.groupdocs.cloud/t/msg-to-pdf-outputs-mult...
  4. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Document Information for HTML Representation This API retrieves document information. It returns an object that contains information about file format and file size. It also Includes information about document pages and Attachments The following GroupDocs.Viewer Cloud REST API resource has been used to get document information(HTML representation). cURL example Request curl -v "https://api.groupdocs.cloud/v1/viewer/Test.msg/html/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Access Token]" Response { "fileName": "Test....about document pages and attachments The following GroupDocs.Viewer... "visible" : true } ], "attachments" : [ { "name" : "password-protected...

    docs.groupdocs.cloud/viewer/document-information/
  5. PDF file containing progress bars doesn’t get p...

    PDF file containing progress bars doesn’t get properly converted to WORD file Hey, I'm using Groupdocs conversion API using Node.js to convert PDF to WORD. I'm able to convert PDF to WORD but the c...... I've attaching both PDF and the converted...word file as output that I attached. The converted file is almost...

    forum.groupdocs.cloud/t/pdf-file-containing-pro...
  6. GroupDocs Newsletter November 2017 Edition – Do...

    GroupDocs developer newsletter of November 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....also export meta information attached with supported file formats...example here . How to: Access Attachments in PDF and Excel Documents...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. Convert Emails to PDF using REST API in PHP | E...

    Programmatically convert emails (EML) and Outlook messages (MSG) to PDF documents using a REST API in PHP with GroupDocs.Conversion Cloud API....also convert the documents attached in emails to PDF documents...PHP How to Convert Email Attachments to PDF in PHP Email to PDF...

    blog.groupdocs.cloud/2022/01/03/convert-emails-...
  8. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "Attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....html" } ], "attachments" : [], "file" : null } ViewResult...Authorization). attachments List of document attachments file PDF file...

    docs.groupdocs.cloud/viewer/viewresult/
  9. 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...."string" } ] } ] } ] } ], "Attachments" : [ { "Name" : "string"...document pages Attachments List of document attachments ArchiveViewInfo...

    docs.groupdocs.cloud/viewer/inforesult/
  10. DXF to PDF Conversion in GroupDocs.Conversion C...

    DXF to PDF Conversion in GroupDocs.Conversion Cloud Docker throws internalError Hello, I tires to convert .DXF files to PDF as follows: create the container: docker run -p 9080:80 -v /data:/data --......groupdocs/conversion-cloud with the attached DXF files, but got "internalError"...groupdocs/conversion-cloud with the attached DXF files, but got “internalError”...

    forum.groupdocs.cloud/t/dxf-to-pdf-conversion-i...