Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 745 for

xlsx to pdf

(0.19 sec)
  1. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion Tools To convert files from 65+ supported formats To get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl...."targetFormats" : [ "ods" , "xls" , "xlsx" , "xlsm" , "xlsb" , "csv" ..., "svg" , "webp" , "jp2" , "pdf" , "epub" , "xps" , "ppt" , "pps"...

    docs.groupdocs.cloud/conversion/get-supported-f...
  2. GroupDocs.Viewer Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....spreadsheet data from XLS or XLSX files to PDF programmatically on the...how to render Excel data to PDF using a REST API in Node.js ...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  3. GroupDocs.Conversion Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....فارسی українська Polski Convert PDF to HTML in Java using REST API...can programmatically convert PDF (Portable Document Format) documents...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Convert SVG to PDF and PDF to SVG Programmatically in Java SVG...vector image formats, SVG and PDF, are very similar. They can display...

    blog.groupdocs.cloud/groupdocs.cloud/page/23/
  5. GroupDocs.Conversion Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Excel Spreadsheets (XLS, XLSX) to PDF format in Python. Excel...reports. On the other hand, PDF is also one of the most commonly...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Sending Excel and ODS files for translation | D...

    How To send Excel and ODS files for translation To the selected languages....pdf...ff474526313a24821e98", "savingMode":..."Files", "format": "Xlsx", "outputFormat": "xlsx", "worksheets":...

    docs.groupdocs.cloud/translation/file/request/e...
  7. GroupDocs.Conversion Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Convert CSV to Excel XLS or XLSX in Java using REST API. CSV...representation. Convert Text Files to PDF in Java using REST API. Are you...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...popular file formats like PDF, DOCX, PPTX, XLSX etc. into JPEG, PNG...PNG, HTML, or PDF formats. The difference between the V2 version...

    docs.groupdocs.cloud/viewer/features-overview/
  9. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...formats Portable Document Format: PDF Microsoft Word: DOC, DOCX, DOCM... DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB, XLTX, XLTM Microsoft...

    docs.groupdocs.cloud/viewer/overview/
  10. ConvertOptions | Documentation

    Format specific convert options xls, Xlsx, Xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use Pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use Pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use Pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx...pages to be converted usePdf Use pdf as intermediate format watermarkOptions...

    docs.groupdocs.cloud/conversion/convertoptions/