Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 189,995 for

paged

(0.17 sec)
  1. Impostazione delle opzioni di pagina in Python|...

    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....per Ruby , chiama il metodo page_orientation del modulo pagesetup...pagesetup . Codice Python def page_orientation ( self ): \# Instantiating...

    docs.aspose.com/cells/it/java/setting-page-opti...
  2. Установка параметров страницы в Python|Document...

    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_orientation модуля pagesetup. Код Python def page_orientation...Portrait page_setup = sheet . getPageSetup () page_orientation_type...

    docs.aspose.com/cells/ru/java/setting-page-opti...
  3. Ajouter un arrière-plan au PDF avec C++|Aspose....

    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....est une collection de pages et chaque page contient une collection...image d’arrière-plan à un objet page. Le fragment de code suivant...

    docs.aspose.com/pdf/fr/cpp/add-backgrounds/
  4. Saving a printable form and recognition pattern...

    How to save a generated printable form and a recognition pattern file on disk....or more images (one image per page) or in one PDF document. Regardless...printable form pages and the recognition pattern. Each page is always...

    docs.aspose.com/omr/net/generate-template/save/
  5. Chercher

    chercher...un morceau de texte sur les pages. Le but du filigrane peut être...les filigranes ajoutés aux pages PDF. Pour ce faire, cet article...

    blog.aspose.com/fr/pdf/remove-watermark-from-pd...
  6. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....to append annotations to the page. The following code snippet...CaretAnnotation ( document . pages [ 1 ], ap . Rectangle ( 200...

    docs.aspose.com/pdf/python-net/extra-annotations/
  7. 程序化地裁剪PDF页面|Aspose.PDF for Java

    您可以使用Aspose.PDF for Java获取页面属性,例如宽度、高度、出血框、裁剪框和修整框。...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...println ( page . getCropBox ()); System . out . println ( page . getTrimBox...

    docs.aspose.com/pdf/zh/java/crop-pages/
  8. PDF에 이미지 추가하기 C#|Aspose.PDF for .NET

    이 섹션에서는 C# 라이브러리를 사용하여 기존 PDF 파일에 이미지를 추가하는 방법을 설명합니다....Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/ko/net/add-image-to-existin...
  9. Spåra dokumentkonverteringsframsteg med C++|Doc...

    Lär dig hur du spårar dokumentkonverteringsframsteg i C++ med Aspose.Cells för att förbättra applikationens användbarhet....) override { std :: cout << "Page " << args . GetPageIndex ()...) override { std :: cout << "Page " << args . GetPageIndex ()...

    docs.aspose.com/cells/sv/cpp/track-document-con...
  10. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/net/manipulate-pdf-document/