Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 3,738 for

name

(0.03 sec)
  1. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....properties for the Mix operation: Name Description Comment Files List...

    docs.groupdocs.cloud/merger/mix-document-pages/
  2. polyfills.d5242a4a.js

    function _typeof(obj){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(obj){return typeof obj;}:function(obj){return obj&&"function"==ty......name?a.name:r;if(n(e)&&i(e,s,a),a.global)c...,a=o(i,"name"),c=a&&"something"===function(){}.name,s=a&&(!n||n&&u(i...

    abs.twimg.com/responsive-web/client-web-legacy/...
  3. 将 PDF 文档转换为图像文件、TIFF、JPEG、BMP 或 GIF

    将 PDF 文档转换为图像格式,如 TIFF、JPEG、BMP 和 GIF 图像文件。让我们看看如何在 Java 中将 PDF 转换为图像文件 TIFF、JPEG、BMP 和 GIF。...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  4. https://hosted.weblate.org/exports/stats/pypa/w...

    Name,code,total,translated,translated_percent,translated_words_percent,total_words,translated_words,total_chars,translated_chars,translated_chars_percent,failing,failing_percent,fuzzy,fuzzy_percent......name,code,total,translated,translated_percent,translated_words_percent...

    hosted.weblate.org/exports/stats/pypa/warehouse/
  5. 在 Java 中将 Word 转换为 PNG 并将 PNG 转换为 Word 文档

    使用我们免费且安全的 API,在几秒钟内将 Word DOC 转换为优化的 PNG 图像。让我们看看如何在 Java 中将 Word 转换为 PNG 以及将 PNG 转换为 Word 文档。...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  6. 使用 REST API 在 Java 中将 Word 文档转换为 PDF

    使用我们的高性能文件转换 API 快速转换文档格式。让我们看看如何使用 REST API 在 Java 中将 Word 文档转换为 PDF。...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. 如何在 Python 中将 PDF 文件转换为 HTML

    在线 PDF 到 HTML 转换器将 PDF 转换为单页网站。本文介绍如何在 Python 中将 PDF 文件转换为 HTML。...your_storage = "groupdocs-storage-name" 现在,让我们演示如何在 Python 中使用 REST...ConvertSettings() settings.storage_name = your_storage settings.file_path...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  8. 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....Watermark text font Watermark font name color Watermark color width...

    docs.groupdocs.cloud/conversion/convertoptions/
  9. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example....\"converted/toptext\"}" Response { "name" : "sample.txt" , "size" : 2141... new () $settings . storage_name = $myStorage ; $settings . file_path...

    docs.groupdocs.cloud/conversion/convert-to-text...
  10. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Request curl -X POST "https://api....\"converted/topdf\"}" Response { "name" : "sample.pptx" , "size" :... new () $settings . storage_name = $myStorage ; $settings . file_path...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...