Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 903 for

area

(0.05 sec)
  1. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API.... Area / Rectangle annotation Arrow...using Java. Insert Rectangle or Area Annotation to PDF using Java...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  2. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page Area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an Area on a specific page....or the end of the page; page area (on each page), which is a top-left...the scope of redaction to an area on a specific page. For more...

    docs.groupdocs.com/redaction/net/redaction-filt...
  3. Create Hyperlinks in PDF using Link Annotations...

    Annotate PDF files by creating hyperlinks using link annotations in Java. Document and image annotation Java API allows annotating by linking external data....external data with the specified area of the document. We can add...of Points that represent the area of Hyperlink. Create the LinkAnnotation...

    blog.groupdocs.com/annotation/create-hyperlinks...
  4. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...RecognizeTextAreas Extracts text areas from the provided image stream...define a rectangular area which restricts the area of the image and...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  5. Highlight PDF in Java on GroupDocs Blog | Docum...

    Highlight PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Highlight PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET......menganotasi file PDF dengan menyorot area mana pun. Recent content in...

    blog.groupdocs.com/id/tag/highlight-pdf-in-java...
  6. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for Java API....AreaAnnotation area = new AreaAnnotation(); area.setBox(new Rectangle(100...100, 100)); area.setBackgroundColor(65535); area.setPageNumber(1);...

    docs.groupdocs.com/annotation/java/filtering-an...
  7. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#....published an article on inserting area annotations into a PDF using...see our guide on how to insert area annotation to PDF using C# ...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  8. Highlight PDF in CSharp on GroupDocs Blog | Doc...

    Highlight PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Highlight PDF in CSharp on GroupDocs Blog | Document Automation Solutions for ......menganotasi file PDF dengan menyorot area mana pun. Recent content in...

    blog.groupdocs.com/id/tag/highlight-pdf-in-csha...
  9. Introducing The New GroupDocs Dashboard and Onl...

    We’re about to launch a new interface for the GroupDocs Dashboard and our online document viewer app. We have overhauled the look and feel of the tools to make them more intuitive to use. At the moment, we’re adding the final touches and making sure that everything works fine. The changes will be live in the next few weeks. Here’s what will change when the new interface goes live: Dashboard interface:...dropping them onto the drop files area. [caption id=“attachment_168”...drop them onto the Drop Files area in the GroupDocs Dashboard....

    blog.groupdocs.com/viewer/introducing-new-dashb...
  10. 使用 .NET API 从 C# 中的发票或收据中提取数据

    使用 C# 以编程方式解析发票或收据并提取数据。在 ASP.NET、WCF 或 WPF 中使用 .NET 文档解析 API 从文档中提取文本。...PageTableArea area = data[i].PageArea as PageTableArea; if (area == null)...通过表行迭代 for (int row = 0; row < area.RowCount; row++) { // 通过表列迭代...

    blog.groupdocs.com/zh/parser/extract-data-from-...