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

numbers

(0.06 sec)
  1. GroupDocs.cloud 假期優惠 – GroupDocs.Total Cloud AP...

    使用不同簽名類型簽署文檔(超過 20 種支持的格式) 具有各種格式、樣式和外觀的文本簽名、圖像簽名、數字簽名 條形碼簽名 QRCode 簽名 使用適用於 Python 的 GroupDocs.Signature Cloud SDK。...document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/zh-hant/signature/14009/
  2. Ellipse Annotation | Documentation

    Ellipse annotation draws elliptic annotation in a document page 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 # Get JSON Web Token curl -v "https://api.... page_number = 0 a1 . pen_color = 1201033...box . height = 100 $a1 . page_number = 0 $a1 . pen_color = 1201033...

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  3. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside 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 # Get JSON Web Token # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables.... page_number = 0 a1 . font_color = 1201033...box . height = 100 $a1 . page_number = 0 $a1 . font_color = 1201033...

    docs.groupdocs.cloud/annotation/text-field-anno...
  4. Ekstrak gambar dari Dokumen PDF di Java - Java ...

    Pelajari cara mengekstrak gambar dari file PDF di Java menggunakan REST API. Artikel ini menyediakan langkah-langkah menggunakan SDK kami untuk ekstraksi gambar yang efisien dan akurat....PDF Files in Java using Page Number Java REST API untuk Memisahkan...

    blog.groupdocs.cloud/id/parser/extract-images-f...
  5. 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-...
  6. 在 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...
  7. 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...
  8. Node.js를 사용하여 Word 문서를 PDF로 변환 | Node.js에서 DOCX...

    Node.js에서 REST API를 사용하여 프로그래밍 방식으로 Word 문서를 PDF로 변환합니다. Node.js SDK를 사용하면 클라우드에서 DOC 및 DOCX 파일을 PDF 파일로 변환할 수 있습니다....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/ko/conversion/convert-word...
  9. Python で PowerPoint PPT/PPTX ファイルを結合およびマージする

    2 つの PowerPoint プレゼンテーションを結合して 1 つに結合できます。この記事では、Python で PowerPoint PPT/PPTX ファイルを結合およびマージする方法について説明します。...start_page_number = 2 # 終了スライド番号 item2.end_page_number = 4 # スライド範囲モード...

    blog.groupdocs.cloud/ja/merger/combine-and-merg...
  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/