Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 184,565 for

page

(0.05 sec)
  1. 从 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...
  2. 通過Java將圖像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码,以编程方式将图像添加到 PDF 文档中...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()..."aspose-logo.jpg" ). toString ()); page . getResources (). getImages...

    products.aspose.com/pdf/zh-hant/java/images/add/
  3. Create and Add a Paragraph Style|Aspose.Words f...

    Create and add a paragraph style easily and fast instead of using Open XML SDK in C#....Hide ] What is this page about? This page explains how to create...consistent formatting. On this page we will look at how to create...

    docs.aspose.com/words/net/create-and-add-a-para...
  4. Create a Document|Aspose.Words for .NET

    Create a Word Processing document easily and fast instead of using Open XML SDK in C#....Hide ] What is this page about? This page describes how to create...paragraphs and runs. On this page we will look at how to create...

    docs.aspose.com/words/net/create-a-word-process...
  5. Find and Replace Text in a Document Part|Aspose...

    Find and replace text from a document part easily and fast instead of using Open XML SDK in C#....Hide ] What is this page about? This page explains how to search...specific document part. On this page we will look at how to find...

    docs.aspose.com/words/net/search-and-replace-te...
  6. How to remove Freetext Annotation using Java | ...

    Remove Freetext annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...for Freetext annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/freetex...
  7. PDF Highlights Annotation using C++|Aspose.PDF ...

    标记注释在文档的文本中以高亮、下划线、删除线或波浪线的形式呈现。...-> Visit ( document -> get_Pages () -> idx_get ( 1 )); // 创建注释...HighlightAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), tfa ->...

    docs.aspose.com/pdf/zh/cpp/highlights-annotation/
  8. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....image on the page. When working with single-page images, this...always 0. Page int Page number. When working with single-page images...

    docs.aspose.com/ocr/java/image-regions-characte...
  9. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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....vsd" ); // get a Visio page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get a shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/public-api-changes...
  10. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using 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/net/add-ellipse/