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

numbers

(0.27 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. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page...."2021-02-05T05:17:10Z" , "pages" : [ { "number" : 1 , "width" : 595 , "height"...

    docs.groupdocs.cloud/annotation/get-document-in...
  3. GroupDocs.cloud Holidays 제안 – 12개월 동안 GroupDocs...

    다양한 서명 유형으로 문서 서명(20개 이상의 지원되는 형식) 다양한 형식, 스타일 및 모양의 텍스트 서명, 이미지 서명, 디지털 서명 바코드 서명 QRCode 서명은 GroupDocs.Signature Cloud SDK for Python을 사용합니다....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/ko/signature/14009/
  4. Extract Metadata from XLS in Java

    Extract metadata from XLS files in Java with GroupDocs.Metadata Cloud SDK. Step-by-step guide, code sample, cURL commands, and best practices.... What limits apply to the number of files I can process per...

    blog.groupdocs.cloud/metadata/extract-metadata-...
  5. GroupDocs.cloud 假期优惠 – GroupDocs.Total Cloud AP...

    使用不同签名类型签署文档(超过 20 种支持的格式) 具有各种格式、样式和外观的文本签名、图像签名、数字签名 条形码签名 QRCode 签名 使用适用于 Python 的 GroupDocs.Signature Cloud SDK。...document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/zh/signature/14009/
  6. 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...
  7. Convertir des documents Word en PDF à l'aide de...

    Convertissez par programmation des documents Word (DOCX ou DOC) en fichiers PDF à l'aide d'une API REST sur le cloud en Python avec Document Conversion Cloud SDK for Python....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/fr/conversion/convert-word...
  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. Text Highlight Annotation | Documentation

    Text Highlight annotation highlights and comments selected text 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... page_number = 0 a1 . background_color =...$p2 , $p3 , $p4 ] $a1 . page_number = 0 $a1 . background_color...

    docs.groupdocs.cloud/annotation/text-highlight-...