Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 187,783 for

page

(0.13 sec)
  1. Range.update_fields method | Aspose.Words for P...

    Range.update_fields method. Updates the values of document fields in this range....related to the page layout algorithms (e.g. PAGE, PAGES, PAGEREF)...PAGEREF). The page layout-related fields are updated when you render...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FramesetCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words FramesetCollection class, your go-to solution for managing multiple Frameset instances effortlessly in document processing....number of frames or frames pages contained in the collection...get; } Gets a frame or frames page at the specified index. Methods...

    reference.aspose.com/words/net/aspose.words.fra...
  3. Split PDF, HTML, TXT Files using JavaScript | A...

    Simple demo source code to split PDF files on any platform with Node.js....document, you must split the pages of the original file. In order...object to split PDF pages. Add current page to the document. Save...

    products.aspose.com/pdf/nodejs-cpp/splitter/
  4. 以编程方式旋转PDF页面|Aspose.PDF for Java

    使用Java更改页面方向并将页面内容调整到新页面方向。...pdf" ); for ( Page page : pdfDocument . getPages ())...()) { // Rectangle r = page.getMediaBox(); // double newHeight...

    docs.aspose.com/pdf/zh/java/rotate-pages/
  5. Using Conditional Blocks in C#|Aspose.Words for...

    Use conditional blocks to represent the same data depending on a condition using C#.... What is this page about? This page explains how to use...results. Please refresh the page and try again....

    docs.aspose.com/words/net/using-conditional-blo...
  6. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable Page break options!...PageBreakChar field Page break character: (char)12 or...// Add a page break. builder . Write ( "Before page break." +...

    reference.aspose.com/words/net/aspose.words/con...
  7. Protect Documents and Parts of Documents|Aspose...

    Protect a document or parts of a document easily and fast instead of using VSTO in C#.... What is this page about? This page explains how to protect...results. Please refresh the page and try again....

    docs.aspose.com/words/net/protect-documents-and...
  8. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....possible to save a particular page to image, instead of the entire.... PNG ); // Save one page only, by page index options . PageIndex...

    docs.aspose.com/diagram/net/convert-visio-to-im...
  9. Render WebForms DataGridView to PDF|Aspose.PDF ...

    This sample shows how to use Aspose.PDF library to render WebForm to PDF....Page , and overriding a Render method...render web page for PDF document } else { // render web page in browser...

    docs.aspose.com/pdf/net/render-webforms-datagri...
  10. Convert PDF To GIF C#

    Convert PDF to GIF format in C# code. Save PDF as GIF using C#....Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...

    products.aspose.com/words/net/conversion/pdf-to...