Sort Score
Result 10 results
Languages All
Labels All
Results 7,871 - 7,880 of 190,038 for

paged

(0.33 sec)
  1. PdfFileInfo Class|Aspose.PDF for Python via .NET

    Learn how to use the PdfFileInfo class in Aspose.PDF for Python via .NET to inspect PDF metadata, document properties, privileges, version details, and page information....access to document-level and page-level PDF information without...check privileges, or examine page dimensions and offsets in automated...

    docs.aspose.com/pdf/python-net/pdffileinfo-class/
  2. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF library.... Add a Page object to the Pages collection of the...Paragraphs collection of the page. Save the resultant PDF document...

    docs.aspose.com/pdf/net/create-document/
  3. Work with PDF layers using C#|Aspose.PDF for .NET

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....specific layer on the first page, and save the document with...first page and the first layer var page = document . Pages [ 1...

    docs.aspose.com/pdf/net/work-with-pdf-layers/
  4. 搜索

    搜索... 使用 Page 類別新增頁面。 使用 RichText 類別指定標題文字、日期和時間。...Document(); // 初始化新頁面 Page page = new Page(); // 標題文字 RichText...

    blog.aspose.com/zh-hant/note/change-styles-in-o...
  5. Trabalhar com Transparência em Arquivo PS | Python

    Como adicionar transparência a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em Python....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/python-net/ps/working-w...
  6. Arbeiten mit Transparenz in PS-Datei | Python

    Wie man einer PS-Datei Transparenz hinzufügt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in Python nutzen....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/python-net/ps/working-w...
  7. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/xps/graphic-utilities/
  8. Archiv

    Archiv...stránky jako JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/cs/words/convert-html-to-image-...
  9. ארכיון

    ארכיון...את הדפים כ-JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/he/words/convert-html-to-image-...
  10. Working with Sections in C++|Aspose.Words for C++

    Understanding document section concepts and manipulation practices using C++. Insert section into a document C++. Remove section C++. Copy sections between Documents....across all pages. For example, you may need to modify page number...number formats, have different page size and orientation, or have the...

    docs.aspose.com/words/cpp/working-with-sections/