Sort Score
Result 10 results
Languages All
Labels All
Results 8,601 - 8,610 of 189,169 for

paged

(0.39 sec)
  1. Обновление размеров страницы в Python|Aspose.PD...

    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....# получить коллекцию страниц page_collection = pdf.getPages ()...определенную страницу pdf_page = page_collection.get_Item ( 1 )...

    docs.aspose.com/pdf/ru/python-java/update-page-...
  2. PDF липкие аннотации с использованием Python|As...

    Эта тема о липких аннотациях, в качестве примера мы показываем аннотацию водяного знака в тексте....добавления аннотации page = document . pages [ 1 ] # Создать аннотацию...annotations . WatermarkAnnotation ( page , ap . Rectangle ( 100 , 0 ...

    docs.aspose.com/pdf/ru/python-net/sticky-annota...
  3. Mettre à jour les liens dans un PDF|Aspose.PDF ...

    Mettre à jour les liens dans un PDF par programmation. Ce guide traite de la manière de mettre à jour les liens dans un PDF en langage C#.... Allez à une page spécifique dans le fichier PDF...Destination de l’objet GoToAction . La page de destination est spécifiée...

    docs.aspose.com/pdf/fr/net/update-links/
  4. Şekiller Paragrafıyla Çalışma|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....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-2" ); // Add master with stencil file path and master...

    docs.aspose.com/diagram/tr/net/working-with-sha...
  5. Вставьте новую пустую страницу в рисунок Visio ...

    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...._страница_идентификатор = получить _Максимум_page_id ( diagram ) # Инициализировать...страницы new_page = Rjb :: import ( 'com.aspose.diagram.Page' ) . новый...

    docs.aspose.com/diagram/ru/java/insert-a-new-bl...
  6. Rotate Text in Word using Python

    Rotate text in Word using Python. Get details to set the IDE, a list of steps, and a sample code to flip the text in Word using Python....Page Product Family Aspose.PSD Product...Section class Set the Section.page_setup.text_orientation property...

    kb.aspose.com/words/python/rotate-text-in-word-...
  7. Convert PDF to QR Code using Java

    Follow this article to convert PDF to QR Code using Java. It has the details to set the IDE, a list of steps, and a sample code for transformation of PDF to Barcode using Java....Page Product Family Aspose.PSD Product...QR code Iterate through each page and access the collection of...

    kb.aspose.com/total/java/convert-pdf-to-qr-code...
  8. Comment définir une zone d impression|Documenta...

    Cet article vous montre du code expliquant comment définir une zone d impression en utilisant la bibliothèque Aspose.Cells....s’adapte proprement sur les pages imprimées, évitant les coupures...coupures ou les sauts de page indésirables. Économiser des ressources...

    docs.aspose.com/cells/fr/net/how-to-set-print-a...
  9. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....the printed pages, avoiding splits or unwanted page breaks. Save...area. Open the Page Layout tab: Go to the “Page Layout” tab in...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  10. Archivo

    Archivo...páginas for (auto page : pdfDocument->get_Pages()) { // Crear nuevo...documento newDoc->get_Pages()->Add(page); // Guardar como pdf...

    blog.aspose.com/es/pdf/split-a-pdf-file-using-cpp/