Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 42,139 for

sdk

(0.05 sec)
  1. Edit Documents using REST API in PHP | Edit DOC...

    Programmatically Rearrange PDF Pages using REST API on the cloud in Node.js with Document Merger Cloud Sdk for Node.js. Reorder or Swap PDF pages in Node.js...js SDK to Rearrange PDF Pages How to...Node.js REST API and Node.js SDK to Rearrange PDF Pages # For...

    blog.groupdocs.cloud/merger/rearrange-pdf-pages...
  2. Embed Signature Box in Document with PHP - Free...

    Hi, I’m using php Sdk with cloud api and I would like the user to place the signature box freely where they like. Not predetermined x and y coordinates. Your demo cloud api give the impression that you can do this and I…...10:59pm 1 Hi, I’m using php sdk with cloud api and I would like...provide a new SDK will the other features in the SDK still be backwards...

    forum.groupdocs.cloud/t/embed-signature-box-in-...
  3. Convert PDF to HTML | PDF to Web Conversion in ...

    Seamless PDF to HTML conversion in C# .NET. Easy and simple process to convert PDF to HTML with .NET REST API....Conversion Cloud SDK for .NET provides a robust and...documents to HTML format. The SDK also provides advanced customization...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. PDF 到 HTML 转换在 Node.js 中 | PDF 到 Web API 在线

    学习如何使用 GroupDocs.Conversion Cloud Sdk for Node.js 将 PDF 转换为 HTML。轻松通过 REST API 将 PDF 文件转换为适合网页的 HTML。...Conversion Cloud SDK 将 PDF 转换为 HTML ,这是一个强大的 REST...# GroupDocs.Conversion Cloud SDK for Node.js 提供了一种可靠且准确的方式将 PDF...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  5. C#: Embed Webpage into PowerPoint | Insert a We...

    Learn how to convert HTML to PowerPoint presentations using C# with GroupDocs.Conversion Cloud Sdk. Insert HTML in PowerPoint or Convert HTML to PPT in C#....Conversion Cloud SDK for .NET , you can streamline...efficiently and effectively. The SDK also supports a wide range of...

    blog.groupdocs.cloud/conversion/convert-html-to...
  6. Add Text Watermark to PowerPoint (PPT/PPTX) in ...

    Add text watermarks to PowerPoint presentations using GroupDocs.Conversion Cloud Sdk for .NET. Secure, brand, and protect PPT and PPTX files via REST API....NET Cloud SDK , developers can programmatically...The GroupDocs.Watermark Cloud SDK for .NET allows developers to...

    blog.groupdocs.cloud/watermark/add-text-waterma...
  7. GroupDocs.Viewer Cloud Product Family

    Document Automation APIs along with open-source Sdks to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Document Viewer REST API and Python SDK Render Project Data using a REST...Document Viewer REST API and Python SDK For rendering MPP or MPT documents...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  8. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # Example: remove metadata from a document curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."removedCount" : 1 } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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" # Example: retrieve metadata (join several documents into one) curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Document" } ] } ] } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: [] } ... ] } } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/extract-whole-met...