Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 188,122 for

page

(1.72 sec)
  1. 在 PDF 中使用 C# 添加图像印章|Aspose.PDF for .NET

    使用 Aspose.PDF 库中的 ImageStamp 类在 PDF 文档中添加图像印章。... 调用 Page 类的 AddStamp 方法将印章添加到 PDF 中。...stamp to particular page document . Pages [ 1 ]. AddStamp ( imageStamp...

    docs.aspose.com/pdf/zh/net/image-stamps-in-pdf-...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Java 向 PDF 添加页面图章 https://products.aspose.com/pdf/zh-hant/java/stamps/Page/ Recent content in 使用 Java 向 PDF 添加页面图章 on Aspsoe.PDF Products Hu......com/pdf/zh-hant/java/stamps/page/ Recent content in 使用 Java 向...com/pdf/zh-hant/java/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/java/stamps/pag...
  3. PDF Header Insertion Using Python | Aspose.PDF

    Sample Python code for using Aspose.PDF to work with headers from PDF via .NET.... Add the Stamp to Page using AddStamp method. Save... Top = 20 for page in document . pages : page . header = header...

    products.aspose.com/pdf/python-net/header/
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Python 向 PDF 添加页面图章 https://products.aspose.com/pdf/zh-hans/python-net/stamps/Page/ Recent content in 使用 Python 向 PDF 添加页面图章 on Aspsoe.PDF P......com/pdf/zh-hans/python-net/stamps/page/ Recent content in 使用 Python...com/pdf/zh-hans/python-net/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/python-net/stam...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 向 PDF 添加页面图章 https://products.aspose.com/pdf/zh-hans/cpp/stamps/Page/ Recent content in 使用 C++ 向 PDF 添加页面图章 on Aspsoe.PDF Products Hugo ......com/pdf/zh-hans/cpp/stamps/page/ Recent content in 使用 C++ 向...aspose.com/pdf/zh-hans/cpp/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/cpp/stamps/page...
  6. Connect Shapes|Documentation

    This section explains how to connect two shapes with Aspose.Diagram for Python via Java....shapes via a connector in the Page class. The code below shows...two shapes to page. Add a connector shape to page. Connect the...

    docs.aspose.com/diagram/python-java/connect-sha...
  7. LayoutEnumerator.move_next method | Aspose.Word...

    LayoutEnumerator.move_next method. Moves to the next sibling entity in visual order....across pages this method will not move to the next page but rather...the next entity on the same page. def move_next ( self ): .....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Extract Images from PDF C#|Aspose.PDF for .NET

    How to extract a part of the image from PDF using Aspose.PDF for .NET in C#...Hide ] Images are held in each page’s Resources collection’s Images...collection. To extract a particular page, then get the image from the...

    docs.aspose.com/pdf/net/extract-images-from-the...
  9. PageSetup.borders property | Aspose.Words for P...

    PageSetup.borders property. Gets a collection of the Page borders....property Gets a collection of the page borders. @property def borders...wavy page border with a shadow. doc = aw . Document () page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Tables from PDF using Java | Aspose.PDF

    Extract tables from PDF file programmatically with Java sample code using Aspose.PDF for Java...TableAbsorber and iterate over pages Extract table content Save extracted...pdf" ). toString ()); for ( Page page : pdfDocument . getPages ())...

    products.aspose.com/pdf/java/table/extract/