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

numbers

(0.1 sec)
  1. Konversi Dokumen Word ke PDF menggunakan REST A...

    Secara terprogram mengonversi dokumen Word (DOCX atau DOC) ke file PDF menggunakan REST API di cloud dengan Python dengan 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/id/conversion/convert-word...
  2. 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/
  3. 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/
  4. Konvertieren Sie Word Dokumente mit Node.js | i...

    Konvertieren Sie Word Dokumente mithilfe einer REST-API in Node.js programmgesteuert in PDF. Das Node.js SDK ermöglicht die Konvertierung von DOC und DOCX Dateien in PDF Dateien in der Cloud....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/de/conversion/convert-word...
  5. 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/
  6. 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/
  7. تحويل مستندات 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...
  8. 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...
  9. 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/
  10. 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...