Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,783 for

conversion curl

(0.03 sec)
  1. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Conversion Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/merger/change-page-orienta...
  2. API calls failing with (The request signature w...

    Hello, I’m running groupdocs in our custom infrastructure as well as with docker in the local environment. On the cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR. On the local envir…...Conversion.Cloud.Web.Startup[0] 2023-06-01...attach the curl request that I get from swagger curl -X 'PUT' \...

    forum.groupdocs.cloud/t/api-calls-failing-with-...
  3. 在 .NET 中将 PDF 转换为 HTML | PDF 转网页转换器

    如何使用 .NET API 将 PDF 转换为 HTML。逐步指南,包括代码示例、Curl 命令和 SEO 友好的提示,以实现准确的 PDF 到网页转换。...Conversion Cloud SDK for .NET 将 PDF...PDF 转换为 HTML 在 C# (.NET) 中 使用 cURL 将 PDF 转换为网页 PDF 转 HTML 转换 API...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  4. Combine PDF Files Using C# .NET | Merge PDFs Ef...

    Learn how to combine PDF files using C# .NET. Easy and simple steps to merge PDF files using PDF merger. Concatenate multiple PDF documents into single PDF...Concatenate PDF Documents with cURL Commands API to Combine PDF...Concatenate PDF Documents with cURL Commands # Merging PDF files...

    blog.groupdocs.cloud/merger/combine-pdf-files-w...
  5. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. Curl example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. Curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to join several documents into one Curl -v "https://api....Conversion Product Solution GroupDocs...properties with specified name. cURL example The following example...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. Curl example Linux/MacOS/Bash # 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to get document information Curl -v "https://api....Conversion Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  7. A Reliable RESTful API Solution to Optimize PDF...

    GroupDocs.Conversion Cloud is 50+ file format Conversion solution. It optimizes PDF file size and linearize PDF for Web with simple REST API calls....Conversion Cloud is a document and image conversion solution...developers to add document conversion feature in their applications...

    blog.groupdocs.cloud/conversion/a-reliable-rest...
  8. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats Curl example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....Conversion Product Solution GroupDocs...example. HTTP POST ~~/formats cURL example The following example...

    docs.groupdocs.cloud/parser/get-supported-file-...
  9. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. Curl example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. Curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to join several documents into one Curl -v "https://api....Conversion Product Solution GroupDocs...exact tag and category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Update PPTX File in .NET: Complete Developer Guide

    Learn how to update PPTX files in .NET using GroupDocs.Editor Cloud SDK for .NET. This guide provides code, setup, and REST API examples for editing slides....PPTX File via REST API using cURL Conclusion FAQs Read More GroupDocs...operation via the REST API with cURL. By the end you will have a...

    blog.groupdocs.cloud/editor/update-pptx-file-in...