Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 634 for

positioning

(0.05 sec)
  1. 在 Python 中使用 REST API 註釋 DOCX 文件

    使用適用於 Python 的 Document Annotation Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式註釋 DOCX 文件。...annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/zh-hant/annotation/annotat...
  2. Chú thích các tệp DOCX bằng API REST trong Python

    Chú thích theo chương trình cho các tệp DOCX bằng API REST trên đám mây trong Python với SDK đám mây chú thích tài liệu cho Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/vi/annotation/annotate-doc...
  3. 在 Python 中使用 REST API 註釋 PDF 文檔 |休息API

    使用適用於 Python 的 Document Annotation Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式註釋 PDF 文檔。...annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/zh-hant/annotation/annotat...
  4. Chú thích Tài liệu PDF bằng API REST trong Pyth...

    Chú thích theo chương trình các tài liệu PDF bằng cách sử dụng API REST trên đám mây trong Python với SDK đám mây chú thích tài liệu cho Python....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/vi/annotation/annotate-pdf...
  5. Python에서 REST API를 사용하여 PDF 문서에 주석 달기 | 나머지 API

    Python용 Document Annotation Cloud SDK를 사용하여 Python의 클라우드에서 REST API를 사용하여 프로그래밍 방식으로 PDF 문서에 주석을 추가합니다....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/ko/annotation/annotate-pdf...
  6. Analysis of Text or Documents using a REST API ...

    Programmatically Perform Sentiment Analysis of your Documents and any Raw Text using a REST API in C# with GroupDocs.Classification for .NET SDK....whether the text or data is positive, negative, or neutral. It...REST API in C# . ClassName :Positive ClassProbability :83.35 ----------...

    blog.groupdocs.cloud/classification/sentiment-a...
  7. حاشیه نویسی اسناد PDF با استفاده از REST API در...

    با استفاده از یک REST API روی ابر در پایتون با Document Annotation Cloud SDK برای پایتون، اسناد PDF را به صورت برنامه‌نویسی حاشیه‌نویسی کنید....annotation_position = groupdocs_annotation_cloud...annotation_position.x = 1 a1.annotation_position.y = 1 a1.box...

    blog.groupdocs.cloud/fa/annotation/annotate-pdf...
  8. 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.... annotation_position = groupdocs_annotation_cloud...annotation_position . x = 1 a1 . annotation_position . y = 1 a1...

    docs.groupdocs.cloud/annotation/multiple-annota...
  9. Tambahkan Tanda Air ke PNG di Java

    GroupDocs.Watermark menyediakan Cloud SDK dan REST API yang ringan dan tangguh bagi pengembang Java untuk menambahkan tanda air ke gambar PNG secara terprogram.... Position position = new Position(); position.setX(180...setX(180.0); position.setY(450.0); watermarkDetails.setPosition(position);...

    blog.groupdocs.cloud/id/watermark/add-watermark...
  10. 在Java中为PNG添加水印

    GroupDocs.Watermark 为 Java 开发人员提供轻量级且强大的 Cloud SDK 和 REST API,以编程方式向 PNG 图像添加水印。... 创建Position类的对象并设置水印位置。 通过创建 AddRequest...// 创建Position类的对象并设置水印位置。 Position position = new Position(); position...

    blog.groupdocs.cloud/zh/watermark/add-watermark...