Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 3,703 for

name

(0.07 sec)
  1. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....NET File name parameter for the Stream method...

    blog.groupdocs.cloud/total/groupdocs-total-net-...
  2. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html 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 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" : "sample.pdf" , "size" : 20072...

    docs.groupdocs.cloud/conversion/convert-html-do...
  3. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how to convert Wordsprocessing 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" : "with_tracked_changes.pdf"...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  4. 7. Convert Spreadsheet Document with Load Optio...

    This example demonstrates how to convert Spreadsheet 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-spreads...
  5. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt 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-txt-doc...
  6. 在 Java 中将 PPT 转换为 PDF - 分步指南。

    了解如何使用 REST API 在 Java 中高效地将 PowerPoint 转换为 PDF。按照我们的分步指南使用 GroupDocs.Conversion Cloud SDK for Java。...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/conversion/convert-powe...
  7. 用 Java 提取 DOCX 页面 |词提取器

    了解如何使用 GroupDocs.Merger Cloud SDK 从 Java 中的 Word 文件中提取页面。按照我们的指南来简化和优化您的工作流程。现在就试试!...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/zh/merger/extract-document...
  8. 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...
  9. 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...
  10. 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/