Sort Score
Result 10 results
Languages All
Labels All
Results 6,271 - 6,280 of 190,016 for

paged

(0.82 sec)
  1. Lavorare con le pagine in un file XPS | .NET

    Come aggiungere pagine a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/it/net/xps/working-with-pa...
  2. Aspose::Words::PageSetup::get_MultiplePages met...

    Aspose::Words::PageSetup::get_MultiplePages method. For multiple page documents, gets or sets how a document is printed or rendered so that it can be bound as a booklet in C++....lePages method For multiple page documents, gets or sets how...Insert text that spans several pages. auto builder = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. PDF Imposition using Aspose.PDF for Rust via C+...

    This article explains how to rearrange PDF pages for print-optimized layouts using Aspose.PDF for Rust via C++....multiple source pages onto a single output page. In this example...four original pages are combined into each page of the output...

    docs.aspose.com/pdf/rust-cpp/pdf-imposition/
  4. Convert TIFF to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows converting multi-page or multi-frame TIFF images to PDF applications....converting multi-page TIFF image to multi-page PDF document with...new page for each frame Finally, save images to PDF pages Moreover...

    docs.aspose.com/pdf/androidjava/convert-tiff-to...
  5. Définir la Taille de l'Image|Aspose.PDF pour Java

    Cette section décrit comment définir la taille de l'image dans un fichier PDF en utilisant la bibliothèque Java....une page à la collection de pages du fichier PDF Page page = doc..._dataDir + "aspose-logo.jpg" ); page . getParagraphs (). add ( img...

    docs.aspose.com/pdf/fr/java/set-image-size/
  6. PHP에서 PDF 파일을 개별 페이지로 분할|Aspose.PDF for Java

    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....pdf' ); # 모든 페이지를 순회 $pdf_page = 1 ; $total_size = $pdf ->...size(); pdfPage++) while ( $pdf_page <= $total_size ) { # 새 Document...

    docs.aspose.com/pdf/ko/java/split-pdf-file-into...
  7. Добавление фона в PDF|Aspose.PDF for .NET

    Добавьте фоновое изображение в ваш PDF-файл с помощью C#. Используйте объект BackgroundArtifact.... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/ru/net/add-backgrounds/
  8. Dividir archivos PDF en Python|Aspose.PDF para ...

    Aprende cómo dividir páginas PDF en archivos PDF separados en Python....input_pdf ) page_count = 1 # Loop through all the pages for pdfPage...pdfPage in document . pages : new_document = ap . Document () new_document...

    docs.aspose.com/pdf/es/python-net/split-pdf-doc...
  9. PageSet.All | Aspose.Words for .NET

    Access all document pages in their original order with PageSet All property. Streamline your workflow and enhance document management effortlessly!...property Gets a set with all the pages of the document in their original...Examples Shows how to export Odd pages from the document. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Додати сторінки до PDF у Python | Вставити стор...

    Додати сторінки до PDF у Python. Дізнайтеся, як вставити сторінку до PDF, додати сторінки з інших PDF та вставити сторінки в певних позиціях програмно....кінці файлу, викликайте метод pages.add() . Слідуйте наведеним крокам...Document . Використовуйте метод pages.add() , щоб додати нову сторінку...

    blog.aspose.com/uk/pdf/add-pages-to-pdf-in-python/