Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 184,601 for

page

(0.16 sec)
  1. Convert WORD To JPG C#

    Convert a Word document to JPG format in C# code. Save a Word document as JPG using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/word-t...
  2. 画正方形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制正方形。支持使用C#绘制正方形并保存为pdf、svg、html、image、xps等格式。...developers to draw a square in the page and save as SVG format. The...developers to draw a square in the page and save as PDF format. The...

    docs.aspose.com/diagram/zh/net/drawing/draw-squ...
  3. Print Documents|Aspose.Words for .NET

    Print a document easily and fast instead of using VSTO in C#....Hide ] What is this page about? This page explains how to print...document or any current active page. this . Application . ActiveDocument...

    docs.aspose.com/words/net/print-documents/
  4. Converting a EMF file to PDF using Java | Aspos...

    EMF to PDF conversion via Java sample code. Programmers can use this example code to export EMF to PDF within any Web or Desktop Java based application....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. Repository <repository> <i...

    products.aspose.com/pdf/java/conversion/emf-to-...
  5. 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-...
  6. Convert TEXT To GIF Java

    Convert TEXT to GIF format in Java code. Save TEXT 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/text-...
  7. 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...
  8. VerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.VerticalAlignment enum for precise vertical alignment of text frames and tables in your documents. Enhance layout control!...floating image to the center of a page. Document doc = new Document...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  9. PageSetup.BorderAppliesTo | Aspose.Words for .NET

    Discover how the PageSetup BorderAppliesTo property enhances your document layout by controlling Page border printing for a polished, professional look....property Specifies which pages the page border is printed on. public...border at the top of the first page. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/pag...
  10. TOC getting distorted in multi-lingual scenario...

    Hi Tilal, While generating TOC Page for English headers, it is getting generated fine, but when we add Spanish/French headers we are facing following issues : Issue 1 : When add very long headers they are getting trim…...Tilal, While generating TOC page for English headers, it is getting...Spanish or French, the respective page number is not properly aligned...

    forum.aspose.com/t/toc-getting-distorted-in-mul...