Sort Score
Result 10 results
Languages All
Labels All
Results 6,081 - 6,090 of 186,627 for

paged

(0.19 sec)
  1. How to remove Caret Annotation using Java | Asp...

    Remove Caret annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Add for Caret annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/caret/r...
  2. Caractéristiques|Aspose.Words pour C++

    Aspose.Words pour C++ fournit aux utilisateurs un large éventail de fonctionnalités allant de la simple conversion et modification de documents à la création de documents structurés et visuellement attrayants ou à l'automatisation des rapports....mise en page (le module qui permet de créer un modèle page par page...page d’un document) Rendu des documents à PDF Rendu des documents...

    docs.aspose.com/words/fr/cpp/features/
  3. ایجاد 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/
  4. 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...
  5. إضافات توضيحية إضافية باستخدام C++|Aspose.PDF ل...

    يصف هذا القسم كيفية إضافة، الحصول على، وحذف أنواع إضافية من الإضافات التوضيحية من مستند PDF الخاص بك....CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), MakeObject...CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), new Rectangle...

    docs.aspose.com/pdf/ar/cpp/extra-annotations/
  6. PDF Highlights Annotation using C++|Aspose.PDF ...

    Explore how to apply highlights annotation to PDF text in C++ with Aspose.PDF for document enhancement....should add all annotations to the page. using namespace System ; using...-> Visit ( document -> get_Pages () -> idx_get ( 1 )); //Create...

    docs.aspose.com/pdf/cpp/highlights-annotation/
  7. C++ API for PostScript Processing

    Load and convert PS, EPS and XPS files to PDF and Images with this lIbrary. Create or manipulate XPS files in C++ applications....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/
  8. 使用主题|Documentation

    本节介绍如何将预设主题应用到页面或带有 Aspose.Diagram 的形状。...创建一个Diagram类的实例来加载一个diagram 获取要设置主题的Page类实例 将 Preset 值分配给 Page 实例的 PresetTheme 属性...instance of Page class to be set theme Page page = diagram ....

    docs.aspose.com/diagram/zh/java/working-with-th...
  9. 档案

    档案...MakeObject<Document>(); auto pages = doc->get_Pages(); pages->Add(); // 页数从...开始 auto page = pages->idx_get(1); auto paragraps = page->get_Paragraphs();...

    blog.aspose.com/zh/pdf/create-pdf-files-in-cpp-...
  10. Convierta BMP a EPS usando API para C++

    La funcionalidad de conversión de BMP a EPS que ofrece la solución API Aspose.Page para C++ se explica e ilustra con fragmentos de código aquí....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/cpp/convert/bmp-to-eps/