Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 141,625 for

paged

(0.06 sec)
  1. 添加 PDF 页面印章|Aspose.PDF for .NET

    了解如何在 .NET 中向 PDF 页面添加印章,包括文本和图像,用于水印或品牌标识,使用 Aspose.PDF。...文件的特定页面上添加 PDF 页面印章,您还需要设置 Stamp 类的 Pages 属性。此属性需要一个整数数组,包含您想要添加印章的页面编号。然后,您可以使用...IsBackground = true ; stamp . Pages = new [] { 1 , 3 }; // Apply...

    docs.aspose.com/pdf/zh/net/add-pdf-page-stamp/
  2. Working with multipage image formats|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....whether the image contains layers/pages/ frames the IMultipageImage...has been introduced. All multi-page images such as PSD, CDR, GIF...

    docs.aspose.com/imaging/java/working-with-multi...
  3. FieldToc.entry_separator property | Aspose.Word...

    FieldToc.entry_separator property. Gets or sets a sequence of characters that separate an entry and its page number....that separate an entry and its page number. @property def entry_separator...style to the left, # and the page the heading appears on to the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToc.insert_hyperlinks property | Aspose.Wo...

    FieldToc.insert_hyperlinks property. Gets or sets whether to make the table of contents entries hyperlinks....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldToc.hide_in_web_layout property | Aspose.W...

    FieldToc.hide_in_web_layout property. Gets or sets whether to hide tab leader and page numbers in Web layout view....whether to hide tab leader and page numbers in Web layout view....style to the left, # and the page the heading appears on to the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Features|Documentation

    Aspose.Cells for Node.js via Java features....fidelity rendering of spreadsheet pages. Feature Aspose.Cells for Java...via Java Layout document into pages with high fidelity to Microsoft...

    docs.aspose.com/cells/nodejs-java/features/
  7. Добавление объекта кривой в PDF-файл|Aspose.PDF...

    В этой статье объясняется, как создать объект кривой в вашем PDF-файле с помощью Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/ru/net/add-curve/
  8. Adicionar Objeto Círculo ao arquivo PDF|Aspose....

    Este artigo explica como criar um objeto círculo no seu PDF usando Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/pt/net/add-circle/
  9. Extrair Páginas do Word em Python | Extrator de...

    Aprenda como extrair páginas de um documento Word em Python usando Aspose.Words. Siga etapas fáceis e exemplos de código para processamento de documentos Word....Document("sample-multi-page.docx") # get page count pageCount = doc.page_count...loop através das páginas for page in range(0, pageCount): # salve...

    blog.aspose.com/pt/words/extract-pages-from-wor...
  10. HeaderFooterCollection class | Aspose.Words for...

    Aspose.Words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)...a footer for even numbered pages. footerFirst Retrieves a footer...footer for the first page of the section. footerPrimary Retrieves...

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