Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,221 for

point

(0.08 sec)
  1. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....PDF Point Left bottom corner of page WordProcessing Point Left...Spreadsheet Point Left top corner of worksheet Presentation Point Left...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. GroupDocs Newsletter August 2018 – .NET and Jav...

    Share this issue: Monthly NewsletterAugust 2018 Text and Metadata Extraction APIs for Java Applications Accurately Parse MS Office, Emails, Zip and Legal Documents GroupDocs.Parser is a Java document parsing and text extraction API for analyzing documents thus allowing users to extract metadata, raw and formatted text from the supported document formats (Word, Excel, PowerPoint, PDF, OneNote, Visio, Text, HTML, Zip, Markdown and Email messages). The API performs content parsing operations with highest level of accuracy and speed....Change the Color of Chart and Point Series While Generating Documents...chart series and individual point series dynamically for email...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  3. How to Add Underline Annotation into PDF Using ...

    In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java....Instantiate objects of the Point structure Create an object of...e.g. position, page number, point, etc. Call Annotator.add method...

    kb.groupdocs.com/annotation/java/how-to-add-und...
  4. GroupDocs.Annotation for .NET announcing MVC ba...

    The GroupDocs team is delighted to announce the Front End sample project for the ASP.NET MVC developers. The purpose after this release is to enable the developers to write their own document annotation front-end using GroupDocs.Annotation for .NET 3.x. nearly all the features have been applied in this project which was given in the old GroupDocs.Annotation for .NET 2.x UI Based API. The developers are free to customize the application to fulfill their own requirements.... Point annotation - stick comments to any point in the...

    blog.groupdocs.com/annotation/asp-net-mvc-front...
  5. How to Add Text Redaction Annotation in PDF usi...

    This topic explains how to add text redaction annotation in PDF using Java along with steps and code to insert text redaction annotation to PDF in Java....detailed explanation of adding point annotations to PDF files using...topic on how to how to add point annotation to PDF using Java...

    kb.groupdocs.com/annotation/java/how-to-add-tex...
  6. 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....rectangles, polylines, watermarks, point and area notes, text markup...

    blog.groupdocs.com/annotation/easy-integrate-gr...
  7. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API.... Point samplePoint = new System . Drawing . Point ( 516...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  8. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…... Could you please point me if this feature is available/doable...nagasivaos: Could you please point me if this feature is available/doable...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  9. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....data import Rectangle , Point , Size from groupdocs.parser...) table_area = Rectangle ( Point ( 175.0 , 350.0 ), Size ( 400...

    docs.groupdocs.com/parser/python-net/working-wi...
  10. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....annotations are visual aids used to point to specific parts of a document...reader’s attention to the intended point. The above section has covered...

    kb.groupdocs.com/annotation/java/how-to-add-arr...