Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,698 for

name

(0.02 sec)
  1. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.... Name Description Comment JoinItem...

    docs.groupdocs.cloud/merger/join-images/
  2. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....'font/ttf' }" Response [ { "name" : "uses-custom-font.pdf" ,...

    docs.groupdocs.cloud/conversion/convert-using-c...
  3. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....'Output' }" Response [ [ { "name" : "sample.pdf" , "size" : 35061...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  4. 在 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...
  5. 使用 Java 将 Markdown .md 文件转换为 HTML

    使用 Markdown 标记语言到 HTML API 将 Markdown 纯文本转换为 HTML。本文介绍如何使用 REST API 在 Java 中将 Markdown 转换为 HTML。...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/conversion/convert-mark...
  6. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...'OutputPath': 'Output' }" Response [ { "name" : "four-pages.html" , "size"...

    docs.groupdocs.cloud/conversion/convert-to-html...
  7. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....'OutputPath': 'Output' }" Response [ { "name" : "sample.pdf" , "size" : 20072...

    docs.groupdocs.cloud/conversion/convert-one-not...
  8. Convert SVG to JPG and JPG to SVG in Python

    Convert SVG images to JPG and image format JPG to SVG of specific size or dpi using the python. Let's see how to convert SVG to JPG and JPG to SVG in Python...instance Now, provide the storage name Next, set the source JPG file...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  9. 使用 REST API 在 Python 中将 PDF 转换为 Excel

    我们的 PDF 到 Excel 转换器 API 可将 PDF 文件快速转换为 Excel 电子表格。本文介绍如何使用 REST API 在 Python 中将 PDF 转换为 Excel。...your_storage = "local-storage-name" 现在,让我们演示如何在 Python 中使用 REST...ConvertSettings() settings.storage_name = your_storage settings.file_path...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  10. 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...