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

area

(0.03 sec)
  1. 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...
  2. 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...
  3. 添加或删除注释 |在 Java 中注释 PDF 文件

    在 Java 中以编程方式在 PDF 文件中添加和删除注释。使用 Java API 添加箭头、矩形、椭圆、突出显示、水印注释等。...AreaAnnotation area = new AreaAnnotation(); area.setBox(new Rectangle(50...Rectangle(50, 100, 500, 100)); area.setCreatedOn(Calendar.getInstance()...

    blog.groupdocs.com/zh/annotation/annotate-pdf-f...
  4. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { ImageAnnotation area = new ImageAnnotation { Box...Angle = 100 }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/add-image-ann...
  5. Easy Integrate GroupDocs.Annotation for .NET Li...

    GroupDocs.Annotation for .NET library is a web-based framework which provides features for annotating different types of documents in a web-browser without having to install plugins or middleware on the client. With GroupDocs.Annotation, end users can view and annotate PDF, Microsoft Word, Excel, Outlook, PowerPoint, OpenOffice, AutoCAD and other types of documents and image files. The library comes with a set of commenting and markup tools, including: rectangles, polylines, watermarks, point and Area notes, text markup and strikeouts....polylines, watermarks, point and area notes, text markup and strikeouts...

    blog.groupdocs.com/annotation/easy-integrate-gr...
  6. 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...
  7. Add Distance Annotation to JPG using C#

    This article is designed to assist you how to add distance annotation in JPG using C# along with comprehensive steps to insert distance annotation to JPG in C#....shared an article on adding area annotation in JPG. If you require...refer to the guide on how to add area annotation to JPG using C# ...

    kb.groupdocs.com/annotation/net/add-distance-an...
  8. Add Distance Annotation to JPG using Java

    This article is crafted to guide you on how to add distance annotation to JPG using Java, providing detailed steps to insert distance annotation to JPG in Java....published a guide on including area annotations in JPG. For further...article explaining how to add area annotation to JPG using Java...

    kb.groupdocs.com/annotation/java/add-distance-a...
  9. Annotate or Collaborate on Documents Easily Usi...

    Great news for all reviewers! We’ve introduced the new GroupDocs Annotation user interface to make your document annotation process easier and faster. With these new enhanced UI and features, you are now able to annotate and collaborate on documents quickly. GroupDocs Annotation is a service that lets you perform document collaboration easily. You and your colleagues can annotate documents and perform document collaboration in real time. You can make suggestions or add the required comments online at the same time, which makes the review process much faster....all comments in the comments area. You can view comment summary...Annotation, Point Annotation, Area Annotation, Polyline Annotation...

    blog.groupdocs.com/total/annotate-or-collaborat...
  10. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....getName () + ": " ); PageTextArea area = data . get ( i ). getPageArea...println ( area == null ? "Not a template field" : area . getText...

    docs.groupdocs.com/parser/java/parse-data-from-...