Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 961 for

area

(0.04 sec)
  1. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Annotation to JPG using Java Add Area Annotation to JPG using Java...Annotation to JPG using C# Add Area Annotation to JPG using C# Add...

    kb.groupdocs.com/annotation/
  2. Highlight PDF using Annotations in Java | Annot...

    Highlight text in PDF with highlight annotations using Java. Document and image annotation Java API allows to Annotate PDF files by highlighting any Area....needed to highlight important areas of your documents on purpose...how to highlight text and any area in PDF files using Java . Additionally...

    blog.groupdocs.com/annotation/highlight-pdf-usi...
  3. GroupDocs.Annotation for .NET

    This API allows you to digitally annotate any type of file format using .NET and C# language on any platform....Annotation to JPG using C# Add Area Annotation to JPG using C# Add...in PDF using C# How to Insert Area Annotation to PDF using C# ««...

    kb.groupdocs.com/annotation/net/
  4. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Annotation to JPG using Java Add Area Annotation to JPG using Java...PDF using Java How to Insert Area Annotation to PDF using Java...

    kb.groupdocs.com/annotation/java/
  5. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....documentStream )) { AreaAnnotation area = new AreaAnnotation () { Box...65535 , }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/load-document...
  6. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API.... Area / Rectangle annotation Arrow...document. Insert Rectangle or Area Annotation to PDF using C# #...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  7. Extract data from PDF forms | GroupDocs

    Learn how to extract fillable fields from PDF forms using GroupDocs.Parser for .NET. Includes code examples with error handling for password-protected PDFs....Name + ": " ); PageTextArea area = data [ i ]. PageArea as PageTextArea...WriteLine ( area == null ? "Not a template field" : area . Text );...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Extract data from PDF forms | GroupDocs

    This article shows how to extract data from PDF forms easily with GroupDocs.Parser....getName () + ": " ); PageTextArea area = data . get ( i ). getPageArea...println ( area == null ? "Not a template field" : area . getText...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....contains the text area. The rectangular area on the page that...that contains the text area. The hyperlink text. The hyperlink URL...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  10. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered.... Area , Text = "area" }, new AnnotationInfo...100 , 100 , 100 ), Message = "area" }, new EllipseAnnotation ()...

    docs.groupdocs.com/annotation/net/migration-notes/