Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 187,696 for

page

(0.14 sec)
  1. Convert JPG to PDF|Aspose.PDF for Android via Java

    Learn how to easily convert a JPG images to PDF file. Also, you can convert an image to PDF with the same height and width of the Page....document = new Document (); Page page = document . getPages ()....setImageStream ( inputStream ); page . getParagraphs (). add ( image...

    docs.aspose.com/pdf/androidjava/convert-jpg-to-...
  2. Table.horizontal_anchor property | Aspose.Words...

    Table.horizontal_anchor property. Gets the base object from which the horizontal positioning of floating table should be calculated...allow_overlap ) # Only Margin, Page, Column available in RelativeHorizontalPo...RelativeHorizontalPo . COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Table.vertical_anchor property | Aspose.Words f...

    Table.vertical_anchor property. Gets the base object from which the vertical positioning of floating table should be calculated...allow_overlap ) # Only Margin, Page, Column available in RelativeHorizontalPo...RelativeHorizontalPo . COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... VSDX ); Export Page of Visio VSDX File to PNG Format.... PNG ); // Save one page only, by page index options . setPageIndex...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  5. 获取 PDF 文件信息|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 获取 PDF 文件信息。...dimensions of the first page Console . WriteLine ( "Page width: {0}" ,...1 )); Console . WriteLine ( "Page height: {0}" , fileInfo . GetPageHeight...

    docs.aspose.com/pdf/zh/net/get-pdf-file-informa...
  6. Document.sections property | Aspose.Words for N...

    Document.sections property. Returns a collection that represents all sections in the document....Starts the next section on a new page: builder . insertBreak ( aw...next section on the current page: builder . insertBreak ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SvgSaveOptions.show_page_border property | Aspo...

    SvgSaveOptions.show_Page_border property. Controls whether a border is added to the outline of the Page...show_page_border property SvgSaveOptions.show_page_border property...of the page. Default is True . @property def show_page_border...

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

    FramesetCollection indexer. Gets a frame or frames Page at the specified index....__getitem__(index) Gets a frame or frames page at the specified index. def...Shows how to access frames on-page. # Document contains several...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Converting a EMF file to PDF using Python | Asp...

    Sample code on Python for EMF to PDF conversion. Use example code for batch EMF to PDF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...initializes the document with no pages or content. Use the add() method...

    products.aspose.com/pdf/python-net/conversion/e...
  10. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF 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/pdf-to...