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

paged

(0.16 sec)
  1. FloatingBox를 사용한 텍스트 생성|Aspose.PDF for .NET

    이 페이지는 플로팅 박스 내에서 텍스트를 형식화하는 방법을 설명합니다....Document ()) { var page = document . Pages . Add (); // Create..."text example" )); // Add box page . Paragraphs . Add ( box );...

    docs.aspose.com/pdf/ko/net/floating-box/
  2. Formen gruppieren, konvertieren und überprüfen|...

    In diesem Abschnitt wird erläutert, wie Sie Formen mit Aspose.Diagram gruppieren....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Initialize an array of shapes Aspose . Diagram...

    docs.aspose.com/diagram/de/net/group-convert-an...
  3. Make Booklet of PDF|Aspose.PDF for Java

    This section explains how to make booklet of PDF with com.aspose.pdf.facades using PdfFileEditor class....} Make Booklet of PDF Using Page Size and File Paths [MakeBooklet]...paths. You can also set the page size of the output PDF file...

    docs.aspose.com/pdf/java/make-booklet-of-pdf/
  4. Archivio

    Archivio...Save the pages as JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f...

    blog.aspose.com/it/words/convert-html-to-image-...
  5. TOC Link Not Redirecting in HTML When Using Ext...

    Hii Team, We are facing an issue with the Table of Contents (TOC) where the TOC link is not redirecting correctly in the HTML output , although it works properly in the Word output . The issue occurs when we extract th…...extract the document page by page. During page extraction, the bookmark...splitting the document into pages , the TOC links work as expected...

    forum.aspose.com/t/toc-link-not-redirecting-in-...
  6. Saving a printable form and recognition pattern...

    How to save a generated printable form image and a recognition pattern file on disk....several files: Printable form pages as PNG images. Their dimensions...paper size and orientation. Each page is always saved as a separate...

    docs.aspose.com/omr/cpp/generate-template/save/
  7. Categories

    Temukan Jawaban oleh API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cel......Page Product Family Aspose.PSD Product...Hapus Page Break di Excel menggunakan Python Hapus Page Break...

    kb.aspose.com/id/categories/page/28/
  8. Create PDF using Python | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications.... Add a page using Pages.Add() method. Create a...Paragraphs collection of the page. Save the PDF using Save(String)...

    products.aspose.com/pdf/python-net/create/
  9. Extraire des liens à partir du fichier PDF|Aspo...

    Extraire des liens à partir de PDF avec C#. Ce sujet vous explique comment extraire des liens en utilisant la classe AnnotationSelector.... Obtenez la Page dont vous souhaitez extraire...objets LinkAnnotation de la page spécifiée. Passez l’objet AnnotationSelector...

    docs.aspose.com/pdf/fr/cpp/extract-links/
  10. Definir Tamanho da Imagem|Aspose.PDF for .NET

    Esta seção descreve como definir o tamanho da imagem em um arquivo PDF usando a biblioteca C#....Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/pt/net/set-image-size/