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

numbers

(0.11 sec)
  1. 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/
  2. تحويل مستندات 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...
  3. Converti documenti Word in PDF utilizzando Node...

    Converti in modo programmatico documenti Word in PDF utilizzando un'API REST in Node.js. Node.js SDK consente di convertire i file DOC e DOCX in file PDF sul cloud....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/it/conversion/convert-word...
  4. Nabídka GroupDocs.cloud Holidays – Získejte 25%...

    Podepisujte dokumenty (více než 20 podporovaných formátů) s různými typy podpisů Textové podpisy s různými formáty, styly a vzhledem, obrazové podpisy, digitální podpisy Podpisy čárových kódů Podpisy QRCode pomocí GroupDocs.Signature Cloud SDK pro Python....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/cs/signature/14009/
  5. 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 Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page...."2021-02-05T05:17:10Z" , "pages" : [ { "number" : 1 , "width" : 595 , "height"...

    docs.groupdocs.cloud/annotation/get-document-in...
  6. Oferta świąteczna GroupDocs.cloud — 25% zniżki ...

    Podpisuj dokumenty (ponad 20 obsługiwanych formatów) za pomocą różnych typów podpisów Podpisy tekstowe w różnych formatach, stylach i wyglądzie Podpisy graficzne, podpisy cyfrowe Podpisy kodów kreskowych Podpisy QRCode za pomocą GroupDocs.Signature Cloud SDK dla Python....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/pl/signature/14009/
  7. Offerta vacanze GroupDocs.cloud: ottieni il 25%...

    Firma documenti (oltre 20 formati supportati) con diversi tipi di firma Firme di testo con vari formati, stili e aspetto, firme di immagini, firme digitali Firme di codici a barre Firme QRCode utilizzando GroupDocs.Signature Cloud SDK per Python....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/it/signature/14009/
  8. پیشنهاد تعطیلات GroupDocs.cloud – 25% تخفیف در ...

    امضای اسناد (بیش از 20 فرمت پشتیبانی شده) با انواع نمادهای مختلف امضاهای متنی با فرمت‌ها، سبک‌ها و ظاهر متفاوت، امضاهای تصویر، امضاهای دیجیتال امضاهای بارکد امضاهای QRCode با استفاده از GroupDocs.Signature Cloud SDK برای پایتون....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/fa/signature/14009/
  9. Offre GroupDocs.cloud Holidays - Obtenez 25% de...

    Signez des documents (plus de 20 formats pris en charge) avec différents types de signature Signatures textuelles avec différents formats, styles et apparences, signatures d'image, signatures numériques Signatures de codes à barres Signatures QRCode à l'aide de GroupDocs.Signature Cloud SDK pour Python....document_page_number = 1 # initialization of search...

    blog.groupdocs.cloud/fr/signature/14009/
  10. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....":true}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...f/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...