Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 187,024 for

page

(0.12 sec)
  1. Apply Theme To Shape|Documentation

    This section explains how to set theme Properties in a visio shape with Aspose.Diagram.... get a particular page. get a particular shape. set...); // Get page by name Page page = diagram . Pages . GetPage...

    docs.aspose.com/diagram/net/apply-theme-to-shape/
  2. IPageSavingCallback.PageSaving | Aspose.Words f...

    Discover the iPageSavingCallback method in Aspose.Words, designed to optimize Page saving to fixed formats. Enhance your document management today!...Words saves a separate page to fixed page formats. public void...save a document to HTML page by page. public void PageFileNames...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Working with Pages in PS file | Java

    How to add Pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/ps/working-with-pages/
  4. Creating a complex PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to create more complex documents that contain images, text fragments, and tables in one document....metadata but without pages. Add a Page to the document object...now our document will have one page. Add a Image . It’s a complex...

    docs.aspose.com/pdf/java/complex-pdf-example/
  5. Aspose Diagram Exract text from Visio File - Fr...

    Hello Team, I am trying to implement exportText function from visio files. Here in documentation, It has mention for sample for extract text but i can not see any code or sample for same. can you please see and upda…...plain‑text content of a Visio page using Aspose.Diagram for .NET...all pages (or select a specific page) foreach (Page page in diagram...

    forum.aspose.com/t/aspose-diagram-exract-text-f...
  6. Using FloatingBox for text generation|Aspose.PD...

    This Page explains how to format text inside floating box....text and other content on a PDF page. Its main feature is text clipping...Document ()) { var page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/net/floating-box/
  7. Annotations and Special Text using Python|Aspos...

    This section contains articles on annotation and special Text extraction from PDF documents using Aspose.PDF in Python....a StampAnnotation) on a PDF page. Open the document. Access the...the stamp annotation from the page’s annotations collection. Get...

    docs.aspose.com/pdf/python-net/annotation-and-s...
  8. How to Set Print Titles|Documentation

    This article provides code demonstrating how to set print titles using the Aspose.Cells library....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons why you...

    docs.aspose.com/cells/net/how-to-set-print-titles/
  9. Update Links in PDF|Aspose.PDF for C++

    Update links in PDF programmatically with Aspose.PDF for C++. This guide is about how to update links in PDF file.... Go to a specific page in the PDF file. Specify the...Destination property. The destination page is specified using the XYZExplicitDestinati...

    docs.aspose.com/pdf/cpp/update-links/
  10. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。... 将注释添加到 Page 对象的Annotations集合中。 以下代码片段向您展示了如何在PDF页面中添加注释。..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/text-annotation/