Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 184,134 for

page

(0.32 sec)
  1. SplitterContext.split_options property | Aspose...

    SplitterContext.split_options property. Document split options....Shows how to split document by pages using context. doc = MY_DIR.... lowcode . SplitCriteria . PAGE aw . lowcode . Splitter . create...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::SaveOptions::get_UpdateF...

    Aspose::Words::Saving::SaveOptions::get_UpdateFields method. Gets a value determining if fields of certain types should be updated before saving the document to a fixed Page format. Default value for this property is true in C++....saving the document to a fixed page format. Default value for this...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Fields::FieldToa::get_UsePassim ...

    Aspose::Words::Fields::FieldToa::get_UsePassim method. Gets whether to replace five or more different Page references to the same authority with "passim", which is used to indicate that a word or passage occurs frequently in the work cited in C++....replace five or more different page references to the same authority...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Saving::MultiPageLayout::TiffFra...

    Aspose::Words::Saving::MultiPageLayout::TiffFrames method. Creates a layout where each Page is rendered as a separate frame in a multi-frame TIFF image. Applicable only to TIFF image formats in C++....Creates a layout where each page is rendered as a separate frame...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Product Overview|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET is a software library designed to create, modify, convert, render, and print documents without relying on any other software....or that has the concept of pages. You can convert whole documents...documents or particular pages to PDF or XPS to generate server‑side...

    docs.aspose.com/words/python-net/product-overview/
  6. BorderCollection.color property | Aspose.Words ...

    BorderCollection.color property. Gets or sets the border color....wavy page border with a shadow. doc = aw . Document () page_setup...doc . sections [ 0 ] . page_setup page_setup . borders . line_style...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Several HTML Into Image C#

    Merge multiple HTML into Image in C# code. Save HTML as Image using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-image/
  8. Several PDF Into PNG C#

    Merge multiple PDF into PNG in C# code. Save PDF as PNG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-png/
  9. Several DOC Into Image C#

    Merge multiple DOC into Image in C# code. Save DOC as Image using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-image/
  10. Several PDF Into TIFF C#

    Merge multiple PDF into TIFF in C# code. Save PDF as TIFF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-tiff/