Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 1,160 for

numbers

(0.36 sec)
  1. 在 Python 中使用 REST API 將 Word 文檔轉換為 PDF | Word轉PDF

    使用適用於 Python 的文檔轉換雲 SDK,在 Python 中使用雲中的 REST API 以編程方式將 Word 文檔(DOCX 或 DOC)轉換為 PDF 文件。...from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  2. Node.js の REST API を使用して PDF にスタンプで署名する | Node....

    GroupDocs.Merger Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して、さまざまなファイル タイプのドキュメントをプログラムでマージします。...start_page_number = 1 item2.end_page_number = 3 # 参加オプション...

    blog.groupdocs.cloud/ja/merger/merge-documents-...
  3. Releasing Next Generation GroupDocs.Signature C...

    GroupDocs.Signature for Cloud is a REST API to create, verify and search different type of Signatures objects to documents in your application...different options for page number, text and search criteria by...

    blog.groupdocs.cloud/signature/releasing-next-g...
  4. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....counts the number of conversions, and if the number exceeds the...

    docs.groupdocs.cloud/conversion/self-host-with-...
  5. Преобразование документов Word в PDF с помощью ...

    Программно преобразовывайте документы Word (DOCX или DOC) в файлы PDF с помощью REST API в облаке на Python с помощью Document Conversion Cloud SDK для Python....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/ru/conversion/convert-word...
  6. Python の REST API を使用して PDF ドキュメントから画像を抽出する

    Document Parser Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して PDF ドキュメントからプログラム的に画像を抽出します。...start_page_number = 1 options.count_pages_to_extract...ページ範囲を定義する options.start_page_number = 2 options.count_pages_to_extract...

    blog.groupdocs.cloud/ja/parser/extract-images-f...
  7. Перетворення документів Word на PDF за допомого...

    Програмно конвертуйте документи Word (DOCX або DOC) у файли PDF за допомогою REST API у хмарі на Python за допомогою Document Conversion Cloud SDK для Python....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/uk/conversion/convert-word...
  8. 파이썬에서 문서 분할 | 파이썬 PDF 파일 스플리터

    GroupDocs.Merger Cloud SDK를 사용하여 Python에서 PDF 파일을 여러 PDF 파일로 분할하는 방법을 알아봅니다. 이 가이드로 문서 구성을 개선하세요....start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/ko/merger/split-pdf-file-i...
  9. Verify Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Digital Signature in Documents Pages with different options for page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....different options for page number, text and search criteria by...

    docs.groupdocs.cloud/signature/verify-digital-s...
  10. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output 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 Add annotation and get the result immediately HTTP PUT ~/annotation/add 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.... page_number = 0 a1 . pen_color = 1201033...box . height = 100 $a1 . page_number = 0 $a1 . pen_color = 1201033...

    docs.groupdocs.cloud/annotation/add-direct/