Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 192,335 for

paged

(0.18 sec)
  1. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_formatting method. Resets page setup to default paper size, margins and orientation....method clear_formatting() Resets page setup to default paper size...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Робота зі сторінками в файлі PS | Python

    Як додати сторінки до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/uk/python-net/ps/working-w...
  3. Extrair Parágrafo de PDF C#|Aspose.PDF for .NET

    Aprenda como extrair parágrafos de documentos PDF em .NET usando Aspose.PDF para recuperação de texto estruturado....pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/pt/net/extract-paragraph-fr...
  4. Imposer un PDF à l'aide de Python

    Suivez cet article pour imposer un PDF à l'aide de Python. Il contient les détails pour configurer l'IDE, une liste d'étapes et un exemple de code pour implémenter un logiciel d'imposition PDF à l'aide de Python....Page Product Family Aspose.PSD Product...personnalisant l’ordre des pages et la taille des pages. Étapes pour l’imposition...

    kb.aspose.com/fr/pdf/python/impose-pdf-using-py...
  5. Добавить страницы PDF в Python|Aspose.PDF for P...

    Узнайте, как добавлять или вставлять страницы в PDF‑документы с помощью Python....pdf as ap def insert_empty_page ( input_file_name : str , output_file_name...input_file_name ) document . pages . insert ( 2 ) document . save...

    docs.aspose.com/pdf/ru/python-net/add-pages/
  6. Definir Tamanho do PDF usando Python via C++|As...

    Esta seção mostra como obter ou definir propriedades de página de PDF, como tamanho do documento, usando Python via C++....documento usando document_get_pages Obtenha a primeira página da...coleção de páginas com page_collection_get_page Obtenha o retângulo...

    docs.aspose.com/pdf/pt/python-cpp/get-and-set-p...
  7. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....to paragraphs collection of page. Save your PDF file public static...// Add page to pages collection of PDF file Page page = pdfDocument...

    docs.aspose.com/pdf/java/add-curve/
  8. Add Images to PDF using Java | Aspose.PDF

    Adding images into PDF documents programmatically with Java sample code using Aspose.PDF for Java... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/java/images/add/
  9. PDF Sticky Annotations|Aspose.PDF untuk Java

    Topik ini tentang anotasi sticky, sebagai contoh kami menunjukkan Anotasi Watermark dalam teks. Ini digunakan untuk merepresentasikan grafik pada halaman. Periksa potongan kode untuk menyelesaikan tugas ini....pdf" ); Page page = document . getPages ()....= new WatermarkAnnotation ( page , new Rectangle ( 100 , 500...

    docs.aspose.com/pdf/id/java/sticky-annotations/
  10. EPS to PDF Merge using C++ | Aspose.PDF

    Combine two or more EPS documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging images In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/eps-to-pdf/