Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 190,005 for

page

(0.23 sec)
  1. 输出流 – C# MemoryStream – Aspose.HTML for .NET

    了解 ICreateStreamProvider 接口,该接口用于将转换结果存储到内存或发送到远程存储。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/zh/net/output-streams/
  2. PdfPageLayout Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.PdfPageLayout enum for optimal PDF viewing. Customize Page layouts for enhanced readability in any PDF reader....PdfPageLayout enumeration Specifies the page layout to be used when the document...Display one page at a time. OneColumn 1 Display the pages in one column...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Extract Text from PDF File|Aspose.PDF for .NET

    This section explains how to extract text from pdf using PdfExtractor class....through each page and check whether the next page has any text...save the text of an individual page into the file. // For complete...

    docs.aspose.com/pdf/net/extract-text/
  4. Getting Started|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Please refresh the page and try again. Related articles...

    docs.aspose.com/barcode/java/1-1-getting-started/
  5. Save Visio document programmatically|Documentation

    This Page describes how to save Visio document to file, stream with Aspose.Diagram library....Defines whether need enlarge page to fit drawing content or not...// Discard saving background pages of the Visio diagram options...

    docs.aspose.com/diagram/net/save-visio-document/
  6. 绘制椭圆|Documentation

    本节介绍如何使用Aspose.Diagram在visio页面中绘制椭圆、圆形或椭圆。支持使用C#绘制圆形或椭圆并保存为pdf、svg、html、image、xps等格式。... Pages [ 0 ]. DrawEllipse ( 1 , 1 ...developers to draw a circle in the page and save as SVG format. The...

    docs.aspose.com/diagram/zh/net/drawing/draw-ell...
  7. Create User-defined Cell in the ShapeSheet in R...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsd" ) pages = diagram . getPages () i = 0 while i < pages . getCount...getCount () page = pages . get ( i ) shapes = page . getShapes...

    docs.aspose.com/diagram/java/create-user-define...
  8. MetafileRenderingOptions class | Aspose.Words f...

    aspose.words.saving.MetafileRenderingOptions class. Allows to specify additional metafile rendering options...emulate_rendering_to_size_on_page Gets or sets a value determining...metafile according to the size on page or the display of the metafile...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 在 PDF 中旋转文本使用 Python|Aspose.PDF for Python via ...

    学习不同的方法在 PDF 中旋转文本。Aspose.PDF 允许您旋转文本到任何角度,旋转文本片段或整个段落。...// 获取特定页面 Page pdfPage = ( Page ) pdfDocument . Pages . Add ();...// 获取特定页面 Page pdfPage = ( Page ) pdfDocument . Pages . Add ();...

    docs.aspose.com/pdf/zh/python-net/rotate-text-i...
  10. Extract Tables from PDF using C# | Aspose.PDF

    Extract tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...TableAbsorber and iterate over pages Extract table content Save extracted...); foreach ( var page in pdfDocument . Pages ) { var absorber...

    products.aspose.com/pdf/net/table/extract/