Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 151,907 for

page

(0.15 sec)
  1. Convert DOC To PNG Java

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

    products.aspose.com/words/java/conversion/doc-t...
  2. Convert WORD To PNG Java

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

    products.aspose.com/words/java/conversion/word-...
  3. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG 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-...
  4. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG 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/html-...
  5. 使用 C# 进行 PDF 多媒体注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从 PDF 文档中添加、获取和删除多媒体注释。...Contents [ Hide ] PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。该集合仅包含该单个页面的所有注释:每个页面都有自己的...ScreenAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/zh/net/multimedia-annotation/
  6. Visio File Developer NET C# | products.aspose.com

    C# source code to develop in visio file on .NET Framework, .NET Core, Mono Platforms....Visio Files Drawing geomtry in Pages. Instantiating a Diagram object...file with full path.) Select Page via its index. Use the ConnectShapesViaConn...

    products.aspose.com/diagram/net/developer/
  7. Print PDF using Python | Aspose.PDF

    Print PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET...the page number dialog when printing viewer . print_page_dialog...Create objects for printer and page settings ps = drawing . printing...

    products.aspose.com/pdf/python-net/print/
  8. TableStyle.alignment property | Aspose.Words fo...

    TableStyle.alignment property. Specifies the alignment for the table style....align it to a location on the page, such as the center: table_style...'Aligned to the center of the page' ) builder . end_table () table...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutEnumerator.page_index property | Aspose.W...

    LayoutEnumerator.Page_index property. Gets the 1-based index of a Page which contains the current entity....page_index property LayoutEnumerator.page_index property Gets...Gets the 1-based index of a page which contains the current entity...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 将JPG转换为PDF|Aspose.PDF for Android via Java

    了解如何轻松将JPG图像转换为PDF文件。此外,您还可以将图像转换为与页面具有相同高度和宽度的PDF。...document = new Document (); Page page = document . getPages ()....setImageStream ( inputStream ); page . getParagraphs (). add ( image...

    docs.aspose.com/pdf/zh/androidjava/convert-jpg-...