Sort Score
Result 10 results
Languages All
Labels All
Results 7,521 - 7,530 of 190,038 for

paged

(0.14 sec)
  1. Python PDF API for Creating, Merging, Editing, ...

    Python wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...metadata information, text and page manipulation, management of...load PDF file, extract pages, insert pages at a particular location...

    products.aspose.com/pdf/python-java/
  2. 使用Python通过C++旋转PDF页面|Aspose.PDF for Python via C++

    本主题描述如何通过Python使用C++以编程方式旋转现有PDF文件中的页面方向。...document_get_pages’ 从文档中获取页面集合 使用 ‘apCore.page_collection_get_page’ 从页面集合中获取第一页...从页面集合中获取第一页 使用 ‘apCore.page_set_rotate’ 将页面顺时针旋转 90 度 使用 ‘document...

    docs.aspose.com/pdf/zh/python-cpp/rotate-pages/
  3. Update Fields in C++|Aspose.Words for C++

    Learn how to update fields in C++. Update fields programmatically or use automatic field update using C++ API....the field is a formula or a page number, it will contain the...or XPS the fields related to page-numbering in headers/footers...

    docs.aspose.com/words/cpp/update-fields/
  4. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....Existing PDF File Every PDF page contains Resources and Contents...input PDF document. Get the page you want to add an image to...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  5. Aspose::Words::Saving::PdfZoomBehavior enum | A...

    Aspose::Words::Saving::PdfZoomBehavior enum. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer in C++....document to fit page width. ZoomFactor 1 Displays the page using the...factor. FitPage 2 Displays the page so it visible entirely. FitWidth...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. 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/
  7. 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...
  8. 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/
  9. 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...
  10. Добавление фона в 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/