Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 141,262 for

paged

(0.12 sec)
  1. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a document.... PAGE_BREAK Explicit page break. COLUMN_BREAK...start of new section on the same page as the previous section. SE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Sažimanje PDF U Python

    Sažimanje PDF u Python bez gubitka kvalitete. Optimizirajte PDF sadržaj, jednostavno smanjite veličinu datoteke....pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # Postavite maksimalnu...

    products.aspose.com/words/hr/python-net/compres...
  3. PDF Tömörítése Itt: Python

    Tömörítse a(z PDF fájlt Python nyelven a minőség elvesztése nélkül. Optimalizálja a(z PDF tartalmat, és egyszerűen csökkentse a fájlméretet....pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # Állítsa be a maximális...

    products.aspose.com/words/hu/python-net/compres...
  4. FixedPageSaveOptions.pageSet property | Aspose....

    FixedPageSaveOptions.pageSet property. Gets or sets the pages to render...sets the pages to render. Default is all the pages in the document...to convert only some of the pages in a document to PDF. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::PageSetup::get_RestartPageNumber...

    Aspose::Words::PageSetup::get_RestartPageNumbering method. True if page numbering restarts at the beginning of the section in C++....ageNumbering method True if page numbering restarts at the beginning...Examples Shows how to set up page numbering in a section. auto...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Pindahkan Halaman PDF secara programatis melalu...

    Cobalah untuk memindahkan halaman ke lokasi yang diinginkan atau ke akhir file PDF menggunakan Aspose.PDF untuk Python via .NET....dst_File_name ) page = srcDocument . pages [ 2 ] dstDocument . pages . add...add ( page ) # Simpan file keluaran dstDocument . save ( dst_File_name_new...

    docs.aspose.com/pdf/id/python-net/move-pages/
  7. Вставка новой страницы в Visio|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....new blank page Application . ActiveDocument . Pages . Add ();...to manually set the id of the page in VSTO Aspose.Diagram Метод...

    docs.aspose.com/diagram/ru/net/inserting-a-new-...
  8. Rendering in C++|Aspose.Words for C++

    Use Aspose.Words for C++ rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....paginated or has the concept of pages. We are talking about the rendering...rendering of a document into pages. The following diagram shows...

    docs.aspose.com/words/cpp/rendering/
  9. إضافة كائن خط إلى ملف PDF|Aspose.PDF for .NET

    يشرح هذا المقال كيفية إنشاء كائن خط إلى ملف PDF الخاص بك باستخدام Aspose.PDF for .NET.... إضافة Page إلى مجموعة الصفحات في ملف PDF...Document ()) { // Add page var page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/ar/net/add-line/
  10. MultiPageLayout | Aspose.Words for Java

    Defines a layout for rendering multiple pages into a single output in Java....layout for rendering multiple pages into a single output. Remarks:...document into JPG image with multi-page layout settings. Document doc...

    reference.aspose.com/words/java/com.aspose.word...