Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 141,625 for

paged

(0.06 sec)
  1. Аннотация выделений в PDF с использованием C++|...

    Аннотации разметки представлены в тексте как выделения, подчеркивания, зачёркивания или волнистые подчеркивания в тексте документа....-> Visit ( document -> get_Pages () -> idx_get ( 1 )); //Создать...HighlightAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), tfa ->...

    docs.aspose.com/pdf/ru/cpp/highlights-annotation/
  2. Node.jsとC++を使用してExcelからTIFFへの変換進行状況を追跡|Document...

    Aspose.Cells for Node.js via C++を使用してExcelファイルのTIFFへの変換進捗を追跡する方法を学び、変換プロセス中のユーザーエクスペリエンスを向上させます。...`Start saving page index ${ args . pageIndex } of pages ${ args ....` ); // Don't output pages before page index 2. if ( args . pageIndex...

    docs.aspose.com/cells/ja/nodejs-cpp/track-conve...
  3. Créer ou Ajouter un Tableau dans un PDF en util...

    Aspose.PDF for .NET est une bibliothèque utilisée pour créer, lire et éditer des tableaux PDF. Consultez d'autres fonctions avancées dans ce sujet.... Ajoutez le tableau à une page. Enregistrez le fichier. Les...object to first page of input document document . Pages [ 1 ]. Paragraphs...

    docs.aspose.com/pdf/fr/net/add-table-in-existin...
  4. Aspose::Words::Layout::ContinuousSectionRestart...

    Aspose::Words::Layout::ContinuousSectionRestart enum. Represents different behaviors when computing page numbers in a continuous section that restarts page numbering in C++....different behaviors when computing page numbers in a continuous section...section that restarts page numbering. enum class ContinuousSectionRes...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...PdfSaveOptions to adjust the page size and scaling to ensure the...set_image_format("png") image_options.set_one_page_per_sheet(True) # Ensures each...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  6. Utilisation de types supplémentaires d'annotati...

    Cette section décrit comment ajouter, obtenir et supprimer des types supplémentaires d'annotations de votre document PDF....ajouter des annotations à la page. Le code suivant montre comment...utilisant AnnotationSelector Page page = document . getPages ()....

    docs.aspose.com/pdf/fr/java/extra-annotations/
  7. ایجاد PDF با استفاده از C++ | Aspose.PDF

    این موضوع نحوه استفاده از Aspose.PDF برای C++ API را به شما نشان می دهد تا به راحتی فایل های PDF را در برنامه های C++ تولید و بخوانید....کردن یک صفحه با استفاده از روش Pages.Add (). ۱. یک شیء TextFragment...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/fa/cpp/create/
  8. Convert URL to PDF with Python

    This article guides on how to convert URL to PDF with Python. It has all the details to set the IDE, a list of steps, and a sample code to turn URL into PDF with Python....Page Product Family Aspose.PSD Product...requirements. Steps to Convert Website Page to PDF with Python Set the environment...

    kb.aspose.com/pdf/python/convert-url-to-pdf-wit...
  9. 从PDF文件中提取链接|Aspose.PDF for C++

    使用C#从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... 获取要提取链接的 Page 。 1. 将 [AnnotationSelector](https://reference...annotation_selector/) 对象传递给 Page 对象的 Accept 方法。 1. 使用 [Annot...

    docs.aspose.com/pdf/zh/cpp/extract-links/
  10. Форматирование текста в PDF с использованием C+...

    Эта страница объясняет, как форматировать текст внутри PDF-файла. Сюда входят добавление отступа строки, добавление границы текста, добавление подчеркивания текста, добавление границы вокруг добавленного текста, выравнивание текста для содержимого плавающего блока и т. д....Document > (); auto page = document -> get_Pages () -> Add (); auto...set_SubsequentLinesInden ( 20 ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/ru/cpp/text-formatting-insi...