Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 188,102 for

paged

(0.6 sec)
  1. FieldXE class | Aspose.Words for Python

    aspose.words.fields.FieldXE class. Implements the XE field...Remarks Defines the text and page number for an index entry, which...bold formatting to the entry’s page number. is_dirty Gets or sets...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Chart to PDF|Documentation

    Learn how to use Aspose.Cells for .NET to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Create Chart PDF with Desired Page Size You can create a chart...chart PDF with your desired page size using Aspose.Cells and specify...

    docs.aspose.com/cells/net/chart-to-pdf/
  3. Replace Fields C++|Aspose.Words for C++

    Learn how to replace fields with text in C++. Replace fields with static data using the C++ API....example, trying to convert the PAGE field in a header or footer...value being displayed on all pages. This is because headers and...

    docs.aspose.com/words/cpp/replace-fields/
  4. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification.... Get the particular page to which you want to add the...created from that particular page – to which you want to add the...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  5. Manipuler le document PDF|Aspose.PDF pour Java

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A, comment travailler avec le TOC, comment définir la date d'expiration du PDF et comment déterminer la progression de la génération du fichier PDF....Accéder à la première page du fichier PDF Page tocPage = document...= "Première page" ; titles [ 1 ] = "Deuxième page" ; titles [...

    docs.aspose.com/pdf/fr/java/manipulate-pdf-docu...
  6. Chercher

    chercher... Obtenez une page spécifique par index à partir...partir de la collection de pages. Après cela, insérez un commentaire...

    blog.aspose.com/fr/diagram/add-comments-to-visi...
  7. テキストをPDFに変換|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Javaを使用すると、プレーンテキストファイルをPDFに変換したり、事前にフォーマットされたテキストファイルをPDFに変換したりできます。...Documentオブジェクトをインスタンス化し、Pagesコレクションに新しいページを追加します。TextFrag...(); // DocumentのPagesコレクションに新しいページを追加 Page page = document . getPages...

    docs.aspose.com/pdf/ja/androidjava/convert-text...
  8. Introduction | Aspose.Note Documentation

    This document provides an introduction to the net framework and its key features....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/introduction/
  9. استخراج الفقرات من PDF C#|Aspose.PDF for .NET

    تعلم كيفية استخراج الفقرات من مستندات PDF في .NET باستخدام Aspose.PDF لاسترجاع النص المنظم....pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/ar/net/extract-paragraph-fr...
  10. PDFに背景を追加|Aspose.PDF for .NET

    C#を使用してPDFファイルに背景画像を追加します。BackgroundArtifactオブジェクトを使用します。... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/ja/net/add-backgrounds/