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

name

(0.18 sec)
  1. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion... Method parameters: Name Type Description Comment format...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. 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...
  3. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document 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-cad-doc...
  4. 使用 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...
  5. GroupDocs.Signature with Self hosted Docker ima...

    Hi, I want to use the GroupDocs.Signature sdk for signin xlsm file using Node.js, rather than calling the APIs would like to use self hosted docker images, would like to know more details on using docker images for this…..."CLIENT_SECRET=1234567890" --name signature_cloud groupdocs/signature-cloud...

    forum.groupdocs.cloud/t/groupdocs-signature-wit...
  6. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...to mixture the signers info (name, email, etc.), our company logo...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  7. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser.... Name Description Comment JoinItem...

    docs.groupdocs.cloud/merger/join-word-continous/
  8. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....\"converted/tocells\"}" Response { "name" : "password-protected.xlsx"... new () $settings . storage_name = $myStorage ; $settings . file_path...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  9. 5. Convert to Presentation Document Formats | D...

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

    docs.groupdocs.cloud/conversion/convert-to-pres...
  10. 在 Java 中将页面转换为 PDF 文档

    我们的在线文档转换器 API 允许您将 HTML 高质量地转换为 PDF。本文介绍如何使用 REST API 在 Java 中将 HTML 转换为 PDF...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/conversion/convert-html...