Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 186,823 for

page

(0.09 sec)
  1. Გადაიყვანეთ PDF GIF Python

    გადაიყვანეთ PDF GIF Python ფორმატში კოდით. შეინახეთ PDF როგორც GIF Python....GIF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .gif" , save_options)...

    products.aspose.com/words/ka/python-net/convers...
  2. Გადაიყვანეთ HTML SVG Python

    გადაიყვანეთ HTML SVG Python ფორმატში კოდით. შეინახეთ HTML როგორც SVG Python....SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/ka/python-net/convers...
  3. Გადაიყვანეთ DOC Გამოსახულება Python

    გადაიყვანეთ DOC Გამოსახულება Python ფორმატში კოდით. შეინახეთ DOC როგორც Გამოსახულება Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/ka/python-net/convers...
  4. FieldIndex.numberOfColumns property | Aspose.Wo...

    FieldIndex.numberOfColumns property. Gets or sets the number of columns per Page used when building the index....sets the number of columns per page used when building the index...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to edit doc files interactively - Free Supp...

    I noticed this demo Page: Document Editor Online I want to build my own Page like this, could you guide me how to do it...8:23am 1 I noticed this demo page: Document Editor Online I want...want to build my own page like this, could you guide me how to...

    forum.aspose.com/t/how-to-edit-doc-files-intera...
  6. LayoutEnumerator.move_first_child method | Aspo...

    LayoutEnumerator.move_first_child method. Moves to the first child entity.... # Layout entities are pages, cells, rows, lines, and other...layout . LayoutEntityType . PAGE ) self . assertEqual ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.bidi property | Aspose.Words for Python

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text....Document () page_setup = doc . sections [ 0 ] . page_setup page_setup...the columns starting from the page's right side. # The order of...

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

    Aspose.Words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)...a footer for even numbered pages. footerFirst Retrieves a footer...footer for the first page of the section. footerPrimary Retrieves...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LayoutEnumerator.Kind | Aspose.Words for .NET

    Discover the LayoutEnumerator Kind property, which identifies the current entity type. Ensure clarity in your data with this essential feature.... // Layout entities are pages, cells, rows, lines, and other...MoveParent ( LayoutEntityType . Page ); Assert . That ( layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Getting Headers or Footers with JavaScript via ...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the JavaScript via C++ API....in Page Layout view, Print Preview, and on printed pages. You...You can also use the Page Setup dialog box if you want to view...

    docs.aspose.com/cells/javascript-cpp/get-header...