Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 188,100 for

paged

(0.21 sec)
  1. C#でPDFページサイズを変更する|Aspose.PDF for .NET

    Aspose.PDF for .NETライブラリを使用してPDFドキュメントのページサイズを変更します。... Page クラスには、ページサイズを設定するSetPageSiz...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/ja/net/change-page-size/
  2. AsposeWordsPrintDocument.PageIndexFilter | Aspo...

    Filters printed pages in Aspose.Words to skip specific indexes and save time....filter used to determine which pages to skip during printing. public...some pages are skipped, the actual total number of pages to print...

    reference.aspose.com/words/net/aspose.words.ren...
  3. PageSetup.border_applies_to property | Aspose.W...

    PageSetup.border_applies_to property. Specifies which pages the page border is printed on....property Specifies which pages the page border is printed on. @property...of the first page. doc = aw . Document () page_setup = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Offentlig API Ändringar i Aspose.Diagram 6.0.0|...

    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 by name Page page = diagram . getPages...getPages (). getPage ( "Page-1" ); // get Visio shapes by ids Shape...

    docs.aspose.com/diagram/sv/java/public-api-chan...
  5. 创建 PDF 文档|Aspose.PDF for Python via C++

    本页面描述如何使用 Aspose.PDF for Python 通过 C++ 库从头创建 PDF 文档。...document_get_pages 对象。 向页面集合的末尾添加一个新页面 page_collection_add_page 并返回表示已添加页面的...并返回表示已添加页面的 Page 对象。 将文档保存到当前工作目录中指定名称的文件。 关闭文档的句柄并释放与其关联的任何资源。 from...

    docs.aspose.com/pdf/zh/python-cpp/create-document/
  6. PDF को Python में संपीड़ित करें

    गुणवत्ता खोए बिना PDF को Python में संपीड़ित करें। PDF सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # वर्तमान पृष्ठ छवि...

    products.aspose.com/words/hi/python-net/compres...
  7. XPS-Dateien konvertieren | .NET-API-Lösung

    Die in der Aspose.Page-API-Lösung für .NET enthaltene XPS-zu-PNG-Konvertierungsfunktion wird hier beschrieben und mit den Codeausschnitten veranschaulicht....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/net/convert-xps/
  8. Basic Text Extraction using Python|Aspose.PDF f...

    This section contains articles on basic Text extraction from PDF documents using Aspose.PDF in Python....Hide ] Extract text from all pages of a PDF document Aspose.PDF...how to extract text from every page of a PDF document. It uses the...

    docs.aspose.com/pdf/python-net/basic-text-extra...
  9. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents.... What is this page about? This page explains how to work...across all pages. For example, you may need to modify page number...

    docs.aspose.com/words/net/working-with-sections/
  10. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new page range object....PageRange(from_address, to) Creates a new page range object. def __init__ (...starting page zero-based index. to int The ending page zero-based...

    reference.aspose.com/words/python-net/aspose.wo...