Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 181,756 for

page

(0.12 sec)
  1. Specify Layout Options in C#|Aspose.Words for .NET

    Specify Layout Options for various document layouts using C#....Hide ] What is this page about? This page explains how to configure...ContinuousSectionPag to calculate page numbers in a continuous section...

    docs.aspose.com/words/net/specify-layout-options/
  2. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主題介紹如何使用適用於 Python API 的 Aspose.PDF在 Python 應用程式中輕鬆生成和讀取 PDF 檔。... 使用 Pages.Add() 方法新增頁面。 建立一個新的 TextFragment...Document () # Add page page = document . pages . add () # Add text...

    products.aspose.com/pdf/zh-hant/python-net/create/
  3. Working with Headers|Aspose.Words for Java

    Remove headers from a document easily and fast instead of using Apache POI....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/working-with-headers/
  4. How to get Caret Annotation using Java | Aspose...

    Java sample code to get Caret annotations in PDF file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Get for Caret annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/caret/get/
  5. AI ファイルオンラインビューア | products.aspose.com

    AsposeビルトインアプリでAIファイルをオンラインで表示...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/jp/ai/
  6. 用 Node.js 和 C++ 为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,展示如何使用 Aspose.Cells for Node.js via C++ 程序设置 Excel 工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。...filePath ); // Gets the setting of page setup. const pageSetup = wb...Sets different odd and even pages pageSetup . setIsHFDiffOddEven...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-dif...
  7. Extract Text from PDF C#|Aspose.PDF for .NET

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C#....] Extract Text From All the Pages of a PDF Document Extracting...extracting text from all the pages of a PDF document. You need...

    docs.aspose.com/pdf/net/extract-text-from-all-pdf/
  8. FieldIndex.run_subentries_on_same_line property...

    FieldIndex.run_subentries_on_same_line property. Gets or sets whether run subentries into the same line as the main entry....side, # and the number of the page that contains the XE field on...as_field_index () index . page_number_separator = ', see page ' index . heading...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert HTML To JPG C#

    Convert HTML to JPG format in C# code. Save HTML as JPG 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/html-t...
  10. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....Png); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .png" ,...

    products.aspose.com/words/net/conversion/word-t...