Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 140,996 for

page

(0.07 sec)
  1. Options and Appearance Word Document|Aspose.Wor...

    Control the appearance of Word documents taking into account the difference between various Microsoft Word versions using C#....preferences or the number of lines per page.Aspose.Words provides the ability...the last open document. Set Page Display Options If you want...

    docs.aspose.com/words/net/work-with-word-docume...
  2. Convert WORD To Image Java

    Convert a Word document to Image format in Java code. Save a Word document as Image using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/java/conversion/word-...
  3. Convert HTML To GIF Java

    Convert HTML to GIF format in Java code. Save HTML as GIF using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.gif" , page + 1...

    products.aspose.com/words/java/conversion/html-...
  4. Split PDF Files Online or using Android Mobile ...

    Free online app to Split different PDF files. Android splitter library Java code for PDF documents....Loop through the pages in the Document.pages collection and on...add the Page using getPages().add(Page). Save the page into new...

    products.aspose.com/total/android-java/split/pdf/
  5. Reduce File Size|Documentation

    This section explains how to reduce file size from a diagram with Aspose.Diagram.... The Page object represents the drawing...area of a foreground page or a background page.In order to reduce...

    docs.aspose.com/diagram/java/reduce-file-size/
  6. Aspose::Words::DocumentBuilder::InsertBreak met...

    Aspose::Words::DocumentBuilder::InsertBreak method. Inserts a break of the specified type into the document in C++....footers for first, even and odd pages. builder -> get_PageSetup ()...the headers, then add three pages to the document to display each...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. 插入图片|Documentation

    本节介绍如何在visio页面插入图片,Aspose.Diagram支持使用java插入图片,保存为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/java/drawing/insert-...
  8. 添加曲线对象到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在您的PDF中创建一个曲线对象。...(); // 将页面添加到 PDF 文件的页面集合中 Page page = pdfDocument . getPages ()...); // 将 Graph 对象添加到页面的段落集合中 page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/zh/java/add-curve/
  9. FieldPage class | Aspose.Words for Python

    aspose.words.fields.FieldPage class. Implements the Page field...FieldPage class Implements the PAGE field. To learn more, visit...Retrieves the number of the current page. Inheritance: FieldPage → Field...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Visio to HTML Conversion Cuts Off Diagram Parts...

    When converting a Visio document to HTML, the resulting diagram appears to be incomplete, with some parts missing. The affected areas are marked in red in the attached screenshot. Steps to Reproduce: Start the sample …... Set Page Size : Ensure that the page size is appropriately...diagram. You can specify the page size using the PageSize class...

    forum.aspose.com/t/visio-to-html-conversion-cut...