Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 187,068 for

page

(0.12 sec)
  1. PageLayoutEvent Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.PageLayoutEvent enum—essential for optimizing Page layout events during document rendering and building. Enhance your workflow today!...raised during page layout model build and rendering. Page layout model...“conversion step”, this is when page layout pulls document content...

    reference.aspose.com/words/net/aspose.words.lay...
  2. FixedPageSaveOptions.PageSavingCallback | Aspos...

    Control Page saving with FixedPageSaveOptions' PageSavingCallback. Optimize document exports to fixed formats for enhanced efficiency and precision....Allows to control how separate pages are saved when a document is...is exported to fixed page format. public IPageSavingCallback PageSavingCallback...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Setting Margins|Documentation

    This section explains how to set visio's Page options with Aspose.Diagram....fully supports Microsoft Visio’s page setup options. Developers may...need to configure page setup settings for pages to control the printing...

    docs.aspose.com/diagram/net/setting-margins/
  4. PageInfo class | Aspose.Words for Node.js

    Aspose.Words.Rendering.PageInfo class. Wraps ``Size`` for public API Node.js porting.... Remarks The page width and height returned by...represent the “final” size of the page e.g. they are already rotated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用 C# 更改 PDF 页面大小|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库更改 PDF 文档的页面大小。... Page 类包含 SetPageSize(…) 方法,允许您设置...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/zh/net/change-page-size/
  6. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。...pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  7. Insert Nested Fields in Ruby|Aspose.Words for Java

    Insert Nested Fields using Ruby.... new ( doc ) \ # Insert few page breaks (just for testing) breakType.... insertBreak ( breakType . PAGE_BREAK ) end \ # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  8. Working with PDF Pages|Aspose.PDF for Java

    With Aspose.PDF for Java you can add Pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic....Working with PDF Pages Contents [ Hide ] Aspose.PDF for Java...Java lets you insert a page to a PDF document at any location in...

    docs.aspose.com/pdf/java/working-with-pages/
  9. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF document in Java using Aspose.PDF to highlight important text....should add all annotations to the page. package com.aspose.pdf.examples..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/java/highlights-annotation/
  10. 使用 C# 旋转 PDF 页面|Aspose.PDF for .NET

    本主题描述了如何使用 C# 程序化地旋转现有 PDF 文件中的页面方向。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...)) { foreach ( Page page in document . Pages ) { Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotate-pages/