Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 192,125 for

page

(0.35 sec)
  1. List Stamps|Aspose.PDF for Java

    Learn how to list rubber stamps on a Page in Java using the PdfContentEditor facade in Aspose.PDF....Contents [ Hide ] List stamps on a page Bind the source PDF to the PdfContentEditor...retrieve the stamps on the target page. Inspect the resulting StampInfo[]...

    docs.aspose.com/pdf/java/list-stamps/
  2. 使用形状粘合|Documentation

    本节介绍如何使用 Aspose.Diagram 获取粘附到特定形状的形状。... Pages [ 0 ]. Shapes . GetShape ( 90...gluedShapeIds ) { shape = diagram . Pages [ 0 ]. Shapes . GetShape ( id...

    docs.aspose.com/diagram/zh/net/working-with-sha...
  3. Supported Document Formats|Aspose.Words for .NET

    Edit source documents in many popular formats, as well as freely convert files from one format to another using C#....Hide ] Purpose Summary This page explains which document formats...JSON format TIFF Renders a page or pages of the document and saves...

    docs.aspose.com/words/net/supported-document-fo...
  4. Convert PNG to PDF|Aspose.PDF for Android via Java

    This article shows how to convert PNG to PDF with Aspose.PDF library in your Android via Java applications. You can convert PNG images to PDF format using simple steps....Create new document and add Page Set page dimensions Save output file...document = new Document (); Page page = document . getPages ()....

    docs.aspose.com/pdf/androidjava/convert-png-to-...
  5. Aspose PDF Comparer - Free Support Forum - aspo...

    I am currently exploring the options of Aspose Java PDF Comparer and saw that there is a SideBySideComparer. As the name suggested it has 2 Pages for every Page in the PDF. Is there a way that i can configure a comparer…...name suggested it has 2 pages for every page in the PDF. Is there...comparer to just add a single page in the style of the SideBySideComparer...

    forum.aspose.com/t/aspose-pdf-comparer/308285
  6. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Java. From entire Pages, from a specific part, based on columns, etc....] Extract Text From All the Pages of a PDF Document Extracting...extracting text from all the pages of a PDF document. To extract...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  7. MD to PDF Merge using C++ | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/md-to-pdf/
  8. Updating Fields Python|Aspose.Words for Python ...

    Update fields in a document in different ways and using different option in Python.... What is this page about? This page explains how to update...the field is a formula or a page number, it will contain the...

    docs.aspose.com/words/python-net/update-fields/
  9. 额外注释使用C++|Aspose.PDF for C++

    本节描述如何从PDF文档中添加、获取和删除额外类型的注释。...CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), MakeObject...CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), new Rectangle...

    docs.aspose.com/pdf/zh/cpp/extra-annotations/
  10. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-curve/