Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,120 for

numbers

(0.12 sec)
  1. Convierta documentos de Word a PDF usando Node....

    Convierta mediante programación documentos de Word a PDF usando una API REST en Node.js. Node.js SDK permite convertir archivos DOC y DOCX a archivos PDF en la nube....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/es/conversion/convert-word...
  2. 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/
  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. Праздничное предложение GroupDocs.cloud — скидк...

    Подписывайте документы (более 20+ поддерживаемых форматов) с различными типами подписей. Текстовые подписи различного формата, стиля и внешнего вида, подписи изображений, цифровые подписи. Подписи штрих-кодов. Подписи QRCode с использованием GroupDocs.Signature Cloud SDK для Python....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/ru/signature/14009/
  5. Node.js | में REST API का उपयोग करके स्टाम्प के...

    Python में GroupDocs.Merger Cloud SDK for Python के साथ Python में क्लाउड पर REST API का उपयोग करके विभिन्न फ़ाइल प्रकारों के दस्तावेज़ों को प्रोग्रामेटिक रूप से मर्ज करें।...start_page_number = 1 item2.end_page_number = 3 # शामिल होने...

    blog.groupdocs.cloud/hi/merger/merge-documents-...
  6. Python で REST API を使用して PDF ファイルを結合する | Python ...

    Document Merger Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用してプログラムで PDF ファイルを結合します。 Python で PDF の特定のページを結合します。...start_page_number = 2 # 終了ページ番号 item2.end_page_number = 4 # ページ範囲モード...

    blog.groupdocs.cloud/ja/merger/merge-pdf-files-...
  7. Python 中的文檔分割 | Python PDF 文件分割器

    了解如何使用 GroupDocs.Merger Cloud SDK 在 Python 中將 PDF 文件拆分為多個 PDF 文件。使用本指南改進文檔組織。...start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/zh-hant/merger/split-pdf-f...
  8. Chuyển đổi tài liệu Word sang PDF bằng Node.js ...

    Lập trình chuyển đổi tài liệu Word sang PDF bằng API REST trong Node.js. Node.js SDK cho phép chuyển đổi các tệp DOC và DOCX thành tệp PDF trên đám mây....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/vi/conversion/convert-word...
  9. 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-...
  10. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. 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 . pen_color = 1201033...box . height = 100 $a1 . page_number = 0 $a1 . pen_color = 1201033...

    docs.groupdocs.cloud/annotation/area-annotation/