Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 190,008 for

paged

(0.19 sec)
  1. Anotaciones de Figuras en PDF|Aspose.PDF para Java

    Este artículo describe cómo agregar, obtener y eliminar anotaciones de figuras de su documento PDF con Aspose.PDF para Java...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/es/java/figures-annotation/
  2. Anotasi Gambar PDF|Aspose.PDF untuk Java

    Artikel ini menjelaskan cara menambahkan, mendapatkan, dan menghapus anotasi gambar dari dokumen PDF Anda dengan Aspose.PDF untuk Java...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/id/java/figures-annotation/
  3. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  4. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization.... 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/cpp/add-text-to-pdf-file/
  5. How to Convert MPP to HTML in C#

    This quick tutorial explains how to convert MPP to HTML in C#. To change Microsoft Project to HTML using C# detailed instructions are provided in the form of detailed steps and a runnable sample code....Page Product Family Aspose.PSD Product...output HTML file Specify the page numbers that should be rendered...

    kb.aspose.com/tasks/net/how-to-convert-mpp-file...
  6. How to Highlight in PDF using Python

    This tutorial guides on how to highlight in PDF using Python. It has IDE configuration details, stepwise process and a sample code to develop PDF highlighter using Python....Page Product Family Aspose.PSD Product...Search the text on the target page using the TextFragmentAbsorber...

    kb.aspose.com/pdf/python/how-to-highlight-in-pd...
  7. Offentlig API Ändringar i Aspose.Diagram 16.11....

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/sv/net/public-api-chang...
  8. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing.... What is this page about? This page explains Aspose.Words'...outlines the capabilities of its page layout engine. We use the term...

    docs.aspose.com/words/python-net/rendering/
  9. Advanced Features|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....NET private void Page_Load ( object sender , EventArgs...Add Page in Pages Collection var page = document . Pages . Add...

    docs.aspose.com/pdf/net/advanced-features/
  10. Добавить объект линии в PDF файл|Aspose.PDF for...

    Эта статья объясняет, как создать объект линии в вашем PDF с использованием Aspose.PDF для C++....новый Document PDF Добавьте Page в коллекцию страниц PDF файла...страниц PDF файла auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/ru/cpp/add-line/