Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 187,783 for

page

(0.3 sec)
  1. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....possible to save a particular page to image, instead of the entire.... PNG ); // Save one page only, by page index options . PageIndex...

    docs.aspose.com/diagram/net/convert-visio-to-im...
  2. FootnoteOptions.position property | Aspose.Word...

    FootnoteOptions.position property. Specifies the footnotes position....an entry at the bottom of the page, consisting of a symbol # that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Workbook and Worksheet Print Preview|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Excel files with millions of pages need to be converted to PDF...can check the total number of pages and then decide whether the...

    docs.aspose.com/cells/java/workbook-and-workshe...
  4. AI Documents|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Assistant to enter the AI main page. Showcases FAQs Analyzing your...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/ai/
  5. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable Page break options!...PageBreakChar field Page break character: (char)12 or...// Add a page break. builder . Write ( "Before page break." +...

    reference.aspose.com/words/net/aspose.words/con...
  6. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$colors = new Color (); // 获取特定页面 $page = $document -> getPages () ->...= new WatermarkAnnotation ( $page , new Rectangle ( 100 , 500...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  7. Merge images|Aspose.PDF for Java

    Learn how to merge multiple images into a single PDF file using Aspose.PDF in Java for efficient image handling....merged images as one image on PDF page, we place them in the imageStream...imageStream, place the result on the page with addImage method, where...

    docs.aspose.com/pdf/java/merge-images/
  8. Configuration Parameters|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... IS_ONE_PAGE_PER_SHEET A Boolean value specifying...specifying whether each report page should be written to a different...

    docs.aspose.com/cells/jasperreports/configurati...
  9. Range.update_fields method | Aspose.Words for P...

    Range.update_fields method. Updates the values of document fields in this range....related to the page layout algorithms (e.g. PAGE, PAGES, PAGEREF)...PAGEREF). The page layout-related fields are updated when you render...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 以编程方式旋转PDF页面|Aspose.PDF for Java

    使用Java更改页面方向并将页面内容调整到新页面方向。...pdf" ); for ( Page page : pdfDocument . getPages ())...()) { // Rectangle r = page.getMediaBox(); // double newHeight...

    docs.aspose.com/pdf/zh/java/rotate-pages/