Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 188,127 for

paged

(0.12 sec)
  1. Créer un document PDF en utilisant C++|Aspose.P...

    La tâche la plus populaire et basique de travail avec un fichier PDF est de créer un document à partir de zéro. Utilisez la bibliothèque Aspose.PDF pour C++....un objet Document Ajouter une Page à l’objet document Créer un...la collection Paragraph de la page Enregistrer le document PDF...

    docs.aspose.com/pdf/fr/cpp/create-document/
  2. Lưu trữ

    Lưu trữ... Khởi tạo các đối tượng lớp Page và Outline . Thêm nút RichText...đối tượng lớp Trang Page page = new Page(doc); // khởi tạo đối...

    blog.aspose.com/vi/note/create-onenote-files-pr...
  3. 추가 유형의 PDF 주석 사용|Aspose.PDF for Java

    이 섹션에서는 PDF 문서에 추가 유형의 주석을 추가하고, 가져오고, 삭제하는 방법을 설명합니다....AnnotationSelector를 사용하여 주석 필터링 Page page = document . getPages ()....CaretAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    docs.aspose.com/pdf/ko/java/extra-annotations/
  4. Uso de tipos adicionales de anotaciones PDF|Asp...

    Esta sección describe cómo agregar, obtener y eliminar tipos adicionales de anotaciones de su documento PDF....usando AnnotationSelector Page page = document . getPages ()....CaretAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    docs.aspose.com/pdf/es/java/extra-annotations/
  5. 記録

    記録...空のドキュメントに空のページを追加する Page page = doc.Pages.Add(); Aspose.Pdf.Image...File = (path); // ページに画像を追加する page.Paragraphs.Add(image); // 出力PDFファイルを保存...

    blog.aspose.com/ja/pdf/images-to-pdf-csharp/
  6. Créer des liens dans un fichier PDF avec C#|Asp...

    Cette section explique comment créer des liens dans votre document PDF avec C#.... Obtenez la Page à laquelle vous souhaitez ajouter...LinkAnnotation en utilisant les objets Page et Rectangle . Définissez les...

    docs.aspose.com/pdf/fr/net/create-links/
  7. How to Insert Word Header and Footer using C#

    In this tutorial you will learn how to insert Word header and footer using C# without interop. This tutorial can be used to add header and footer in Word using C# and insert some text into them....Page Product Family Aspose.PSD Product...differently for first, even and odd pages. The C# code example in this...

    kb.aspose.com/words/net/how-to-insert-header-an...
  8. How to Convert PDF to OneNote using C#

    This article guides on how to convert PDF to OneNote using C#. It contains all the details to configure the environment, a list of programming steps, and a runnable sample code to render PDF to OneNote using C#....Page Product Family Aspose.PSD Product...files are rendered on separate pages. Code to Convert PDF to One...

    kb.aspose.com/note/net/how-to-convert-pdf-to-on...
  9. Compare PDF Files using Java

    This article guides on how to compare PDF files using Java. It has the details to set the IDE, a list of steps, and a sample code for developing a tool for PDF to PDF comparison using Java....Page Product Family Aspose.PSD Product...learn to compare individual pages or complete PDF files based...

    kb.aspose.com/pdf/java/compare-pdf-files-using-...
  10. Zoom PDF using Java

    This article guides you on how to zoom PDF using Java. It contains the IDE settings, steps, and a sample code to zoom PDF file using Java while opening in a PDF viewer....Page Product Family Aspose.PSD Product...GoToAction object Set the target page, view offset from the top-left...

    kb.aspose.com/pdf/java/zoom-pdf-using-java/