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

numbers

(0.55 sec)
  1. Python에서 Rest API를 사용하여 PDF 파일 페이지 회전

    PDF 페이지 회전기 API를 사용하여 PDF의 모든 페이지를 회전하거나 PDF의 단일 페이지를 회전합니다. 이 기사는 Python에서 Rest API를 사용하여 PDF 파일 페이지를 회전하는 방법에 관한 것입니다....start_page_number = 1 options.end_page_number = 10 # 범위 모드를...

    blog.groupdocs.cloud/ko/merger/rotate-pdf-file-...
  2. Python の REST API を使用して複数の Excel ファイルを 1 つに結合する

    Excel Merger Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して、複数の Excel ファイルをプログラム的に 1 つのファイルに結合します。...start_page_number = 3 item2.end_page_number = 4 # レンジモード item2...

    blog.groupdocs.cloud/ja/merger/merge-multiple-e...
  3. تحويل مستندات Word إلى PDF باستخدام Node.js | D...

    قم بتحويل مستندات Word برمجيًا إلى PDF باستخدام واجهة برمجة تطبيقات REST في Node.js. يسمح 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/ar/conversion/convert-word...
  4. Node.js kullanarak Word Belgelerini PDF'ye Dönü...

    Node.js'de bir REST API kullanarak Word Belgelerini Programlı Olarak PDF'ye Dönüştürün. Node.js SDK, DOC ve DOCX dosyalarının bulutta PDF dosyalarına dönüştürülmesine olanak tanır....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/tr/conversion/convert-word...
  5. Verify QRCode 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 QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....different options for page number, text and search criteria by...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  6. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    Sign Documents (over 20+ supported formats) with different siganture types Text Signatures with various format, styles and appearance ,Image Signatures, Digital Signatures Barcode Signatures QRCode Signatures using GroupDocs.Signature Cloud SDK for Python....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/id/signature/14009/
  7. GroupDocs.cloud Tatil Teklifi – 12 Ay boyunca G...

    Farklı imza türleri ile Belgeleri İmzalayın (20'den fazla desteklenen biçim) Çeşitli biçim, stil ve görünüme sahip Metin İmzaları, Görüntü İmzaları, Dijital İmzalar Barkod İmzaları Python için GroupDocs.Signature Cloud SDK kullanan QRCode İmzaları....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/tr/signature/14009/
  8. عرض عطلات GroupDocs.cloud - احصل على خصم 25٪ عل...

    توقيع المستندات (أكثر من 20 تنسيقًا مدعومًا) مع أنواع مختلفة من siganture تواقيع نصية بتنسيقات وأنماط ومظهر مختلف وتوقيعات الصور والتوقيعات الرقمية توقيعات الباركود QRCode Signatures باستخدام GroupDocs.Signature Cloud SDK for Python....document_page_number = 1 # initialization of search...

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