Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 184,140 for

page

(0.14 sec)
  1. 插入图片|Documentation

    本节介绍如何使用Aspose.Diagram在visio页面插入图片。支持使用C#插入图片并保存为pdf、svg、html、image、xps等格式。...公开的 Pages 属性 Diagram 类支持 Aspose.Diagram.Page 对象的集合。 在 Visio...to insert a image shape in a page. The code example below shows...

    docs.aspose.com/diagram/zh/net/drawing/insert-i...
  2. Add Images to PDF using CLI | Aspose.PDF

    Adding images into PDF documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/cpp-cli/images/add/
  3. Python API for PDF - Create, Merge, Modify, and...

    Native library to generate, edit and parse PDF files. The library converts PDF to multiple formats, including DOC, DOCX, XLS, XLSX, PPTX HTML, and images....makes creating complex, multi-page, printable documents easy. API...to render and transform each page of a PDF file into conventional...

    products.aspose.com/pdf/python-cpp/
  4. Using and Video Demo for Umbraco Quote Generato...

    Generate Quotes in your Umbraco site using the powerful features of Aspose.Words for .NET in C#....Hide ] What is this page about? This page describes how to use...top right of the page, or the bottom of the page. Click Insert Macro...

    docs.aspose.com/words/net/how-to-use-umbraco-qu...
  5. 如何用 Java 添加 Circle 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Circle 个注释。...创建新页面或获取对现有页面的引用 创建 Circle 注释 调用 Page.Annotations 集合中的 Circle 注释方法..._dataDir + "appartments.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  6. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....floating image to the center of a page. doc = aw . Document () builder...overlapping text and align it to the page's center. shape = builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose pdf is failing to convert text containin...

    Hello, I’m using TextAbsorber to extract text from pdf but it is failing to convert the superscript and subscript from pdf. The pdf contains simple mathematical and chemistry equations. Please guide me to get it done, I…...convertToText(Document pdfDocument, int page) throws Exception { // Create...the absorber for all PDF page if (page == 0) { pdfDocument.getPages()...

    forum.aspose.com/t/aspose-pdf-is-failing-to-con...
  8. Remove Tables from PDF using Java | Aspose.PDF

    Remove tables from PDF file programmatically with Java sample code using Aspose.PDF for Java...first page with absorber. Get first table on the page. Remove...TableAbsorber (); // Visit first page with absorber absorber . visit...

    products.aspose.com/pdf/java/table/remove/
  9. Aspose::Words::IDocumentProcessorPlugin interfa...

    Aspose::Words::IDocumentProcessorPlugin interface. Defines an interface for external document processor plugin in C++....Adds image watermark on each page of the document loaded by Load()...Adds text watermark on each page of the document loaded by Load()...

    reference.aspose.com/words/cpp/aspose.words/ido...
  10. Convert WORD To Image C#

    Convert a Word document to Image format in C# code. Save a Word document as Image using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/word-t...