Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 151,907 for

page

(0.06 sec)
  1. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image 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/html-t...
  2. Convert WORD To PNG C#

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

    products.aspose.com/words/net/conversion/word-t...
  3. Convert TEXT To JPG C#

    Convert TEXT to JPG format in C# code. Save TEXT 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/text-t...
  4. Issues with <<doc>> Tag and -sourceStyles Behav...

    I am facing two issues while using the <<doc>> tag as per the documentation on Inserting Documents Dynamically. I’d appreciate your guidance on the following: 1. Error When Using Simple <<doc>> Tag with -sourceStyles an…...sourceStyles Does Not Preserve Page Layout Size In a separate case...example: My parent document has A4 page size. The child document referenced...

    forum.aspose.com/t/issues-with-doc-tag-and-sour...
  5. Frameset.is_frame_link_to_file property | Aspos...

    Frameset.is_frame_link_to_file property. Gets or sets a value indicating whether the web Page or document file name specified in the [Frameset.frame_default_url](../frame_default_url/) property is an external resource the frame is linked with....value indicating whether the web page or document file name specified...Shows how to access frames on-page. # Document contains several...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Text Styles

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-text-sty...
  7. ViewOptions.zoom_type property | Aspose.Words f...

    ViewOptions.zoom_type property. Gets or sets a zoom value based on the size of the window.... PAGE_LAYOUT doc . view_options ....document to fit the width of the page. # Set the "ZoomType" property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FramesetCollection class | Aspose.Words for Python

    aspose.words.framesets.FramesetCollection class. Represents a collection of instances of the [Frameset](../frameset/) class...__getitem__(index) Gets a frame or frames page at the specified index. Properties...number of frames or frames pages contained in the collection...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Փոխարկել WORD PNG Java

    Փոխարկեք WORD ը PNG ձևաչափի Java կոդով: Պահեք WORD որպես PNG օգտագործելով 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/hy/java/conversion/wo...
  10. 操作PDF文档|Aspose.PDF for Java

    本文包含有关如何验证PDF文档以符合PDF A标准,如何处理目录,如何设置PDF过期日期,以及如何确定PDF文件生成进度的信息。...pdf" ); // 访问 PDF 文件的第一页 Page tocPage = document . getPages...document = new Document (); Page tocPage = document . getPages...

    docs.aspose.com/pdf/zh/java/manipulate-pdf-docu...