Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 904 for

area

(0.02 sec)
  1. 添加或删除注释 |在 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....annotation types like Text, Area, Point, Watermark and Strikeout...annotation types like Text, Area, Point, Watermark and Strikeout...

    blog.groupdocs.com/categories/groupdocs.annotat...
  8. How to Compare Excel Spreadsheets - Online & Fr...

    Compare Excel files using the free online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....the designated Source document area. Repeat the step for the designated...designated Target document area. Click on COMPARE NOW to get the...

    blog.groupdocs.com/comparison/compare-excel-spr...
  9. Announcing box.com Integration with GroupDocs' ...

    Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration Area of the My Account page and log in to box....com button in the Integration area of the My Account page and log...is created in the file/folder area of GroupDocs’ main dashboard...

    blog.groupdocs.com/viewer/announcing-box-com-in...
  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++) { // 遍歷表列 for...

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