Sort Score
Result 10 results
Languages All
Labels All
Results 8,291 - 8,300 of 26,889 for

java

(0.18 sec)
  1. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the environment variables CLIENT_ID and CLIENT_SECRET.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...

    docs.groupdocs.cloud/annotation/multiple-annota...
  2. PDF to PPT Conversion Example in PHP: Complete ...

    Learn how to convert PDF to PPT in PHP using GroupDocs.Conversion Cloud SDK. This step-by-step tutorial provides code, cURL calls, setup, and performance tips....- DOCX to PDF Conversion in Java Step-by-Step CSV to PDF Conversion...

    blog.groupdocs.cloud/conversion/pdf-to-ppt-conv...
  3. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....} } Java package examples.DocumentOperations ; import java.util...document. */ public class Merger_Java_JoinMultipleDocument { public...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  4. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation 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....} } Java package examples.PagesOperations ; import java.util...pages. */ public class Merger_Java_RotatePages { public static...

    docs.groupdocs.cloud/merger/rotate-pages/
  5. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....Currently, it also provides C# , Java , PHP , Ruby , Python , and...

    blog.groupdocs.cloud/conversion/convert-word-to...
  6. ODS to XLSX Conversion Example in PHP

    Convert ODS to XLSX in PHP with GroupDocs.Conversion Cloud SDK. Step-by-step guide, benchmarks, and best practices for fast, memory‑efficient conversion....# Convert MPP to Excel Using Java REST API - Easy MPP to XLSX...

    blog.groupdocs.cloud/conversion/ods-to-xlsx-con...
  7. 使用 Python 从 PDF 中提取特定数据 |休息API

    使用适用于 Python 的 Document Parser Cloud SDK 在 Python 中使用云中的 REST API 以编程方式从 PDF 中提取特定数据。...NET、Java、PHP、Ruby 和 Node.js SDK 作为其 文档解析器家族成员...

    blog.groupdocs.cloud/zh/parser/extract-specific...
  8. 在 Python 中使用 REST API 注释 DOCX 文件

    使用适用于 Python 的 Document Annotation Cloud SDK 在 Python 中使用云中的 REST API 以编程方式注释 DOCX 文件。...NET、Java、PHP、Ruby 和 Node.js SDK 作为其 文档注释系列成员...

    blog.groupdocs.cloud/zh/annotation/annotate-doc...
  9. Step-by-Step CSV to PDF Conversion Example in N...

    Learn how to convert CSV files to PDF in Node.js using GroupDocs.Conversion Cloud SDK. This guide provides code, setup steps, performance tips, and FAQs....Conversion CSV to PDF Conversion in Java Programmatically...

    blog.groupdocs.cloud/conversion/step-by-step-cs...
  10. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....} } Java package examples.DocumentOperations ; import java.util...documents. */ public class Merger_Java_MixPages { public static void...

    docs.groupdocs.cloud/merger/mix-document-pages/