Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 181,418 for

page

(0.09 sec)
  1. 创建一个复杂的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...
  2. Convert PDF file to other formats|Aspose.PDF fo...

    This topic show you how to Aspose.PDF allows to convert PDF file to other file formats....whole PDF document and single page to a Text file. Convert whole...extract the texts from the all pages. // Load the PDF document $document...

    docs.aspose.com/pdf/php-java/convert-pdf-to-oth...
  3. ConvertUtil.pixel_to_new_dpi method | Aspose.Wo...

    ConvertUtil.pixel_to_new_dpi method. Converts pixels from one resolution to another....my_dpi = 192 page_setup = builder . page_setup page_setup . top_margin... assertAlmostEqual ( 37.5 , page_setup . top_margin , delta =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 通过JavaScript的页面设置功能使用C++|Documentation

    探索使用C++的Aspose.Cells for JavaScript的页面设置功能。学习如何配置页面尺寸、方向和设置。...Cells Page Setup Example </ title > </...</ head > < body > < h1 > Page Setup Example </ h1 > < p > You...

    docs.aspose.com/cells/zh/javascript-cpp/page-se...
  5. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....displays text directly on the page. PdfContentEditor allows you...add FreeText annotation, the page number on which the annotation...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  6. FieldToc.HeadingLevelRange | Aspose.Words for .NET

    Discover the FieldToc HeadingLevelRange property to easily manage heading levels for enhanced content organization and SEO optimization....style to the left, // and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Several WORD Into Image Javascript

    Merge multiple a Word document into Image in JavaScript code. Save a Word document as Image using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/word...
  8. Several DOC Into Image Javascript

    Merge multiple DOC into Image in JavaScript code. Save DOC as Image using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/doc-...
  9. Several DOC Into JPG Javascript

    Merge multiple DOC into JPG in JavaScript code. Save DOC as JPG using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/doc-...
  10. LayoutEnumerator.rectangle property | Aspose.Wo...

    LayoutEnumerator.rectangle property. Returns the bounding rectangle of the current entity relative to the Page top left corner (in points)....current entity relative to the page top left corner (in points)...entities. # Layout entities are pages, cells, rows, lines, and other...

    reference.aspose.com/words/python-net/aspose.wo...