Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 187,114 for

paged

(0.17 sec)
  1. Créer ou Ajouter un Tableau dans un PDF en util...

    Aspose.PDF for .NET est une bibliothèque utilisée pour créer, lire et éditer des tableaux PDF. Consultez d'autres fonctions avancées dans ce sujet.... Ajoutez le tableau à une page. Enregistrez le fichier. Les...object to first page of input document document . Pages [ 1 ]. Paragraphs...

    docs.aspose.com/pdf/fr/net/add-table-in-existin...
  2. Crear enlaces en archivos PDF con C#|Aspose.PDF...

    Esta sección explica cómo crear enlaces en su documento PDF con C#.... Obtenga la Page a la que desea agregar el enlace...LinkAnnotation utilizando los objetos Page y Rectangle . Establezca los...

    docs.aspose.com/pdf/es/net/create-links/
  3. Crea PDF usando Python | Aspose.PDF

    Questo argomento mostra come utilizzare l'API Aspose.PDF for Python per generare e leggere facilmente file PDF nelle applicazioni Python....pagina utilizzando il metodo Pages.Add (). Creare un nuovo oggetto...Document () # Add page page = document . pages . add () # Add text...

    products.aspose.com/pdf/it/python-net/create/
  4. مثال على "مرحبا بالعالم" باستخدام لغة C#|Aspose...

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

    docs.aspose.com/pdf/ar/net/hello-world-example/
  5. Pythonで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 . getPages...getPages () . size () while ( pdf_page <= total_size ): # 新しいDocumentオブジェクトを作成する...

    docs.aspose.com/pdf/ja/java/split-pdf-file-into...
  6. Extraire des Images depuis un PDF|Aspose.PDF po...

    Comment extraire une partie de l'image d'un PDF en utilisant Aspose.PDF pour Android via Java...PDF Contents [ Hide ] Chaque page dans un document PDF contient...d’une page, nous devons obtenir une référence à la page, ensuite...

    docs.aspose.com/pdf/fr/androidjava/extract-imag...
  7. PageSetup.endnote_options property | Aspose.Wor...

    PageSetup.endnote_options property. Provides options that control numbering and positioning of endnotes in this section....numbering from 1 # at each new page and display themselves directly...every page. footnote_options = doc . sections [ 0 ] . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++....ImageDevice - for a particular page. Convert PDF using DocumentDevice...makes a possible to convert PDF Pages to TIFF images. The TiffDevice...

    docs.aspose.com/pdf/cpp/convert-pdf-to-images-f...
  9. 档案

    档案...Pages.Count 属性检查图表是否已包含页面。 如果是,请使用 Diagram.Pages[index]...ID。 使用 Page 类创建一个新页面并设置其名称和 ID。 使用 Diagram.Pages.Add(Page) 方法将页面添加到图表。...

    blog.aspose.com/zh/diagram/create-ms-visio-vsdx...
  10. Добавить страницы в PDF на Python | Вставить ст...

    Добавьте страницы в PDF на Python. Узнайте, как вставить страницу в PDF, добавить страницы из других PDF-документов и вставить страницы в определенные позиции программно....конец файла, вызовите метод pages.add() . Следуйте приведённым...Document . Используйте метод pages.add() для добавления новой страницы...

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