Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 181,616 for

page

(0.82 sec)
  1. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python.... Insert a new page to host the rotated text. Create...# Get particular page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  2. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。...pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  3. 档案

    档案...通过使用 Document 类的对象初始化 Page 对象来创建一个新页面。 使用 Page.Title 属性设置页面的标题。 调用...Document.AppendChild() 方法并传递 Page 对象。 最后,使用 Document.Save() 方法保存...

    blog.aspose.com/zh/note/create-onenote-files-ad...
  4. Aspose::Words::Saving::PageRange::PageRange con...

    Aspose::Words::Saving::PageRange::PageRange constructor. Creates a new Page range object in C++....PageRange::PageRange constructor Creates a new page range object. Aspose :: Words...starting page zero-based index. to int32_t The ending page zero-based...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. PageSetup.clearFormatting method | Aspose.Words...

    PageSetup.clearFormatting method. Resets Page setup to default paper size, margins and orientation....method clearFormatting() Resets page setup to default paper size...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ParagraphFormat.PageBreakBefore | Aspose.Words ...

    Discover the ParagraphFormat PageBreakBefore property, easily control Page breaks before paragraphs for enhanced document formatting and readability....PageBreakBefore property True if a page break is forced before the paragraph...how to create paragraphs with page breaks at the beginning. Document...

    reference.aspose.com/words/net/aspose.words/par...
  7. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/create-and-load-a-onen...
  8. Replace Image in Existing PDF File using Python...

    This section describes about replace image in existing PDF file using Python library....replace an existing image on a PDF page with a new image? Implement...image on the first page: ‘document.pages[1].resources.images...

    docs.aspose.com/pdf/python-net/replace-image-in...
  9. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Description...

    docs.aspose.com/ocr/python-net/image-regions-wo...
  10. Working with PDF Pages in JavaScript|Aspose.PDF...

    How to add Pages, add headers and footers, rotate Pages you can know in this section. Aspose.PDF for JavaScript via C++ explain to you all details on this topic....Working with PDF Pages in JavaScript Contents [ Hide ] You are...the following: Delete Pages - delete page from your PDF file via...

    docs.aspose.com/pdf/javascript-cpp/working-with...