Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 187,792 for

page

(0.11 sec)
  1. 使用 Java 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加页脚。...// Add footer on all pages for ( Page page : pdfDocument . getPages...getPages ()) { page . addStamp ( imageStamp ); } pdfDocument . save...

    products.aspose.com/pdf/zh-hant/java/footer/
  2. PageSavingArgs.page_index property | Aspose.Wor...

    PageSavingArgs.Page_index property. Current Page index....page_index property PageSavingArgs.page_index property Current...Current page index. @property def page_index ( self ) -> int : .....

    reference.aspose.com/words/python-net/aspose.wo...
  3. 向PDF文件添加椭圆对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建椭圆对象。...向PDF文件的页面集合添加页面 auto page = document -> get_Pages () -> Add (); //...ellipse2 ); // 将图形对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-ellipse/
  4. System requirements|Documentation

    Minimum requirements and prerequisites for web applications built with Aspose.OCR for JavaScript via C++....when trying to open an HTML page directly from the disk. You...for instructions) or open the page over HTTP using any web server...

    docs.aspose.com/ocr/javascript-cpp/system-requi...
  5. Label randomly switches between 1- and 2- line ...

    Hi, we use following code to create pictures from Excel: Workbook wb = new Workbook(“Example1.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 1”]; string rangeName = “BIPLI_Example1”; CellsHelper.DPI = 96; …...Influence Rendering Page Orientation: Ensure that the page orientation...Area and Page Margins: Verify that the print area and page margins...

    forum.aspose.com/t/label-randomly-switches-betw...
  6. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式从 PDF 文件中提取表格... toString ()); for ( Page page : pdfDocument . getPages ())...TableAbsorber (); absorber . visit ( page ); for ( AbsorbedTable table...

    products.aspose.com/pdf/zh-hans/java/table/extr...
  7. Aspose::Words::Framesets::FramesetCollection cl...

    Aspose::Words::Framesets::FramesetCollection class. Represents a collection of instances of the Frameset class. To learn more, visit the documentation article in C++....number of frames or frames pages contained in the collection...(int32_t) Gets a frame or frames page at the specified index. Is (const...

    reference.aspose.com/words/cpp/aspose.words.fra...
  8. 创建一个复杂的PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...$document = new Document (); //添加页面 $page = $document -> getPages () ->...DIRECTORY_SEPARATOR . 'logo.png' ; $page -> AddImage ( $imageFileName...

    docs.aspose.com/pdf/zh/php-java/complex-pdf-exa...
  9. Block|Documentation

    Block element is used to organize content within containers....overflow string Inherit the global page settings Define how to clip...property overrides the global page setting for the specific block...

    docs.aspose.com/omr/net/json-markup/block/
  10. Python Split DOCX

    Split DOCX files into e Pages using Python code. Save DOCX as separate files using Python....integrate the extracted DOCX pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/python-net/split/docx/