Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 140,988 for

paged

(0.18 sec)
  1. 向PDF文件添加椭圆对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建椭圆对象。...向PDF文件的页面集合添加页面 auto page = document -> get_Pages () -> Add (); //...ellipse2 ); // 将图形对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-ellipse/
  2. Licence | Aspose.Not Documentation

    Une version d'évaluation gratuite d'Aspose.Not pour Java (une API Java pour interagir avec Microsoft Office OneNote par programme sans que le logiciel soit installé sur le serveur) peut être téléchargé à partir de la section Téléchargements du site Web d'Aspose....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/fr/java/licensing/
  3. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Python via .NET recognition engine....image; recognition of a single-page PDF. Aspose.OCR for Python via...image/page in parallel. Recognizing multiple files/pages Applies...

    docs.aspose.com/ocr/python-net/multithreading/
  4. How to Remove Comments from PDF using Python

    This article guides on how to remove comments from PDF using Python. It provides detailed information to set the IDE, write program algorithm and a runnable sample code to delete all comments in PDF using Python....Page Product Family Aspose.PSD Product...object Parse through all the pages of the loaded document and access...

    kb.aspose.com/pdf/python/how-to-remove-comments...
  5. How to Add Fillable Fields in PDF using Python

    This article shares information on how to add fillable fields in PDF using Python. It contains the environment details, programming steps and a runnable sample code to add fillable text box to PDF using Python....Page Product Family Aspose.PSD Product...on a specified position and page. Steps to Add Fields to PDF...

    kb.aspose.com/pdf/python/how-to-add-fillable-fi...
  6. Como Mesclar PDF usando C#|Aspose.PDF for .NET

    Esta página explica como mesclar documentos PDF em um único arquivo PDF com C# ou VB.NET.... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...+ "Concat2.pdf" )) { // Add pages of second document to the first...

    docs.aspose.com/pdf/pt/net/merge-pdf-documents/
  7. Come ottenere l'annotazione di Highlight usando...

    Codice di esempio Java per ottenere Highlight annotazioni nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....l’annotazione Highlight dalle raccolte Page.Annotations Salvare nuovamente..._dataDir + "sample_mod.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/it/java/annotation/high...
  8. Split RTF File Online or using Android Mobile A...

    Free online app to split different RTF files. Android splitter library Java code for RTF documents....number of pages in the RTF file. Loop through each page and use...to extract the page. Save the extracted page into new file. Java...

    products.aspose.com/total/android-java/split/rtf/
  9. Split DOTX File Online or using Android Mobile ...

    Free online app to split different DOTX files. Android splitter library Java code for DOTX documents....number of pages in the DOTX file. Loop through each page and use...to extract the page. Save the extracted page into new file. Java...

    products.aspose.com/total/android-java/split/dotx/
  10. 使用 C++ 将页面移至 PDF | Aspose.PDF

    使用C++语言在任何平台上以编程方式移动文档的PDF页面的简单示例代码。...Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // Save output file...

    products.aspose.com/pdf/zh-hant/cpp/pages/move/