Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 141,619 for

paged

(0.14 sec)
  1. 在python中壓縮tiff

    在Python中壓縮TIFF而不會損失質量。優化TIFF內容,輕鬆減小文件大小。...tiff", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...range(0, len(pages_stream)): # 設置最大頁面大小,避免當前頁面圖像縮放。 max_page_dimension...

    products.aspose.com/words/zh-hant/python-net/co...
  2. Using XPS graphic utilities | C++

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for C++...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/xps/graphic-utilities/
  3. 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...
  4. 이미지 크기 설정|Aspose.PDF for .NET

    이 섹션에서는 C# 라이브러리를 사용하여 PDF 파일의 이미지 크기를 설정하는 방법을 설명합니다....Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/ko/net/set-image-size/
  5. 从PDF中提取段落|Aspose.PDF for Java

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

    docs.aspose.com/pdf/zh/java/extract-paragraph-f...
  6. PageSetup.PageWidth | Aspose.Words for .NET

    Discover the PageSetup PageWidth property to easily adjust page width in points, enhancing your document layout for optimal presentation....Returns or sets the width of the page in points. public double PageWidth...it will be visible on every page. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/pag...
  7. IPageLayoutCallback Interface | Aspose.Words fo...

    Customize your document layout with Aspose.Words.Layout.IPageLayoutCallback interface. Enhance rendering with your own methods for optimal results....during build and rendering of page layout model. public interface...possible to build page layout model for only a few pages at start of...

    reference.aspose.com/words/net/aspose.words.lay...
  8. Working with Visual Studio|Documentation

    This article introduces how to use GridWeb in visual studio....Source & Design Views of a Web Page A default web site will have...contains a default.aspx web page with some dummy text and markup...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. Öffentlich API Änderungen in Aspose.Diagram 6.8...

    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....vsdx" ); // Get Visio page Page page = diagram . getPages ()...(). getPage ( "Page-1" ); // Initialize a new Layer class object...

    docs.aspose.com/diagram/de/java/public-api-chan...
  10. Перемещение страниц PDF|Aspose.PDF for Java

    Попробуйте переместить страницы в нужное место или в конец PDF файла, используя Aspose.PDF для Java....dstDocument = new Document (); Page page = srcDocument . getPages ()...dstDocument . getPages (). add ( page ); // Сохранить выходной файл...

    docs.aspose.com/pdf/ru/java/move-pages/