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

numbers

(0.12 sec)
  1. تحويل مستندات Word إلى PDF باستخدام REST API في...

    قم بتحويل مستندات Word برمجيًا (DOCX أو DOC) إلى ملفات PDF باستخدام واجهة برمجة تطبيقات REST على السحابة في Python مع 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/ar/conversion/convert-word...
  2. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....}" Response { "pages" : [ { "number" : 1 , "resources" : null ...f/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  3. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF... page_number = 1 page_rotation . rotation_angle...PageRotation () page_rotation . page_number = 1 page_rotation . rotation_angle...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  4. 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...
  5. 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/
  6. 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/
  7. Verify Barcode 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 Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object data in request body....different options for page number, text and search criteria by...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  8. Праздничное предложение GroupDocs.cloud — скидк...

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

    blog.groupdocs.cloud/ru/signature/14009/
  9. 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-...
  10. 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-...